Tag: ESP8266
ESP8266: Monitoring Power Consumption
Dani Eichhorn @ thingpulse.com writes: In this post I’m going to show you how you can monitor the power consumption of your battery driven (ESP8266/ ESP32) device. Measuring the power consumption over a full activity/ sleep cycle is the precondition to optimize your code for a longer...
Continue ReadingRDA5981 is a $1 Fully Integrated WiFi Chip with an ARM Core
RDA’s RDA5981 is a fully integrated low-power WiFi chip from RDA Microelectronics. RDA5981 is a fully built WiFi chip highly intended for applications in the areas of a smart home, audio applications and IoT applications. The RDA5981 is being used in devices running Baidu DuerOS, the...
Continue ReadingESP8266 MAX7219 Dot Matrix Display
A MAX7219 driven Display, controlled by an ESP8266 SoC and MQTT This project describes how to connect a MAX7219 to an ESP8266 Chip and let it act as a MQTT client. Its basically my ninHOME Node Firmware where you can optionally add a MAX7219 Display. ESP8266 MAX7219 Dot Matrix Display...
Continue ReadingESP8266 WiFi Analyzer
This instrucatables show how to make an ESP8266 version WiFi Analyzer clone. WiFi Analyzer is a handy app in Android, it help to visualize the WiFi signal information around you. It is very useful for helping select a right channel for setting a new AP. If you selected a channel that...
Continue ReadingESP8266 based e-paper WiFi weather station
Erich Styger documented his experience building Daniel Eichhorn’s e-paper weather station with a custom enclosure: Using e-paper for a weather station is an ideal solution, as the data does not need to be updated often. By default, the station reaches out every 20 minutes for new...
Continue ReadingDecoding and Encoding JSON with Arduino or ESP8266
In this blog post you're going to learn how to decode (parse a JSON string) and encode (generate a JSON string) with the ArduinoJson library using the Arduino with the Ethernet shield. This guide also works with the ESP8266 and ESP32 Wi-Fi modules with small changes. Decoding and...
Continue ReadingLoRaCatKitty: Build IoT Applications with LoRa in 3 steps!
Based on the ESP8266 module, "Andres Sabas" unite the best of WiFi and LoRa, Facilitating the development of IoT solutions. LoRaCatKitty is designed to simplify the development of Internet of Things (IoT) applications using the fabulous (but still underutilized) LoRa Technology. We...
Continue ReadingRaspberry Pi Publishing MQTT Messages to ESP8266
Rui @ randomnerdtutorials.com tipped us with his latest tutorial. He writes: In this project you’ll create a standalone web server with a Raspberry Pi that can toggle two LEDs from an ESP8266 using MQTT protocol. You can replace those LEDs with any output (like a relay that...
Continue Reading