I found this one, it costs about 28$
http://www.aliexpress.com/item/TV-Box-android-box-smart-box-tvbox-dvb-box-android-receiver-smartbox-RK3188-amlogic-stb-ip/32213496276.html
msamy.earth
@msamy.earth
Best posts made by msamy.earth
-
RE: NRF24 Channel and Datarate in the MyTransportNRF24-constructorposted in Feature Requests
I need this feature. Where is your branch?
Latest posts made by msamy.earth
-
RE: 💬 In Wall AC/DC Pcb for MySensorsposted in OpenHardware.io
- What are the differences between Rev2 & Rev3?
- Why do we have Dallas temp. sensor?
-
RE: NRF24 Channel and Datarate in the MyTransportNRF24-constructorposted in Feature Requests
I need this feature. Where is your branch?
-
RE: First node: nothing workposted in Development
Try to clear the EEPROM first, then re-upload your sketch.
-
RE: Relay sensors stop communicating with gateway after a few minutesposted in Troubleshooting
Try to move your AC cables a little bit away from the nodes. Just to avoid any possible EMF activity.
-
MySensors API in C#posted in Controllers
Is there any open source port for MySensors API in C# for RPi
-
RE: EasyIoT server - Mysensors Raspberry Pi controllerposted in Controllers
@EasyIoT Can you share your implementation for MySensorsDriver?
-
What is the exact meaning of the debug lines?posted in Development
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 nodesposted in General Discussion
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).
