How to pages:
- Automatically turn ON and OFF a touch monitor Via DDC/CI protocol, based on activity in X11 using XSS lib, on Raspberry Pi 5Guide on how to setup automatic on and off of a touch screen for power saving, without a blue screen on a loss of HDMI signal.
- Control WeAct Epaper Module using ArduinoGuide how to draw on WeAct Epaper module using Arduino.
- Flash Sonoff ZBDongle-E as router under NixOS Sonoff ZBDongle-E is quite powerful Zigbee dongle. By default, it's loaded with coordinator firmware. This how to article contains steps cheatsheet to flash it with router firmware under NixOS.
- Read MC8RE-V2 PWM with Arduino All signal outputs, in background, without blocking, using interruptsGuide how to read all 7 PWM channels of MC8RE-V2 with Arduino without using blocking calls the main loop.
- Remotely control 2 axis servo with Arduino and MC8B Using SBUS communication between the board and MC8RE-V2 receiverReceive data from SBUS, transform to corresponding servo control values, and with smoothing of values to prevent jitter.