TANMOY DUTTA
Published © GPL3+

ESP8685-WROOM-03 Programming Connector

Programming ESP8685 modules can be tricky due to specialised position of the debug pins. This project creates a simple jig for this.

IntermediateFull instructions provided2 hours187
ESP8685-WROOM-03 Programming Connector

Things used in this project

Hardware components

R75-3W pogo receptacles
×1
P75-E2 poro probe
×1
Male/Female Jumper Wires
Male/Female Jumper Wires
×1
Espressif ESP8685-WROOM-03
×1
SparkFun USB UART Serial Breakout - CY7C65213
SparkFun USB UART Serial Breakout - CY7C65213
×1

Software apps and online services

Arduino IDE
Arduino IDE

Hand tools and fabrication machines

3D Printer (generic)
3D Printer (generic)

Story

Read more

Custom parts and enclosures

Programmer Box

The ESP8685-WROOM-03 module sits inside this box and allows a firm contact with the pogo leads

Sketchfab still processing.

Pogo Pin holder

This harness houses the pogo pins on strategic positions to allow direct contact with the debug pads on the ESP8685-WROOM-03 module

Sketchfab still processing.

Schematics

Minimal circuit for programming

Code

Serial debug sketch

Arduino
Open a new sketch in Arduino IDE and paste the code
void setup() {
  Serial.begin(115200);
}

void loop() {
  Serial.println("ON");
  delay(1000);                       // wait for a second
  Serial.println("OFF");
  delay(1000);                       // wait for a second
}

Credits

TANMOY DUTTA

TANMOY DUTTA

4 projects • 2 followers
Engineer...Maker...Hacker

Comments