Arduino OTA using USBASP or JTAG #87
basitalikhan
started this conversation in
General
Replies: 1 comment 2 replies
-
where is the ArduinoOTA or any OTA in described uploading? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have successfully done OTA in the following way:
USBASP -> upload bootloader -> then Upload Code using Serial lines through USB.
But if I upload code like:
JTAG/USBASP -> Code File -with bootloader using JTAG or USBASP
The code then hangs and the same code does not respond. What should I do?
Beta Was this translation helpful? Give feedback.
All reactions