Upload .hex file in Arduino using CMD prompt and .bin to ESP8266
Here’s how to use the CMD prompt to upload a .hex file (compiled hex file) to Arduino without using the Arduino IDE. Also, how to use the command prompt to upload a .bin file to an ESP8266 or ESP32. If you’re not sure what .hex and .bin files are, read on. The code written in … Read more