RaspberryPI

Raspberry PI2 + Thingspeak on JESSIE

This is a follow-up for the previous Raspberry PI2 – Standalone Thingspeak server installationBecause many people have encountered lots of issues with the installation, mainly r8188eu WIFI chipset driver issues or strange compile problems, I was thinking to give a chance also to the new RASPBIAN Jessie, maybe it might be possible to make life easier

RaspberryPI

ESPEasy Series: MPRSx8 – Part 4 – Domoticz configuration

MPRSx8 Board is available also on Tindie store: https://www.tindie.com/stores/nEXT_EVO1/ For MPRSx8 general presentation and hardware description please take a look also at Part 1 of the MPRSx8 series:http://esp8266-projects.org/2016/11/mprsx8-relay-board_for_home_automation/ Part 4 of the MPRSx8 + ESPEasy Tutorial – After having all the bits & pieces in place, ESPEasy Firmware properly uploaded and configured, now is time for the Domoticz setup and testing the

RaspberryPI

Raspberry Pi + Domoticz AC Dimmer – Part 1

   Special April Sale Discounts!! Special Spring Sale discounts for all the products available on Tindie Store: https://www.tindie.com/stores/nEXT_EVO1/ Including the popular MPDMv4 Universal AC Mains Dimmer and the MPRSx8 Home Automation Board! Spread the word and use Coupon code: NDSCVO10 Thank you all for your support!  ————————————————————————————————————————— New Tutorial related with direct connection setup between Raspberry Pi board and

AC Dimmer, RaspberryPI

Part 2 – Raspberry Pi + Domoticz AC Dimmer

    Special April Sale Discounts!! Special Spring Sale discounts for all the products available on Tindie Store: https://www.tindie.com/stores/nEXT_EVO1/ Including the popular MPDMv4 Universal AC Mains Dimmer and the MPRSx8 Home Automation Board! Spread the word and use Coupon code: NDSCVO10 Thank you all for your support!  ————————————————————————————————————————— Part 2 of the tutorial: Raspberry Pi + Domoticz + MPDM v4

Arduino IDE

Arduino IDE – WIFI MAINS Power Switch – ESP8266 MPSMv2

WARNING!! You will play with LIVE MAINS!! Deadly zone!!  If you don’t have any experience and are not qualified for working with MAINS power I will not ecourage you to play arround! —————————————————————————————————————————-  For any new orders / requests please feel free to use as usual: tech at esp8266-projects.com.      If you want for

Arduino IDE

MPDMv4 AC dimmer board – ArduinoIDE driver example

————————————————— DISCLAIMER ————————————————–       WARNING!! You will play with LIVE MAINS!! Deadly zone!!        If you don’t have any experience and are not qualified for working with MAINS power I will not encourage you to play arround!. The author take no responsibility for any injury or death resulting, directly or indirectly, from your inability to appreciate the

Arduino IDE

MPDMv4 – Arduino Mega Driver example

For any new orders/requests please feel free to use as usual: tech at esp8266-projects.com. MPDMv4 Boards are also available on Tindie: AC MAINS Dimmer – MPDMv4 ————————————————— DISCLAIMER ————————————————–       WARNING!! You will play with LIVE MAINS!! Deadly zone!!        If you don’t have any experience and are not qualified for working with MAINS power I will

Arduino IDE

MPDMv7.5 Arduino IDE driver example

For a more detailed description please take a look at the Part 1: MPDMv7.5 AC Dimmer devboard overview MPDMv7.5 AC Dimmer devboard is also available on Tindie Store A very simple MPDMv7.5 Arduino IDE driver example: const int vcntPin = 13; // the pin that the MPDMv4 VCNT pin is attached to const int ON = 16; //

ESPBasic

ESPBasic – Web Interface – CSS elements example

A quick example on how to change your Web interface GUI objects properties without using a separate CSS file: Reading Humidity and Temperature from a DHT22 Sesor connected to the GPIO5 and also retrieving Date and Time from NTP Server: PinDHT = 5 DHT.SETUP(22, PinDHT) cls timer 1000, [branch] ‘ ## Time for auto refresh

ESPBasic

AC Dimmer DevBoard – MPDMv7.5 – Part 2

For a more detailed description please take a look at the Part 1: MPDMv7.5 AC Dimmer devboard overview MPDMv7.5 AC Dimmer devboard ESP Basic program example for the basic version configuration: ‘write(“starttimer”,10) cls ‘VCNT GPIO pin let pinNo = 13 ‘ON-OFF GPIO pin let off = 16 io(po,off,0) ‘ Software option for Light FULL ON at power-up ‘

Scroll to Top