Arduino

Nokia 5110 CAN Bus Display

Nokia 5110 CAN Bus Display

Sven Bachmann
Today I released my project that shows how to build a display that can be remotely controlled via CAN bus. I plan to use it as Smart Home remote control. For interaction with the controller it has a rotary encoder attached that emits CAN bus messages for different actions. With this setup, a remote counterpart like the Raspberry Pi can supply an interactive menu. The project is hosted on GitHub: https://github.
PCA 301 Funksteckdose mit Arduino Nano und RFM69

PCA 301 Funksteckdose mit Arduino Nano und RFM69

Sven Bachmann
Nachdem ich mir eine PCA 301 Funksteckdose von ELV gekauft hatte und feststellen musste, dass die Kombination Arduino Nano mit RFM69 momentan nicht unterstützt wird, habe ich den Treiber für das vorhandene pca301_serial Projekt selbst vom RFM12 auf den RFM69 angepasst. Das Ergebnis liegt nun als Arduino IDE Sketch auf GitHub (Link).