Passive Wi-Fi – Bringing Low Power to Wi-Fi Transmissions


https://www.electronics-lab.com/passive-wi-fi-bringing-low-power-to-wi-fi-transmissions/

Bryce Kellogg, Vamsi Talla, Shyam Gollakota, Joshua R. Smith have published an research article discussing Passive Wi-Fi  transmission that consumes 3 – 4 orders of magnitude lower power than existing Wi-Fi chipsets. Passive Wi-Fi transmissions can be decoded on any Wi-Fi device including routers, mobile phones and tablets. Building on this, we also present a […]

Hardware serial port monitor over WiFi


https://www.electronics-lab.com/hardware-serial-port-monitor-with-wifi/

This tutorial shows how to connect Arduino to the TX line (of a router, RPI) and display serial data on smartphone over WiFi. Arduino listens for serial port communication on its hardware serial port. Then it sends every received line of data trough software serial port to ESP8266. ESP8266 puts every received line of data […]

Wifi Home Thermostat


https://www.electronics-lab.com/web-enabled-home-thermostat/

asheville makers @ instructables.com has posted a Wifi enabled thermostat that can be programmed via a touch screen display or via the internet. This Instructable explains about how I built WiFi enabled thermostats for my home. The thermostats are programmable with 6 different time periods during the day, although increasing that to any arbitrary number would […]

Starling – WiFi enabled LED Display


https://www.electronics-lab.com/starling-wifi-enabled-led-display/

Starling is a modular, Open Source LED display with WiFi connectivity. It comes with a mobile app for easy configuration and usage and has hardware support for Bluetooth. The LED matrix is driven by an Atmega8 microcontroller (MCU), instead of a standard ASIC. This provides a lot of flexibility in the firmware. The firmware detects […]

Wi-Fi and OLED Upgrade for MightyOhm Geiger Counter


https://www.electronics-lab.com/wi-fi-and-oled-upgrade-for-mightyohm-geiger-counter/

Dan Watson @ syncchannel.blogspot.com wanted to have more fun with his MightyOhm Geiger Counter so decided to add an OLED display and Wifi capability to it. To achieve that he modified the counter, added a Feather HUZZAH ESP8266 with OLED FeatherWing and wrote some code. The process is documented on his blog: I assembled my Geiger […]

Wearable WiFi Detector


https://www.electronics-lab.com/wearable-wifi-detector/

A WiFi (Wireless Fidelity) is a technology that uses the 2.4GHz UHF and 5GHz SHF ISM radio bands to allow devices such as computers, smartphones, digital cameras, tablet computers, etc. to network. Nowadays the WiFi technology is being used by cities to provide free or low-cost Internet access to residents. The WiFi is inexpensive and […]

ESP8266 Troubleshooting Guide


https://www.electronics-lab.com/esp8266-troubleshooting-guide/

In this article Rui Santos help us solve the main issues that may arise when trying to flash a new firmware or uploading scripts on ESP8266 Wifi module. He discuss about NodeMCU flasher and how to use it successfully and also he discuss about ESPlorer IDE and it’s use. ESP8266 Troubleshooting Guide – [Link]

ESP8266 – Wireless Weather Station with Data Logging to Excel


https://www.electronics-lab.com/esp8266-wireless-weather-station-with-data-logging-to-excel/

Rui Santos @ andomnerdtutorials.com has tipped us with his latest project. In this project Rui connects two ESP8266 modules and sends data from 3 sensors to an Excel spreadsheet. The process is explained in detail and some prior experience with ESP8266 is necessary and provided in tutorials. ESP8266 – Wireless Weather Station with Data Logging to […]

Hacking the Zsun WiFi SD Card Reader


https://www.electronics-lab.com/hacking-the-zsun-wifi-sd-card-reader/

makers @ hackerspace.pl decided to hack the Zsun Wifi SD Card Reader and run OpenWrt on it and turn it on a awesome wifi device. Hacking the Zsun WiFi SD Card Reader – [Link]

Remote WiFi DHT11 Temperature an Humidity Display


https://www.electronics-lab.com/remote-wifi-dht11-temperature-an-humidity-display/

BoianM @ instructables.com shows us how to build a remote temperature and humidity display using DHT11 sensor and two ESP8266 modules. To program the ESP8266 modules a visual programming software is used. The advantage of the ESP8266 over Arduino and other controllers is the builtin Wi-Fi. In this Instructable I will show you how with the […]