Skip to content

Use your iPhone as a remote to control all kind of Arduino based projects.

Notifications You must be signed in to change notification settings

ios-dbrancam/ArduinoCmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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