Navigation

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

    Topics created by gmccarthy

    • gmccarthy

      Nodemcu + RFM69. Level converter needed?
      Troubleshooting • • gmccarthy  

      18
      0
      Votes
      18
      Posts
      5545
      Views

      gmccarthy

      @emc2 Interesting read. @korttoma I've connected up IRQ line. Still no luck, @TON-RIJNAARD Have tried that now as well. No luck. Tried going back to basics and now have 2 x Arduino pros with RFM69 - both loaded with pingpong script. Don't know where I'm going wrong but I can't even start the script - entering 1 or T does nothing. (I"ve used the script before with the NRF radio and it works) Have also tried the latest dev version. Just keep getting this on both arduinos: 0 MCO:BGN:INIT NODE,CP=RRNNA--,VER=2.0.1-beta 4 TSM:INIT 1 MCO:BGN:INIT NODE,CP=RRNNA--,VER=2.0.1-beta 5 TSM:INIT 7 TSM:INIT:TSP OK 8 TSM:FPAR 138 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK: 2145 !TSM:FPAR:NO REPLY 2147 TSM:FPAR 2277 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK: 4284 !TSM:FPAR:NO REPLY 4286 TSM:FPAR 4416 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK: 6423 !TSM:FPAR:NO REPLY 6425 TSM:FPAR 6555 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK: 8562 !TSM:FPAR:FAIL 8563 TSM:FAIL:CNT=1 8565 TSM:FAIL:PDT
    • gmccarthy

      DallasTemperatureSensor code mia
      Development • • gmccarthy  

      3
      0
      Votes
      3
      Posts
      740
      Views

      gmccarthy

      Great stuff - thanks very much. You might just want to update the link here as well: https://www.mysensors.org/build/temp There is a link to Git
    • gmccarthy

      Alternatives for nRF24L01+ ?
      General Discussion • • gmccarthy  

      39
      0
      Votes
      39
      Posts
      11366
      Views

      Nca78

      If you're sure you've compiled with NRF24_PA_MAX then yes it seems.
    • gmccarthy

      ESP8266 repeater?
      Development • • gmccarthy  

      6
      0
      Votes
      6
      Posts
      5804
      Views

      emc2

      I have an extra nodeMCU that I use as a repeater + weather sensor (using the dev branch). It's wired to the radio as for the ESP gateway and compiled with version 2.0.0 of the ESP arduino board. No problems so far, it's working as well than a "normal" repeater does. But sure, no need of an ESP for that.
    • gmccarthy

      Sensor reading incorrect
      Troubleshooting • • gmccarthy  

      9
      0
      Votes
      9
      Posts
      2448
      Views

      gmccarthy

      I found the ESP8266 rock stable - been running for around 2 weeks so far. No issues. The issue above also seems to be fixed - been about 24 hours now, no crashes, no odd values. Update: Just done a update to Domoticz and now the value is incorrect and seems to be stuck there. Sensor debug: 0 LPG:0ppm CO:0ppm SMOKE:0ppm send: 1-1-0-0 s=0,c=1,t=37,pt=2,l=2,sg=0,st=ok:0 Controller log: subtype = Voltcraft CO-20 CO2 = 536870912 ppm Quality = Bad 2015-11-08 21:29:09.177 (ESP8266 Gateway) Air Quality (Air Quality1) This is the 2nd time its happened right after a domoticz update (I'm running the dev build) Could this be a issue with domoticz? Its weird how it only does it now after a update. To fix it however I need to reset the sensor.
    • gmccarthy

      Wiring MQ-2 Gas Sensor
      Hardware • • gmccarthy  

      4
      0
      Votes
      4
      Posts
      2279
      Views

      alexsh1

      @epierre said: @alexsh1 said: Depends on your sensor. you do not have to add anything. yes and no, you don't have a datasheet for the board... 10K is 10K so you know it Actually, I have the datasheet for my board and this is adjustable resistor Anyway, I got mine working without any additional 10k resistors. I hope it helps.
    • gmccarthy

      Completely lost on how this works :(
      Troubleshooting • • gmccarthy  

      3
      0
      Votes
      3
      Posts
      1184
      Views

      gmccarthy

      Thanks for the tip. That serial debug really helped. I can see the data being send and received to the ethernet gateway. Telnet to the ethernet gateway on port 5003 and I can then see some data when I press a button. This leads me to believe its a problem my domoticz. Will keep digging. Update: I installed mysensors controller and its working perfectly now! Node and sensor picked up. When I press the button it registers on the controller! Woo hooo!
    • gmccarthy

      EthernetGateway - Radio init fail
      Troubleshooting • ethernetgateway • • gmccarthy  

      14
      0
      Votes
      14
      Posts
      6216
      Views

      stevebus

      My Uno with the enc28j60 shield is more stable, but still not THAT stable. Will go a week, sometimes two without crashing. Now it just locks up for no apparent reason. Haven't had a chance to troubleshoot it. interestingly, it always locks up now at a time when the 'receive' (green) LED is lit, so something about receiving a message over the radio is locking it up... I tried using the wiznet shield, but so far I've gotten two bad ones (even the built-in Arduino samples don't work), so I don't put much stock in them any more. I have been planning to swap out my enc28j60 shield for just the little detached module and see if that helps. Just amazes me as much as folks have banged on this stuff for all this time, that it's still unstable, but I guess each one is different, knock-offs, etc.