esp 01
- Войдите на сайт для отправки комментариев
Чт, 26/12/2019 - 10:35
Здравствуйте, пытаюсь разобратся с модулем esp 01. Загрузил пример из библиотеки Blink, лампочка не моргает.
01 | void setup () { |
02 | pinMode(LED_BUILTIN, OUTPUT); // Initialize the LED_BUILTIN pin as an output |
03 | } |
04 |
05 | // the loop function runs over and over again forever |
06 | void loop () { |
07 | digitalWrite(LED_BUILTIN, LOW); // Turn the LED on (Note that LOW is the voltage level |
08 | // but actually the LED is on; this is because |
09 | // it is active low on the ESP-01) |
10 | delay(100); // Wait for a second |
11 | digitalWrite(LED_BUILTIN, HIGH); // Turn the LED off by making the voltage HIGH |
12 | delay(100); // Wait for two seconds (to demonstrate the active low LED) |
13 | } |
Подключился так, только без резисторов и gp02 не подключена. АT команда работает https://c.radikal.ru/c40/1806/f0/b22bbc5a8313.jpg
А и вместо уно нано