Menu & Search

Simple iOS On/Off app for SonOff

May 24, 2017

I had some time, so I decided to make an on/off program for my SonOff switch that I want to use to turn on / off the boiler heating at my house ( I use the stronger one, that has support for 16A load). My SonOff is pre-configured already with ESPEasy and rules. What I […]

Continue Reading

Controlling Sonoff devices from Domoticz

May 10, 2017

It’s very easy to control Sonoff power switch devices that were updated with ESPEasy firmware. You can practically control them with commands like these ( explained and configured in the previous post ): On action: http://192.168.88.20/control?cmd=event,TurnOn Off action: http://192.168.88.20/control?cmd=event,TurnOff   So, to control them from Domoticz, all you need to do is add a virtual […]

Continue Reading

Adding Light sensor to the HC-12 + Temp sensor

May 10, 2017

In one of the previous articles, I’ve shown you how to read the temperature and send it (very basic format) through HC-12 transmitter. Now we could easily add Light reading and sending it to the reader ( Another HC-12, hooked to Raspberry PI or Arduino )     For that purpose, we will use BH1750 […]

Continue Reading

Customizing Sonoff ESP switch to work with anything

April 27, 2017

I’ve recently purchased several sonoff wifi modules. Here’s another one, higher amperage. They usually go with an app that you can use to turn them on / off. However, that’s pretty boring 🙂 I decided to make them run via http interface and also control them from Domoticz via virtual switch. Yes, it’s possible and […]

Continue Reading

Receiving the data from the sensor and displaying it

March 22, 2017

In my previous post, I’ve read temperature reading with BMP180 on Arduino mini cheap clone and sent it over air with HC-12 serial module. Now we’re going to receive it and display it on the OLED screen, that I’ve made a simple test with. To the same Arduino, that we have connected the OLED screen […]

Continue Reading

Showing some text on cheap OLED screens

March 19, 2017

I’ve got several SSD1306 based 0.96″ OLED screens around so I decided to use one of them to show some information that I receive from the HC-12. The first step was to connect it to Arduino Mini/Pro and display a test. My OLED has the following pins / markings on it ( I hope you can […]

Continue Reading
Page 2 of 3 1 2 3
Type your search keyword, and press enter to search