Skip to content
Sid Bradipao edited this page Nov 3, 2013 · 4 revisions

Android ⇐ (ethernet) ⇒ Arduino

by plus.google.com/+SidBradipao

an Android app with network support that connects to Arduino+Ethernet board programmed with basic webserver that provides real-time data in JSON format

DEMO on YouTube : http://youtu.be/0ggJLiD6sDA

presentation

Arduino WebserverSendjson sketch

  • HARDWARE
    • Arduino Uno
    • Ethernet shield
  • SOFTWARE
    • basic webserver implementation
    • connects to local network with DHCP
    • waits for requests at http://--ipaddress--/cantuina

Cantuina android app

Clone this wiki locally