AnasSarkiz/ESP32_D0WD
This circuit features an ESP32-D0WD microcontroller in a QFP49 package, with pins connected to power, ground, sensors, GPIOs, and integrated oscillators to enable Wi-Fi, Bluetooth, and sensor interfacing.
Usage: To import and use the ESP32_D0WD component in a project: 1. Import the component: ```tsx import { ESP32_D0WD } from "@tsci/AnasSarkiz.ESP32_D0WD" ``` 2. Use the component in a board layout: ```tsx <board> <ESP32_D0WD name="U1" /> </board> ``` The component includes 49 pins with specific labels, and can be positioned and connected using tscircuit's trace and selection features. Key configuration options include: - `name`: Unique identifier for the component - Supports standard tscircuit chip properties and positioning
- Version
- 0.0.1
- License
- unset
- Stars
- 1
dist/index.d.ts
PCB
Schematic
export declare const ESP32_D0WD: (props: {
name: string;
}) => import("react/jsx-runtime").JSX.Element;
export declare const useESP32_ESP32_D0WD: <PropsFromHook extends Omit<{
name: string;
}, "name"> | undefined = undefined>(name: string, props?: PropsFromHook | undefined) => import("@tscircuit/core").ComponentWithPins<{
name: string;
}, "VDDA" | "LNA_IN" | "VDD3P3" | "SENSOR_VP" | "SENSOR_CAPP" | "SENSOR_CAPN" | "SENSOR_VN" | "CHIP_PU" | "VDET_1" | "VDET_2" | "32K_XP" | "32K_XN" | "GPIO25" | "GPIO26" | "GPIO27" | "MTMS" | "MTDI" | "VDD3P3_RTC" | "MTCK" | "MTDO" | "GPIO2" | "GPIO0" | "GPIO4" | "GPIO16" | "VDD_SDIO" | "GPIO17" | "SD_DATA_2" | "SD_DATA_3" | "SD_CMD" | "SD_CLK" | "SD_DATA_0" | "SD_DATA_1" | "GPIO5" | "GPIO18" | "GPIO23" | "VDD3P3_CPU" | "GPIO19" | "GPIO22" | "U0RXD" | "U0TXD" | "GPIO21" | "XTAL_N" | "XTAL_P" | "CAP1" | "CAP2" | "GND" | "pin1" | "pin2" | "pin3" | "pin4" | "pin5" | "pin6" | "pin7" | "pin8" | "pin9" | "pin10" | "pin11" | "pin12" | "pin13" | "pin14" | "pin15" | "pin16" | "pin17" | "pin18" | "pin19" | "pin20" | "pin21" | "pin22" | "pin23" | "pin24" | "pin25" | "pin26" | "pin27" | "pin28" | "pin29" | "pin30" | "pin31" | "pin32" | "pin33" | "pin34" | "pin35" | "pin36" | "pin37" | "pin38" | "pin39" | "pin40" | "pin41" | "pin42" | "pin43" | "pin44" | "pin45" | "pin46" | "pin47" | "pin48" | "pin49", PropsFromHook>;
