ITEAD Studio’s Sonoff family is a collection of really useful and inexpensive home automation devices which have been featured multiple times on CNX Software with either to stock firmware and eWelink app, or open source firmware developed by the community. I’m using a Sonoff TH16 to control a water pump, a Sonoff Pow to monitor my office’s power consumption, and Karl used some Sonoff switches to control his lights at home. The company has now launched Sonoff 4CH Pro with 4 relays that can be controlled with buttons on the unit, WiFi, or RF remote controls, and comes in a DIN Rail enclosure. Sonoff 4CH Pro switch specifications: Connectivity – ESP8266 WiFi module and 433 MHz receiver Relays – 4x HUIKE 230V/10A relays (max 2200W per relays) with NC and NO connection Configuration – K5 & S6 switch for mode selection; K6 switch for time selection (0.5 to 4s) Misc […]
Nextion Enhanced NX8048K070 is a 7″ Resistive or Capacitive Programmable Touch Display with an Optional Enclosure
Nextion displays are designed to be controlled by MCU boards with the user interface designed in Nextion Editor drag-and-drop tool. ITEAD Studio launched them in 2015, and I played with Nextion 2.4″ and 5.0″ models, but at the time, I found the Windows only Nextion Editor program not to be that user-friendly and inconvenient to use, as for example, UI designs do not automatically scale across all display sizes. The company is now back with a 7″ model, available with resistive or capacitive touch panel, and featuring an ARM7 processor exposing 8 GPIOs. Nextion Enhanced NX8048K070 (_011) specifications: CPU – ARM7 processor @ 108 MHz with 8K RAM, 1024 EEPROM, 1024 bytes instruction buffer Storage – 32MB flash memory, micro SD card slot Display – 7″ TFT display with resistive or capacitive panel; resolution: 800×480; 65K colors; adjustable brightness: 0 to 230 nit Expansion – 8x GPIOs including 4x PWM, […]
Some Sonoff TH16 and Sonoff POW Manufactured in December 2016 / January 2017 Are Being Recalled
Sonoff TH16 and Sonoff POW are inexpensive and useful wireless switches based on ESP8266 WiSoC. I’m using Sonoff TH16 to control a water pump, and Sonoff POW to monitor my office power consumption. I received mine in early November 2016, so they were probably manufactured sometimes in October. Does manufacturing month matter? Yes, it does, as ITEAD Studio has just issued a recall notice for both devices for a batch manufactured between December 2016 and January 2017. The problem is that while the switches come with a 16A relay, the trace were not thick enough, and if you connect a device that draws enough power, they would heat enough to make the case slowly melt. The problem is that ITEAD Studio asked the factory to add “sufficient tin to the wires to ensure low enough impedances”, but they did not quantify it clearly, and that’s why the product is not […]
Karl’s Home Automation Project – Part 1: Home Assistant & YAML, MQTT, Sonoff, and Xmas Lights
Karl here. I am here to write about my home automation project. First thing I want to say is that I am very cost conscious and I don’t mind putting in extra effort into the setup of things to keep costs down. I did invest a lot of time and had to do a lot of reading to get my project going. It took while and I received a lot of groans from my wife while testing. I am still in the process of tweaking things. I started watching a series of videos on YouTube from Bruh Automation. He introduced me to Home Assistant. It got me really excited. He uses a Raspberry Pi as a server but I already had a Wintel Pro CX-W8 Smart TV Box which I use as a server. I run 3 Minecraft Servers, Emby Server, iSpyConnect DVR (2 IP Cameras), Unifi wifi controller, and […]
Sonoff SC WiFi Environmental Monitor mini Review
Yesterday I received two environmental monitors with Sonoff SC and vThings CO2 Monitor, and while I’ve plugged both, I have not had time to look into vThings documentation, but since I’m already using the eWelink app for Sonoff TH16 wireless switch, setting up Sonoff SC just took me a few minutes, so I’ll report my experience with the device in this review. I powered Sonoff SC using the USB port of my modem router, and the green LED on the back of the device started to blink every 2 or 3 seconds. Then I started the eWelink app on my Android phone and taped on the “+” icon to add a new device following the instructions here which are basically the same for all Sonoff devices. Then you need to press the “Audio” button for about 5 seconds until the green LED blinks faster, at which point you can click […]
How to Use Sonoff POW ESP8266 WiFi Power Switch with MQTT and ThingSpeak
ITEAD Studio’s Sonoff is a family of cheap home automation products based on ESP8266 WiSoC, and I’ve already tested Sonoff TH16 wireless switch with a humidity and temperature sensor using the stock firmware and eWelink app for Android or iOS. It works, but up to recently it required a registration to a cloud service (the company will now allow use from the local network), and the source code is closed. So for the second device under review, namely Sonoff POW wireless switch with a power consumption monitor, I decided to install ESPurna firmware working on ESP8266 Sonoff devices and NodeMCU, as it’s open source, supports Sonoff POW natively, includes a web interface to control the device from the LAN, and includes an MQTT client. MQTT (Message Queuing Telemetry Transport) is a lightweight publish/subscribe messaging protocol used to control IoT sensors and devices, and it’s a popular method to gather data […]
Sonoff SC WiFi Environmental Monitor Sells for $20
ITEAD Studio has done some good job with their Sonoff home automation devices based on Espressif ESP8266 WiSoC, as they are affordable, working as advertised with default firmware, and hackable with our own. The company has now added a new model, which may or may not be as useful, with Sonoff SC environmental monitor device that detects current temperature, humidity, light intensity, air quality, and sound levels, and sends the data to eWeLink app installed on your Android or iOS phone. You may be thinking it can be used as a home assistant since it really looks like a speaker and include some sort of microphone, but the top of the device is probably used to let air and dust go through. Sonoff SC specifications: WiSoc – Espressif ESP8266 Tensilica L106 processor @ 80/160 Mhz with WiFi MCU – Atmel ATMega328 MCU Connectivity – 802.11 b/g/n WiFi Sensors Sharp GP2Y1010AU0F dust sensor […]
How to Build and Flash ESPurna Open Source Firmware to Sonoff POW Wireless Switch
ITEAD Studio Sonoff family is comprised of various inexpensive ESP8266 WiFi power switch, and the company sent me two of their latest CE certified models with Sonoff TH16 + external temperature & humidity probe, and Sonoff POW to measure power consumption. I checked the hardware is the first part of the review, and used Sonoff TH16 to control a water pump with the stock firmware and Ewelink Android app in the second part. It works reasonably well, but it relies on the cloud, so if you lose your Internet connection or the service closed, you can’t control the relay manually anymore. Luckily, the UART pins are exposed on Sonoff switches so you can solder a 4-pin header and connect a USB to TTL to flash your own firmware. Please don’t connect Sonoff devices to the mains when programming them, it’s very dangerous, instead the USB to TTL board will power […]