esp 01

fanat.arduino
Offline
Зарегистрирован: 10.11.2019

Здравствуйте, пытаюсь разобратся  с модулем esp 01. Загрузил пример из библиотеки Blink, лампочка не моргает. 

void setup() {
  pinMode(LED_BUILTIN, OUTPUT);     // Initialize the LED_BUILTIN pin as an output
}

// the loop function runs over and over again forever
void loop() {
  digitalWrite(LED_BUILTIN, LOW);   // Turn the LED on (Note that LOW is the voltage level
  // but actually the LED is on; this is because
  // it is active low on the ESP-01)
  delay(100);                      // Wait for a second
  digitalWrite(LED_BUILTIN, HIGH);  // Turn the LED off by making the voltage HIGH
  delay(100);                      // Wait for two seconds (to demonstrate the active low LED)
}

Подключился так, только без резисторов и gp02 не подключена. АT команда работает https://c.radikal.ru/c40/1806/f0/b22bbc5a8313.jpg

fanat.arduino
Offline
Зарегистрирован: 10.11.2019

А и вместо уно нано