Navigation

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

    Topics created by ikkeT

    • ikkeT

      How to convert received messages to integers? (MQTT)
      Troubleshooting • • ikkeT  

      6
      0
      Votes
      6
      Posts
      3055
      Views

      ikkeT

      Excellent, thank you. It's too long since I've done serious coding, I didn't remember that. atoi -> atol fixed it.
    • ikkeT

      3dprint case for motion, temp and humidity sensors with radio and batteries
      My Project • • ikkeT  

      18
      5
      Votes
      18
      Posts
      6441
      Views

      stevefury

      @ikkeT what cap did you put on the nrf? because i also did have problems with transmission and i solved it with other caps in parrallel on vcc and gnd! when on batteries: 10uf elektrolitic 0.1nf ceramic 100uf tantalum on the voltage regulator i think also before 0.1nf and a 10uf to lower the noise on the power line output what you think about that? grtz
    • ikkeT

      MQTT from RasPi MySensors GW to remote Domoticz
      Domoticz • • ikkeT  

      5
      0
      Votes
      5
      Posts
      2667
      Views

      artipi

      Thank you. With beta everything is now working fine!:)
    • ikkeT

      MY_NODE_ID AUTO doesn't work, what am I missing?
      Hardware • • ikkeT  

      6
      0
      Votes
      6
      Posts
      3180
      Views

      hek

      I think PIDome handles it. https://pidome.org/support/manual/devices/supported-devices/mysensors-devices.html
    • ikkeT

      interrupt mystery with sensebender micro
      Troubleshooting • • ikkeT  

      17
      0
      Votes
      17
      Posts
      4203
      Views

      rborer

      @ikkeT, I've used the PIN 3 with a door sensor, it work perfectly, just enable the mode INPUT_PULLUP on the setup. void setup() { pinMode(DOOR_PIN, INPUT_PULLUP);
    • ikkeT

      MySensors + NRF24L01 + RasPi2?
      Hardware • • ikkeT  

      5
      0
      Votes
      5
      Posts
      1516
      Views

      ikkeT

      OK, then I just screwed up something. Thanks for the info, so I know I can do this also with my old raspi one day. My old raspi dates 2011.12 on it. Well served.
    • ikkeT

      no debug logs on sensebender micro, why?
      Troubleshooting • • ikkeT  

      13
      0
      Votes
      13
      Posts
      2631
      Views

      ikkeT

      Just FYI for someone googling this, it works immediately with Mysensors 2.0 with Raspi2 instead of Raspi1. The problem was I never realized the pinouts were not for the raspi with 26 pins but the raspis with 40 pins, like b+/2/3.
    • ikkeT

      How to add Sensebender Micro to IDE boards list?
      Development • sensebender micro ide • • ikkeT  

      4
      0
      Votes
      4
      Posts
      2494
      Views

      GizMoCuz

      +1, thanks, was looking for this as well