Download the Arduino thumbnail through the native Android app and USB cable

I want to create my own sketch download application for my Arduino UNO. I have a USB cable that connects my Android smartphone to my UNO. Now I would like to do something similar to the ArduinoDroid application: read the .ino file from my Android device, compile and download it using the MY OWN application in the Arduino Board. Can someone tell me? That would be great, thanks!

+4
source share
1 answer

So, there are two tasks that your Android program should perform:

  • Compile ino file (s).
  • Download the compiled program to the Arduino board.

Arduino IDE gcc/g++ . AVRDude Arduino.

Linux, Android. Linux, Ubuntu. gcc AVRdude Linux ( Google).

, , , . , , - Android, Arduino.

Android - gcc AVRDude. , ino , , . , , Arduino.

+1

Source: https://habr.com/ru/post/1610312/


All Articles