Last Call! We pause shipping on Feb 14th. Order NOW to get your gear shipped before the holiday!

Figure 1 – Minimum hardware configuration needed to program the ESP-WROOM-32.
void setup() {
Serial.begin(115200);
}
void loop() {
Serial.println("Hello from DFRobot ESP-WROOM-32");
delay(1000);
}

Figure 2 – ESP32 FireBeetle board selection in Arduino IDE.

Figure 3 – Message after successful upload.


Figure 5 – Output of the pre-loaded program.
