- What are the differences between Rev2 & Rev3?
- Why do we have Dallas temp. sensor?
Posts made by msamy.earth
-
RE: 💬 In Wall AC/DC Pcb for MySensors
-
RE: NRF24 Channel and Datarate in the MyTransportNRF24-constructor
I need this feature. Where is your branch?
-
RE: First node: nothing work
Try to clear the EEPROM first, then re-upload your sketch.
-
RE: Relay sensors stop communicating with gateway after a few minutes
Try to move your AC cables a little bit away from the nodes. Just to avoid any possible EMF activity.
-
MySensors API in C#
Is there any open source port for MySensors API in C# for RPi
-
RE: EasyIoT server - Mysensors Raspberry Pi controller
@EasyIoT Can you share your implementation for MySensorsDriver?
-
What is the exact meaning of the debug lines?
What is the exact meaning of the debug lines;
Ex:
send: 30-30-0-0 s=1,c=0,t=3,pt=0,l=5,st=ok:1.4.1
send: 30-30-0-0 s=2,c=0,t=3,pt=0,l=5,st=ok:1.4.1
read: 0-0-10 s=1,c=1,t=2,pt=0,l=1:0
send: 0-30-10-10 s=1,c=1,t=2,pt=0,l=1,st=ok:0
read: 0-0-10 s=2,c=1,t=2,pt=0,l=1:0
send: 0-30-10-10 s=2,c=1,t=2,pt=0,l=1,st=ok:0
read: 0-0-10 s=2,c=1,t=2,pt=0,l=1:1
send: 0-30-10-10 s=2,c=1,t=2,pt=0,l=1,st=ok:1
read: 0-0-10 s=1,c=1,t=2,pt=0,l=1:1
send: 0-30-10-10 s=1,c=1,t=2,pt=0,l=1,st=ok:1 -
How can I build my custom nodes
I'm a newbie with MySensors. I did my homework to study the getting started section, building my gateway, sensors and actuators as provided in the examples. and everything works great.
In order to build my custom nodes I've started by the hardware wiring. Now I have 3 custom nodes full of sensors and actuators.
My problem now is how can I use MySensors API. I don't know where to start. I need a resource that helps me to understand the mysterious classes like (MyGateway, MySensor, MyMQTT, ... etc).