0
how to program and run arduno esplora using iPad
Program in that when you touch the buzzer the LED turns red then blue
2 Answers
0
I think you can't just flash your arduino via iPad untill there is some kind of arduino IDE for ios if you mean this.
At least you can make a script for your arduino board to listen serial/usb port for commands (may be there is some usb-library for this purpose), then make an ios app to send commands via usb/lightning port. Connect your arduino board to the iPad using some adapter so that you will be able to control LEDs depending on your script.
All in all it is better to use ESP board to avoid all wire stuff and just use wi-fi connection. Also Arduino IDE supports ESP boards. But you have to make script for arduino board and make an app for iPad anyway.
0
oooh.thank you