Go to file
katherine.sarna f3ed9fcd57 Update README.md 2024-11-20 23:59:57 +00:00
gerber fabout, usb 2024-11-17 10:22:25 -08:00
library init 2024-11-11 13:46:32 -08:00
.gitignore Initial commit 2024-11-11 20:35:41 +00:00
LICENSE Initial commit 2024-11-11 20:35:41 +00:00
README.md Update README.md 2024-11-20 23:59:57 +00:00
esp32-c3_datasheet_en.pdf Upload files to "/" 2024-11-20 23:48:27 +00:00
esp32-test.kicad_pcb fabout, usb 2024-11-17 10:22:25 -08:00
esp32-test.kicad_pro fabout, usb 2024-11-17 10:22:25 -08:00
esp32-test.kicad_sch fabout, usb 2024-11-17 10:22:25 -08:00
esp32.kicad_sch init 2024-11-11 13:46:32 -08:00
filtering.kicad_sch matching 2024-11-16 17:04:24 -08:00
fp-lib-table init 2024-11-11 13:46:32 -08:00
gerber.zip fabout, usb 2024-11-17 10:22:25 -08:00

README.md

esp32-test

Engineer Responsible for this Section: Tarik Fawal, Willow Herron

Section README Authored By: Katherine Sarna

Datasheet:

  • ESP32-C3 Series Module

Purpose of esp32-test: This is for the daughterboard that is controlled by the main (control) board. We intend to have 3 of these or more stationed at different points inside the greenhouse, for dispensing water to plants in just the right amount to have a water-saving/efficient garden.

The biggest design consideration on this board was the antenna (wireless signal). We designed our own antenna based on the reference design for the ESP32 module (not SoC). Then, that design is routed that back to ESP32 with an impedance-controlled trace, controlled by the RF attenuator pi network-- Which is basically an inductor with 2 capacitors in parallel going to ground on either side. This was then used to have more accurate matching than we could with a single impedance-controlled trace.

For design consideration in this section regarding impedance control: We used a thinner board to help impedance (Z) control, which was 0.6mm instead of 1.6mm thick. We had to break out everything needed for our sensors; an I2C pin, as well as a GPIO pin for the water pump. We also needed a USB port to program the ESP32, and here we didn't expend quite so much engineering labor on routing considerations because we did not need this to be a very high-speed signal.