Guys i have a problem with esp8266 It is not responding to serial monitor for AT commands after uploading a program

SMOG Sensor part two: adding sensors and display Second…
SMOG Sensor part two: adding sensors and displaySecond version of the SMOG sensor (ultra-easy project): OLED display and temperature, humidity and pressure data: https://blog.jokielowie.com/en/2017/11/esp8266-i-smog-czesc-druga-wyswietlacz-oled-pomiar-warunkow/
Hi everyone I would like to modernize my…
Hi everyone, I would like to modernize my current (dumb) doorbell with arduino but as this is my first project, I need some advice on what I need to accomplish this 🙂 So, currently I own only Raspberry Pi 3 Read More

Arduino + ESP8266 + wemos + ev3dev +…
Arduino + ESP8266 + wemos + ev3dev + 3d printing by 2 kids. A demonstration of multi-threaded socket connections among PC, lego ev3, esp8266, wemos and Android/iPhone apps.

SONOFF – ESP8266 update firmware with Aduino IDE This…
SONOFF – ESP8266 update firmware with Aduino IDEThis is a guide how to upload new firmware using Arduino IDE. Sonoff is a ESP8266 based WiFi wireless switch that can connect to appliance of different types and brands. This is a Read More
ESP8266 serial port Wifi Remote wireless module ESP-03…
ESP8266 serial port Wifi Remote wireless module ESP-03 Product Feature: 802.11 b/g/n Integrated low power 32-bit MCU Integrated 10-bit ADC Integrated TCP/IP protocol stack Integrated TR switch, balun, LNA, power amplifier and matching network Integrated PLL, regulators, and power management Read More

ESP8266 controlling WS2812 Neopixel LEDs using Arduino IDE…
ESP8266 controlling WS2812 Neopixel LEDs using Arduino IDE – A Tutorialhttp://www.instructables.com/id/ESP8266-controlling-Neopixel-LEDs-using-Arduino-ID/?ALLSTEPS

Into Robotics Thanks to the Arduino engineers (Arduinoorg which…
Into RoboticsThanks to the Arduino engineers (Arduino.org, which is Arduino Srl), a new open-source board is prepared for the DIY community, the Arduino UNO WiFi. This new board brings the Arduino UNO and ESP8266 together while keeping all existing facilities Read More

Introducing Pebl® – the ultimate and complete IoT solution
Hello IoT’ers! We’re very excited to share our new IoT device with you! We’ve created a secure, affordable and universal IoT gateway device for use by anyone, to control anything, from anywhere! It’s called the Pebl. Fingoti want to explore Read More

C Compiler Short Circuit
A C compiler like that found in the Arduino IDE can short circuit?????? Read on…. What do you think the output of String g is at each stage?? String g = “no”; int i = 10; i > 10 && Read More