serial communication
Posted: 24 Apr 2014 06:15
Every arduino in existence has a usb serial port. I can talk to an arduino from an android phone with an OTG cable and one of the numerous serial apps in play market. I believe at some point android baked in support for common usb serial chips, like the FTDI ft232rl.
how awesome would it be if automagic made it easy to interface with the physical world via serial? Other methods involve extra (expensive) hardware like Bluetooth or WiFi shields and are difficult to program both on the arduino side and android for a beginner.
At first, being able to send a serial string based on a trigger would be so cool. If possible it would be even better to have the serial as a trigger, to do certain things when it sees certain strings (a command parser of sorts)
Possible things that are EASY and cheap and awesome:
Turn on coffee machine from sms message
Water plants remotely, retrive sensor data via sms or email
Start my car via sms, since my remote start has aux triggers
The possibilities are endless!! With how many arduinos and old android phones there are in existence, this could blow up into something big. Nobody does this yet!
how awesome would it be if automagic made it easy to interface with the physical world via serial? Other methods involve extra (expensive) hardware like Bluetooth or WiFi shields and are difficult to program both on the arduino side and android for a beginner.
At first, being able to send a serial string based on a trigger would be so cool. If possible it would be even better to have the serial as a trigger, to do certain things when it sees certain strings (a command parser of sorts)
Possible things that are EASY and cheap and awesome:
Turn on coffee machine from sms message
Water plants remotely, retrive sensor data via sms or email
Start my car via sms, since my remote start has aux triggers
The possibilities are endless!! With how many arduinos and old android phones there are in existence, this could blow up into something big. Nobody does this yet!