
02/2020. esp_base01 parts
Electronic parts
x | Name | Info |
---|---|---|
1 | ESP8266-01 | the device |
1 | FTDI FT232RL | USB to serial module |
1 | 2 way jumper | select power from FTDI or supply |
1 | 6x28h 20x80mm pcb | to mount it al on |
1 | mp1584en | for the extern power supply |
2 | pushbutton | program and reset button |
1 | 10uf condensator | stable the vcc |
1 | resistors 330 | for RX port |
4 | resistors 3k3 | to set things right! |
1 | JST connector 1x4 | to connect an I2C device |
2 | JST connector 1x6 | to connect diverse things |
1 | pcb headers 2x4 | for the ESP |
1 | pcb headers x6 | for the FTDI FT232RL |
Construction parts
x | Name | Info |
---|---|---|
electric wire | ... | |
nuts and bolts | construction material | |
USB UART driver | driver for the FTDI FT232RL |
....
02/2020. esp_base01 design
....
02/2020. esp_base01 diagram
....
02/2020. esp_base01 manual
Program it through the Arduino IDE.
After you click the "upload" button in Arduino, it will start compiling your program.
At this time: press and HOLD the"PRGM" button (brown),
tap the "RSET" button
and RELEASE the "PRGM" button when the Arduino IDE finishes the compile.
(note) I call this one a base because I am going to use this in a few more projects. Like a button/switch device or a sensor device. Or a minimini webserver.
....
02/2020. esp_base01 result
....