• Home
  • Mailbag
  • AC Dimmer
  • Home Automation
  • CBDB/BMS
  • ADC/DAC
  • Port Expander
  • Temperature
  • RTC
  • Display
  • SmartMonitor
  • USBProg
  • Domoticz
  • ESPBasic
  • Arduino IDE
  • LUA
  • RaspberryPI
  • SHOP

Month: February 2017

ESPBasic

ESPBasic Series : Decimal-to-Binary conversion

I was looking a while ago to implement some Decimal-to-Binary conversion subroutine to be used for easy visualisation of the Registry content. Been able to see the values directly binary can help a lot when developping a driver for a IC or any piece of related software:1. Decimal-to-Binary subroutine:  [decbin] Read more…

By esp8265_wp, 6 years ago
Domoticz

ESPEasy Series: MPRSx8 – P2 – Firmware upload with standard USB-to-Serial Adapter

The MPRSx8 – Home Automation DevBoard meets ESPEasy Firmware 🙂 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 Part 2 of the series, ESPEasy Firmware Upload tutorial using a simple Read more…

By esp8265_wp, 6 years ago
ESPBasic

ESPBasic Series – DEC to BCD and BCD to DEC conversions

In the process of working on a new Driver Tutorial for the ESPBasic Series I am looking today to implement some Decimal-to-BCD and BCD-to-Decimal subroutines. What I have done so far: 1. BCD-to-Decimal subroutine: [DEC] hv = val >> 4 hl = val and 15 val = hv*10 + hl Read more…

By esp8265_wp, 6 years ago
Domoticz

ESPEasy Series : MPRSx8 Home Automation Board – Part 1 – Firmware Upload

The MPRSx8 – Home Automation DevBoard meets ESPEasy Firmware :)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 ESPEasy Firmware Upload tutorial: What we will need: MPRSx8 Home Automation Development Board Read more…

By esp8265_wp, 6 years ago
Archives
  • April 2018 (1)
  • January 2018 (2)
  • November 2017 (2)
  • October 2017 (2)
  • August 2017 (2)
  • July 2017 (1)
  • May 2017 (1)
  • April 2017 (5)
  • March 2017 (4)
  • February 2017 (4)
  • January 2017 (1)
  • December 2016 (4)
  • November 2016 (3)
  • October 2016 (3)
  • September 2016 (1)
  • August 2016 (2)
  • June 2016 (2)
  • April 2016 (2)
  • March 2016 (1)
  • February 2016 (1)
  • January 2016 (1)
  • December 2015 (4)
  • November 2015 (3)
  • August 2015 (3)
  • June 2015 (5)
  • May 2015 (4)
  • April 2015 (7)
  • March 2015 (12)
  • February 2015 (5)
Search
About

Exclusive ESP8266 and IOT related tutorials,  projects and experiments

  • Home
  • Mailbag
  • AC Dimmer
  • Home Automation
  • CBDB/BMS
  • ADC/DAC
  • Port Expander
  • Temperature
  • RTC
  • Display
  • SmartMonitor
  • USBProg
  • Domoticz
  • ESPBasic
  • Arduino IDE
  • LUA
  • RaspberryPI
  • SHOP
Hestia | Powered by WordPress