Download seems unavailable. Could you please update the link?
Posts made by ru64
-
RE: Windows GUI/Controller for MySensors
-
RE: In-Wall Touch-Sensor Double Switch and more...
@trs-80 touch sensors are those: https://www.aliexpress.com/item/32694092023.html
It is sensitive enough to detect touch through the decorative plastic plateyes, I am planning to add it to openhardware, just need to dedicate time for that
-
In-Wall Touch-Sensor Double Switch and more...
Since first time I heard about MySensors project, I wanted to replace all switches in my house with Arduino-bases remote-controlled smart switches.
After a few experiments and evolutions, I ended up in a fairly compact smart device which fits even in 1-gang in-wall box and has the following features:- Power-connected: device has 110V -> 5V converter on board, so it source the power from the in-wall line (in-wall box need to have a common neutral wire)
- Has 2 touch sensors which control 2 relays: so it can control 2 lines
- More Arduino pins are available to connect more sensors (I played with IR motion sensor and going to try light sensors)
- Through NRF24L01+ module it is connected to Raspberry Pi gateway (https://www.mysensors.org/build/raspberry) which runs OpenHABian clone of Raspbian (https://www.openhab.org/docs/installation/openhabian.html), and MySensors are connected to OpenHAB via MQTT ( https://mosquitto.org/2013/01/mosquitto-debian-repository/) - so using myopenHAB account I can control my switches from my phone and using openHAB-to-GoogleAssistant integration - from Google Assistant
Radio is connected to Arduino using jModule https://www.mysensors.org/hardware/jmodule, and the overall breakout was a inspired by HLK-PM01 breakout board by sundberg84 (https://www.openhardware.io/view/504/HLK-PM01-breakout-board#tabs-comments)
The second wall plate insert is not used here, but I have places where I actually glued another couple of touch sensors which control other switches in the house through openHAB rules or added a motion sensor there.
-
RE: 💬 HLK-PM01 breakout board
Oh, ok, never mind. Apparently, it does not work correctly in the latest KiCad version. When I open it in 4.0.4, it looks fine
-
RE: 💬 HLK-PM01 breakout board
@sundberg84 - thanks! but still schematic does not open correctly, remapping says:
Warning: No symbol “HLK-PM01” found in symbol library table.
Warning: No symbol “CONN_01X02” found in symbol library table.
Warning: No symbol “CONN_01X02” found in symbol library table.
Warning: No symbol “FUSE” found in symbol library table.
Warning: No symbol “FUSE” found in symbol library table.
Warning: No symbol “FUSE” found in symbol library table.
Warning: No symbol “VR” found in symbol library table.
Warning: No symbol “C” found in symbol library table.
Warning: No symbol “C” found in symbol library table.Any ideas? Sorry if asking stupid thing, but I am really new with KiCad
-
RE: 💬 HLK-PM01 breakout board
Hi @sundberg84, did you create custom components for this design? Can you add your library files to the download, please?
-
RE: Integrating NodeManager with Sketch Generator
@rakeshpai I've got the same problem. Occasionally found out that this reproduces if DEBUG is off (#define DEBUG 0). As soon as I turned it on - it works.