Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. ch3b7
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    ch3b7

    @ch3b7

    4
    Reputation
    67
    Posts
    931
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Location Argentina, Buenos Aires, C.A.B.A Age 39

    ch3b7 Follow

    Best posts made by ch3b7

    • RE: Connecting sensor to gateway via RS485 instead of nRF24

      See this https://www.kickstarter.com/projects/1370454848/chainduino

      posted in Development
      ch3b7
      ch3b7
    • RE: Windows GUI/Controller for MySensors

      Good work man! im make a controller in .net!

      http://clip2net.com/s/3aGJdvY

      posted in Controllers
      ch3b7
      ch3b7

    Latest posts made by ch3b7

    • RE: ATMega32u4 + RFM69 + MySensors = Working!?

      You can use a cheap usb to rs232 like "CH340G"

      posted in Hardware
      ch3b7
      ch3b7
    • 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

      posted in Hardware
      ch3b7
      ch3b7
    • RE: EthernetGateway - Radio init fail

      replace with this and try

      MyTransportNRF24 transport(RADIO_CE_PIN,RADIO_SPI_SS_PIN, RF24_PA_LEVEL_GW);

      posted in Troubleshooting
      ch3b7
      ch3b7
    • RE: MyNetSensors (closed)

      what visual studio version? im make a controller in .net with visual studio 2010

      posted in MyNodes.NET
      ch3b7
      ch3b7
    • 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

      posted in General Discussion
      ch3b7
      ch3b7
    • RE: Understanding the message

      see this post

      posted in General Discussion
      ch3b7
      ch3b7
    • 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!

      posted in Troubleshooting
      ch3b7
      ch3b7
    • RE: getConfig().isMetric not updated correctly

      i think you need add ||| metric = gw.getConfig().isMetric; ||| in void setup and declare ||| boolean metric = true; |||

      posted in Bug Reports
      ch3b7
      ch3b7
    • RE: Test your home made controller with MockMySensors (w/ tutorial)

      @awi can you upload the fixed SKETCH ?? pls! thank you!!

      posted in Controllers
      ch3b7
      ch3b7
    • RE: Test your home made controller with MockMySensors (w/ tutorial)

      @barduino

      sorry your sketch work good! the problem im have is with the @AWI example!

      @AWI

      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

      posted in Controllers
      ch3b7
      ch3b7