I am getting check wires when I start the serial monitor on mac arduino ide whereas the same code works on linux(mint 17) without any change. Both are running 1.0.6 ide.
Is this a known issue with mac?
I am getting check wires when I start the serial monitor on mac arduino ide whereas the same code works on linux(mint 17) without any change. Both are running 1.0.6 ide.
Is this a known issue with mac?
Hi,
I have a mqtt gateway running on arduino from mysensors library. I also have an openhab controller running on a raspberry pi connected to the arduino uno through the ethernet shield. I am trying to create my first item on openhab and I understand that the format required is
MyMQTT/20/0/V_TEMP where 20 and 0 are node id and sensor id respectively.
I can see following message on the serial monitor
Started!
0;0;3;0;9;read: 20-20-0 s=1,c=1,t=16,pt=0,l=1:1
Is it possible to create a tree/mesh sort of a network using nrf24l01 + Arduino with the Mysensors library? Something similar to RF24 library from http://tmrh20.github.io/RF24Network_Dev/