fbpixel
Generating and uploading BIN files for ESP32

Generating and uploading BIN files for ESP32

When you have a number of microcontrollers to flash with the same program, it can be interesting to flash the compiled BIN file directly. This has two interests. It saves you time on uploading and it allows third parties to upload a program without using the Arduino...
Generating and uploading BIN files to an ESP8266

Generating and uploading BIN files to an ESP8266

When you have a number of cards to flash with the same program, it can be interesting to flash the compiled BIN file directly into the ESP8266. This has two interests. It saves you time on uploading and it protects your source code if you share the program with...
Generating and uploading HEX files to an Arduino

Generating and uploading HEX files to an Arduino

When you have a number of Arduino boards to flash with the same program, it can be interesting to flash the HEX compiled file directly. This has two interests. It saves you time on uploading and it allows third parties to upload a program without using the Arduino...