Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 778 Bytes

Arduino_on_mobile_devices.md

File metadata and controls

24 lines (18 loc) · 778 Bytes
layout title permalink
page
Arduino on mobile devices
/wiki/Arduino_on_mobile_devices

Lots of people, expecially kids, don't have "real" computers or laptops anymore. Instead, all they have are phones or tablets. How can we enable them to to build with microcontrollers such as the Arduino?

Android

Connect the Arduino to an Android phone or tablet via an USB OTG cable. Programming can happen using the "ArduinoDroid" Android app.

More information in this Adafruit tutorial.

iOS