Hello World Dummy

This is a dummy page or post I have created to check the styling and all. This is a dummy page or post I have created to check the styling and all. This is a dummy page or post I have created to check the styling and all. This is a dummy page or post I have created to check the styling and all. This is a dummy page or post I have created to check the styling and all.

const int LEDPin = 2;

void setup() {
	pinMode( LED, OUTPUT );
}

void loop() {
	digitalWrite( LEDPin, HIGH );
	delay(1000);
	digitalWrite( LEDPin, LOW );
	delay(1000);
}
  • pin: GPIO pin
  • pin: GPIO pin

————————————————-Pwm————————————————-
vasnkasfjdnvfv
ewvrwdswe
DSqeede
eevqvqevasnkasfjdnvfv
ewvrwdswe
DSqeede
eevqvqe
————————————————-Pwm————————————————-

————————————————-Pwm————————————————-
vasnkasfjdnvfv
ewvrwdswe
DSqeede
eevqvqevasnkasfjdnvfv
ewvrwdswe
DSqeede
eevqvqe
————————————————-Pwm————————————————-

————————————————-analogWrite()————————————————-
vasnkasfjdnvfv
ewvrwdswe
DSqeede
eevqvqevasnkasfjdnvfv
ewvrwdswe
DSqeede
eevqvqe
————————————————-analogWrite()————————————————-

————————————————-Modules————————————————-
vasnkasfjdnvfv
ewvrwdswe
DSqeede
eevqvqevasnkasfjdnvfv
ewvrwdswe
DSqeede
eevqvqe
————————————————-Modules————————————————-

————————————————-abc————————————————-
vasnkasfjdnvfv
ewvrwdswe
DSqeede
eevqvqevasnkasfjdnvfv
ewvrwdswe
DSqeede
eevqvqe
————————————————-abc————————————————-

ESP32 has Five Power Modes:

  • Active Mode
  • Mode-Sleep Mode
  • Light-Sleep Mode
  • Deep-Sleep Mode
  • Hibernation Mode
Power ModeCPUWi-Fi/BluetoothRTC Memory & PeripheralsULPPower Consumption
Active ModeONONONONRefer [RF Modes]
Modem-Sleep ModeONOFFONON20 mA to 68 mA
Light-Sleep ModePAUSEOFFONON0.8 mA
Deep-Sleep ModeOFFOFFONON10 uA to 150 uA
Hibernation ModeOFFOFFRTC Memory – OFF
RTC Timer – ON (Slow clock 8 MHz)
RTC GPIOs – ON
OFF5 uA
Power OffOFFOFFOFFOFF1 uA
ESP32 Power Modes

.toc-sticky {
position: sticky;
top: 100px;
max-height: calc(100vh – 120px);
overflow-y: auto;
}

pin: GPIO pin
<parameter>void setup(){ }</parameter>: GPIO pin
<parameter>void setup(){ }</parameter>: GPIO pin

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *