Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 843 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 843 Bytes

Arduino Commands

Arduino Commands is an iOS App that allows you to easily control all your Arduino based projects throught WiFi/Ethernet using HTTP Requests. App Store

Schematic-_JPG

You'll start with an empty canvas that you can fill with different kind of Nodes to interact with the Arduino:

  • Label: to display data from the Arduino
  • Button: to do some action on the Arduino
  • Switch: to toggle between two states
  • TextField: to send data as a String to the Arduino

MainView