Close

1728 Results for "esp8266"

  • ESP8266 & Arduino Test Setup

  • Test setup (PL2303, ESP 8266 and Arduino Uno)Module Baud Rate Notes:Various ESP8266 module appears to arrive with baud rate set to 115200 or 57600 while the latest version may actually be set to 9600.... Mine was set to 115200...Module Pin Connections:Logically...
  • ESP8266 Servo Breakout Board

  • So the PCBs arrived, and I assembled and tested one of the servo breakout boards. It's quite small, here's the comparison with a coin:All the servo sockets (for those small, 3.3V servos) are on the back side:There is also a voltage regulator there, and...
  • ESP8266 node firmware update

  • I made some progress on my ESP8266 node firmware. My goal is to build single, robust, configurable and reliable piece of code for these little IoT devices, to avoid redundant implementations and unnecessary bugs. You can download it from my GitHub. Users...
  • ESP8266 to the rescue?

  • I calculated the needed wires for the whole system. Because the electrical outlets are in the other end of the floor trim, the continous ledstrip + wire would be around 10 meters. 8 separate led strips and 6 ultrasonic sensor for the doorways. Each Ultrasonic...
  • ESP8266, Arduino, Visual Studio

  • I'm not a big fan of the whole Arduino ecosystem. The hateful IDE, and the lack of the debug-ability kept far from it.On the other side I must admit that it is evolved since my first encounter, and it looks like something unavoidable.I need some remote...
  • ESP8266 vs. ESP32

  • I had enable @micropython.native on the ESP8266 to get the best performance in refreshing the displays.  It turned out MicroPython for the ESP32 does not support that option! Either it is always on, or the ESP32 without that option is FASTER than...