AnasSarkiz/ESP32_module
This circuit implements an ESP32-based wireless communication module with integrated crystal oscillator, decoupling capacitors, antenna, and multiple serial flash and RAM chips for storage.
Usage: To import and use the ESP32 module component: 1. Import the component: ```tsx import { ESP32Module } from "@tsci/AnasSarkiz.ESP32_module" ``` 2. Use in a circuit: ```tsx <board> <ESP32Module name="ESP32_1" /> </board> ``` The component includes a pre-configured ESP32 module with associated capacitors, resistors, and other supporting components. It can be directly added to a circuit board design.
- Version
- 0.0.1
- License
- unset
- Stars
- 5
dist/index.d.ts
PCB
Schematic
export declare const ESP32Module: (props: {
name: string;
}) => import("react/jsx-runtime").JSX.Element;