top of page

Tronidruino

When I've started learning electronics, I've encountered different microcontroller boards (and even an FPGA board via Xilinx). Most of the boards use Arduino interface (which is C++), the ESP 8266, ESP 12E & Raspberry pi pico uses both Arduino & MicroPython. For this project, I created a development board known as "Tronidrunio". The board uses the ESP 12E, which means the board can program both Arduino and Micropython. On top of that, it supports WIFI, which means it can support any IoT projects. 

ESP12E-1_edited.png
raspberry-pi-pico_1_1200x1200_edited.jpg
2490174-40_edited.jpg

Figure 1: The boards that I've used since I've started learning electronics

Figure 2 shows the schematic of the circuit, which was done via KiCad. In the video, I explained the components that I've used and their purpose. I also mentioned that I watched a Youtuber "Indrek" to iden​tify how to connect the FT232 with the ESP 12E

Figure 2: Schematic Capture

Figure 3 shows the PCB design. I again explained my design choice, which is a slighter smaller board (in comparison to the other boards shown in figure 1) 

Figure 3: PCB Design

bottom of page