Not found with search function.
Hard coded and not possible ?
(Not found schematics for ESP-01 device)
With C directly , AT firmware or LUA firmware if possible
Thanks
Explore... Chat... Share...
martinayotte wrote:The RED Led is connected to Power, while the BLUE Led is connected to TX.
So, you can not control those leds. You still can use some other GPIOs...
int pin = 1; //GPIO1
PIN_FUNC_SELECT(PERIPHS_IO_MUX_U0TXD_U, FUNC_GPIO1); //use pin as GPIO1 instead of UART TXD
gpio_output_set(0, 0, 1 << pin, 0); // enable pin as output
...
gpio_output_set(1 << pin, 0, 0, 0); // set pin high
...
gpio_output_set(0, 1 << pin, 0, 0); // set pin low
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]