Navigation

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

    Topics created by tlpeter

    • tlpeter

      How to include the battery measurement?
      Troubleshooting • • tlpeter  

      12
      0
      Votes
      12
      Posts
      4486
      Views

      clio75

      @tlpeter said: if (oldBatteryPcnt != batteryPcnt) { // Power up radio after sleep send(msgBatt.set(batteryV, 1)); //sendBatteryLevel(batteryPcnt); oldBatteryPcnt = batteryPcnt; } Hi, This part should not have been updated this part is icluded in the lib So leave it like the exsample if (oldBatteryPcnt != batteryPcnt) { // Power up radio after sleep sendBatteryLevel(batteryPcnt); oldBatteryPcnt = batteryPcnt; } For sending over your voltage you need one additional send(msgBatt.set(batteryV, 1)); Good luck
    • tlpeter

      Repeater node stops sending sensor info
      Troubleshooting • • tlpeter  

      10
      1
      Votes
      10
      Posts
      1868
      Views

      TheoL

      @tlpeter Took me a while to find a circuit for the LE33. I use a 0.1 uf keramic capacitor between VIN and GND and a 2.2uf elco between gnd and VOUT. That does the job for me in terms of keeping a stable circuit.
    • tlpeter

      Trying to convert a rain sensor sketch. get a fail error
      Troubleshooting • • tlpeter  

      1
      0
      Votes
      1
      Posts
      555
      Views

      No one has replied