ch3b7
@ch3b7
Best posts made by ch3b7
-
RE: Windows GUI/Controller for MySensors
Good work man! im make a controller in .net!
Latest posts made by ch3b7
-
RE: ATMega32u4 + RFM69 + MySensors = Working!?
You can use a cheap usb to rs232 like "CH340G"
-
RE: Speech recognition
I use a phone with autoapps + autovoice + send/expect, to send tcp commands to a server and make and actions for each command received, im use a MOTO X with an a controller maked by me and work good. Sorry for my bad english im from argentina
-
RE: EthernetGateway - Radio init fail
replace with this and try
MyTransportNRF24 transport(RADIO_CE_PIN,RADIO_SPI_SS_PIN, RF24_PA_LEVEL_GW);
-
RE: MyNetSensors (closed)
what visual studio version? im make a controller in .net with visual studio 2010
-
RE: Understanding the message
@diggs to hide this 0,0,3,0,9 you need disable "#define DEBUG" replace with "//#define DEBUG" in libraries\MySensors\MyConfig.h and then upload sketch again
-
Debug in Ethernet Gateway
I have a question! I enable debugging in myconfig.h, I can view the log in the serial monitor from Arduino Uno + Wiznet but the MYSController not recive the log information connected to ethernet gateway, but, yes through the serial port.
can i change any to get the log information through ethernet too? or i miss something??THANK YOU!
-
RE: getConfig().isMetric not updated correctly
i think you need add ||| metric = gw.getConfig().isMetric; ||| in void setup and declare ||| boolean metric = true; |||
-
RE: Test your home made controller with MockMySensors (w/ tutorial)
@awi can you upload the fixed SKETCH ?? pls! thank you!!
-
RE: Test your home made controller with MockMySensors (w/ tutorial)
sorry your sketch work good! the problem im have is with the @AWI example!
all sensors present good but when finish i get a loop sended:
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0
send: 50-50-0-0 s=0,c=1,t=16,pt=7,l=5,sg=0,st=ok:0.0