Introduccin a Node-RED y Raspberry Pi: sistema de alarma con ArduinoIntroduccin a Node-RED con Raspberry Pi a travs de un caso prctico. Fabrica un sistema de alarma que te avisa al mvil si abren la puerta de tu casa. Todo Read More

Introduccin a Node-RED y Raspberry Pi: sistema de alarma con ArduinoIntroduccin a Node-RED con Raspberry Pi a travs de un caso prctico. Fabrica un sistema de alarma que te avisa al mvil si abren la puerta de tu casa. Todo Read More
Guest Blog – Solar Powered OurWeather Station – SwitchDoc LabsNew Guest Blog and Tutorial\- #solar powered #OurWeather #weather station – #esp8266 #arduino #wifi #DIY #computers #STEM http://www.switchdoc.com/2017/02/guest-blog-solar-powered-ourweather-station/
SwitchiFy – Wifi Home Automation BoardSwitchiFy – ESP8266 based 4-way Switching home automation board: https://goo.gl/pjIX5K. This comes with pre-programmed firmware and open source android app. So no need to do any programming. And the board features Wemos D1-Mini. So if Read More
Got my first ESP32 yesterday and cannot manage to get FastLED working properly. Compiling my sketch I always get something like C:\Program Files (x86)\Arduino\libraries\FastLED-3.1.0/led_sysdefs.h:22:2: error: #error ‘XTENSA-architecture microcontrollers are not supported.’ #error ‘XTENSA-architecture microcontrollers are not supported.’ So what’s the Read More
ESP8266 EEPROM? Emulating EEPROM in flash memory! http://arduinotronics.blogspot.com/2018/06/the-esp8266-doesnt-have-eeprom.html
ESP8266 BME280 Weather StationESP8266 BME280 Weather Station One of our favorite new toys is the ESP8266 WiFi module. A very powerful microcontroller in it’s own right, it’s easily programmed with the Arduino IDE, and uses the same code we have Read More
Tutorial: Making the AT Command ESP8266 WiFi Work with Arduino – SwitchDoc LabsTutorialHow to make your ESP8266 WiFi device work with an Arduino using the AT Command Set http://www.switchdoc.com/2017/11/tutorial-esp8266-at-command-arduino/
Cheers all, Working on a project where ESP8266 acts as client to webpage served by rpi. Need help formatting/defining POST command for ESP to send data and commands from ESP to webpage. Using Arduino IDE. Expect it to be something Read More
This is a WiFi scanner, created using the ESP8266 microcontroller and OLED display. ESP8266 is on the NodeMCU board, and the OLED display is of the SPI type. In periodic intervals, it scans the surrounding access points to WiFi and Read More
Guys I need help with my esp8266. I initially uploaded a blink program from examples and now I am not able to send at command via arduino . The blue led of esp is always on. What should I do?