ESP32 is undoubtedly a powerful and popular SoC used in many projects since its introduction to the market. It enjoys a mighty 32-bit tensilica core providing WiFi and Bluetooth connectivity and a rich set of periphrals. It is been some years since ESP32 appeared on IoT scene ;however, the majority of development board designed for it so far, if not all, are based on ESP8266 node mcu pinout which is for breadboard install. On the other hand, ESP32 has an Arduino core supported by arduino software. So one can use already available Arduino libraries for the ESP32. Despite flexibilty in software, it is not very convenient to use availabe Arduino shields with ESP32.
As a conclusion, the idea of an ESP32-based Arduino compatible system came in to my mind. I decided to make it as flexible and as powerful as possible by adding sensor interfacing circuits, micro-SD card, and ethernet module to the system to make it a complete IoT solution. So, the developer already have almost all they need for an IoT application in a single board in Arduino UNO layout. The result was ESP Eagle.
All the ESP32 I/O pins that are exposed to connectors are protected against ESD, short circuit, and over voltage. In aditition, The power supply uses TPS73801 regulator which can be powered easily from a transfomer jack or terminal connector up to 12V without too much heat dissipation. There is also an on-board CP2102N which can be used to programming and debugging purposes the ESP32 without much effort via the USB. The USB also can power the board as long as it draws up to 500mA which is most of the time.
The IO0 and EN push buttons are also available on the board in case it is required. For the analog Input pins, there is a buffer stage including over voltage protection using a OP192 precision opamp. Using this stage sensors can be directly connected to the analog input pins. The analog circuits have an isolated ground plane and a different regulator not be affected by digital noise of circuit.
For Ethernet connectivity, there is room for a Wiz610io ethernet module. This is the newest Wiznet W6100 SPI to Ethernet chip. The good thing about this module is that you can install it when you require it. Otherwise, you can remove it to further redcue power consumption. HSPI of ESP32 is connected to this module.
Finally, the I/O pins of ESP32 are protected, so you can easily use 5V arduino shields with it without worry. Due to high circuit density in some parts and also due to better EMC performace, 4-layer stack-up was chosen.
The PCB was manufactured by PCBWay in china for a reasonable price. I really recommend this manufacturer. They manufactured 10 4-layer PCBs for just 49$. The PCB quality is really good. I ordered the same components that is found in BOM of the project from DigiKey.
Finally the soldered and tested board look awesome!
NOTE for soldering:
For hand soldering the board try to solder the CP2102N and the OPAMPs. Afterwards, solder the remaining components. Otherwise it might be difficult and some components might get over heat. This happened to me and one of the connectors melted a little bit.
Comments
Please log in or sign up to comment.