ESP 32 ADVENTURE
Dual-core Tensilica Xtensa LX6 processor
-
Built-in Wi-Fi (802.11 b/g/n)
-
Bluetooth 4.2 (Classic + BLE)
Multiple GPIO pins (input/output control)
Analog to Digital Converters (ADC) and Digital to Analog Converters (DAC)
PWM, I²C, SPI, UART, and other communication interfaces
Flash memory and RAM (typically 4MB Flash, 520KB SRAM)
Low power modes for battery-powered applications
example :
- TOUCH SENSEING =
The ESP32 uses capacitive sensing to detect changes in electrical charge.
When a finger touches or comes close to a touch-capable GPIO pin, it changes the capacitance at that pin.
The ESP32 measures this change and can trigger an action e.g., turning on a light, registering a button press.
code :
BLINK =
esp 32 have capability to code the in built light turn blue after delay of choice in certain time remember to press boot button for at least 3sec to complete process easily it can be customized according to user .
code :
Comments
Post a Comment