11 12, 2023

The Nextion Mega I/O project – Part 4

By |2023-12-11T05:39:55+08:00December 11th, 2023|Categories: The Sunday Blog|Comments Off on The Nextion Mega I/O project – Part 4

The Nextion Mega I/O project - Part 4 It's big time that we move on with our Mega I/O project as promised! After we discussed everything in theory and designed an efficient protocol for up to 8 "network" nodes in part1, made a strategy for optimized coding in part2, and had a first working demo

27 11, 2023

Save $$$ Black Friday @ NEXTION & SONOFF – until December 10!

By |2023-11-27T06:44:32+08:00November 27th, 2023|Categories: The Sunday Blog|Comments Off on Save $$$ Black Friday @ NEXTION & SONOFF – until December 10!

Save $$$ Black Friday @ NEXTION & SONOFF - until December 10! Welcome back to the Nextion Sunday Blog! Our ongoing development projects are temporarily suspended this week, because of great news: Black Friday is here, it comes with huge discount offers, and it lasts until December 10! Let's look at that in detail... NEXTION Specials

6 11, 2023

Finally working: Nextion HMI, ESP32 and Sonoff’s new Human Presence SENSOR SNZB-06P!

By |2023-11-06T06:34:00+08:00November 6th, 2023|Categories: The Sunday Blog|Comments Off on Finally working: Nextion HMI, ESP32 and Sonoff’s new Human Presence SENSOR SNZB-06P!

Finally working: Nextion HMI, ESP32 and Sonoff's new Human Presence SENSOR SNZB-06P! First of all, I need to apologize for 2 Sundays without a new blog article! But getting finally everything up and running was not as easy as I thought... Although my dear Chinese colleagues had provided me with excellent code for both sides,

16 10, 2023

Nextion, ESP32 Wifi, Sonoff & EweLink

By |2023-10-17T03:40:04+08:00October 16th, 2023|Categories: The Sunday Blog|Comments Off on Nextion, ESP32 Wifi, Sonoff & EweLink

Nextion, ESP32 Wifi, Sonoff & EweLink Attention! We interrupt the development of our Mega IO Project for a hot topic! I recently got an email from my ITEAD colleagues in Shenzhen, asking me if I'd like to blog about their newest baby, the NEW!!! Sonoff Zigbee Human Presence Sensor SNZB-06P NEW!!!, connected to the EweLink

24 09, 2023

The Nextion MEGA IO project – Part 3

By |2023-09-24T23:29:07+08:00September 24th, 2023|Categories: The Sunday Blog|Comments Off on The Nextion MEGA IO project – Part 3

As at the beginning of every big project, things seem to advance slowly at the beginning. But if everything is well thought in advance and all the foundations well set, the speed of progress will increase afterwards as you'll see soon! After we defined a very compact an efficient protocol in Part 1 and started implementing it in a Nextion Demo project in Part 2, we need now the counterpart on the Arduino Mega side. That's our today's topic.

18 09, 2023

The Nextion MEGA IO project – Part 2

By |2023-09-18T05:23:12+08:00September 18th, 2023|Categories: The Sunday Blog|Comments Off on The Nextion MEGA IO project – Part 2

After we "invented" an extremely compact and efficient protocol in The Nextion MEGA IO project – Part 1, allowing to control up to 8 MCUs with their up to 12 PWM pins, 32 GPIO pins, and 16 ADC pins each (in case of the Arduino Mega) with only 3 bytes, it's now time to move from theory to practice! Our first goal was and is to make things better than in this project, where we used only 3 PWM channels and only a slightly reduced PWM resolution (7 instead of the theoretically possible 8 bits) for the sake of simplicity. Controlling a RGB LED this way limited the color resolution to 2 millions of colors instead of 16 millions as some attentive readers had noticed and reported back. Thus, we start a huge demo project today, with 12 sliders for the 12 PWM channels of the Arduino Mega, distributed over 2 screen pages, PWM1, and PWM2, having all the full 8bit range supported by the Arduino Mega.

Go to Top