The ESP32 TouchDown
ESP32 TouchDown is complete solution for anyone who wants/needs an ESP32 with capacitive touchscreen. It also has battery management onboard, a piezo speaker, and an SD card reader. ESP32 TouchDown works out of the box with the Arduino IDE, providing you have installed the ESP32 Arduino Core. Pins that are not used by the peripherals onboard are broken out.
FreeTouchDeck
The ESP32 TouchDown is designed with FreeTouchDeck (https://github.com/DustinWatts/FreeTouchDeck) in mind. The ESP32 TouchDown is the one stop solution to get a FreeTouchDeck up and running with capacitive touch without the need to buy separate modules. ESP32 TouchDown's are shipped to you with the most current release of FreeTouchDeck installed! Off course you can always re-flash it with your own firmware.
Write your own software
The ESP32 TouchDown can be used for more the FreeTouchDeck alone. It is a fully featured DevKit. In the Github repository you will find some examples to get you started:
** Portability **
The ESP32 TouchDown can run of a Li-Po battery. Combined with WiFi and BLE this makes the ESP32 TouchDown very portable. It uses an MCP73831 Charge Management Controller set to a charge current of 330mA. Charging is done through the USB-C port (using 5V). The on/off switch doesn't effect the battery charging. So even when the ESP2 TouchDown is off, you can still charge the battery. When the ESP32 TouchDown is plugged in to USB, it will use USB power over battery power and will switch to battery power when USB is disconnected, without interrupting the ESP32.
Note: *Always use a protected cell!***
** 3D printable Case **
Although the bare board looks great (if I do say so myself), there is a design for a nice slick case available on the Github repository. There are a few different backs to support a case without battery, with battery, and a FreeTouchDeck style case. You can find the case here: https://github.com/DustinWatts/esp32-touchdown/tree/main/Case
If you like to design your own case, you can use the 3D model as a reference: https://github.com/DustinWatts/esp32-touchdown/tree/main/3D-model
TFT screen
ESP32 TouchDown uses a 3.5" TFT screen with a resolution of 480x320. The driver is an ILI9488. Pins used by the TFT screen are:
The TFT backlight anode (positive supply) is selectable via a jumper on the back. You can either power it directly from 3.3V or use GPIO32 (this will add dimming support). By default, the positive source is GPIO32. On V1.1 Of the board the jumpers that are used are with bridged pads. So if you want to change the backlight power source, you will have to cut the trace and add a blob of solder bridging the other pads. You can revert back to the original configuration by adding a blob of solder to the pads where the trace was cut.
** Capacitive Touch**
The capacitive touch controller is a FocalTech FT6236 (datasheet). The FT6236 uses I2C and has address 0X38. I made an Arduino IDE library available here: https://github.com/DustinWatts/FT6236.
Note: from batch 2 forward the FT6206 touch controller is used. This controller works the same and has the same I2C only a different Chip ID. The library above also support the FT6202.
Pins used by the FT62x6 are:
GPIO Breakout
The following GPIO's are broken out on the header:
Why is it so special?
ESP32 TouchDown comes ready to use. It includes all features that you would need additional modules for when using a development board. Besides that, ESP32 TouchDown is fully open source. All hardware designs can be found in the Github repository. ESP32 TouchDown is also OSHWA cerftified. You can find more information here: https://certification.oshwa.org/nl000004.html
Changelog ESP32 TouchDown
Rev 1.1
** Batch information **
Batch 6 (ETA June 12th 2022): Board version V1.1, PCB & assembly by PCBWay, final screen fitting, test, and uploading firmware by me.
Batch 5 (January 30th 2022): Board version V1.0, PCB by PCBWay, assembly, final screen fitting, test, and uploading firmware by me.
Batch 4 (October 3rd 2021): Board version V1.0, PCB & assembly by PCBWay, final screen fitting, test, and uploading firmware by me.
Batch 3 (May 9th 2021): Board version V1.0, PCB & assembly by PCBWay, final screen fitting, test, and uploading firmware by me.
*Batch 2 (February 27th 2021): *Board version V1.0, PCB & assembly by PCBWay, final screen fitting, test, and uploading firmware by me.
Batch 1 (February 16th 2021): Board version V1.0, PCB manufacturer: PCBWay, Parts source: LCSC, Hand assembled.
Documentation (esp32touchdown.com)
Certified Open Source Hardware - OSHW NL000004
I try to ship every day except Sunday.