1
vote
3answers
631 views

Arduino: Application communication over built in USB?

The Arduino Nano (and other models) has a USB Connector on the pcb. Can a Arduino Application (Code inside the loop() Function) communicate to a PC/Mac over the built in USB Channel?
0
votes
3answers
290 views

Controlling Arduino through public internet

I am thinking of controlling an Arduino over the Internet. Say I don't have a static IP connection to my Arduino (I am using a GPRS shield.) In such situations I have to follow a procedure something ...
0
votes
2answers
1k views

Sending/Receiving SMS via Arduino

I have a GBoard which contains a SIM900 GSM/GPRS module, a XBEE Shield and an SD Card Slot. This is the link of the GBoard product. GBoard I want the Arduino to send and receive SMS on the SIM900 ...
0
votes
2answers
115 views

PhotoCell circuit with identity

I have a photocell that gives me the intensity of light in voltage. I want to add a unique number (that I can hard-code on the chip) along with the photocell info and send in a format I can read using ...
1
vote
0answers
105 views

Receive USB control request /usb messages in my activity/service

If I connect two android USB devices(via OTG cable) can I receive the control request sent from one device in my activity/service running in the other phone?.I went through all apis but couldn't ...
0
votes
0answers
179 views

How to port Arduino Ethernet Library to an Embedded microcontroller without an Arduino shield

I have been asked to modify an embedded system so that it can upload data to a server on the internet. It seems that the Arduino Ethernet Library has the TCP/IP stack functionality I need for the ...