Navigation

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

    Topics created by GreyLinux

    • GreyLinux

      Battery percentage on door contact sensor erratic (sent on interrupt)
      Development • • GreyLinux  

      20
      0
      Votes
      20
      Posts
      2211
      Views

      BulldogLowell

      As the analog pins share a single A2D, rapid use of it can cause the previous read to impact the next. A common workaround in this situation is to read twice on each input, ignoring the first. try that: // read analog pin (void) analogRead(BATTERY_SENSE_PIN); int sensorValue = analogRead(BATTERY_SENSE_PIN); // calculate battery voltage float vBat = static_cast<float>(sensorValue * (V_MAX/1023));
    • GreyLinux

      Will a NRF24L01+PA+LNA help with my signal problems
      Development • • GreyLinux  

      17
      0
      Votes
      17
      Posts
      2194
      Views

      Tmaster

      Hi to @Greymarvel .Well i already seen this movie before. I bought diferent nrf24 nodes,amplifed ,not amplified,with or without capacitors. In fact i had worst redults with amp nodes. I just change to rfm69hw and w . No more low power/high power...etc. now i got my 4000m2 terrain covered (around 80m long). I didn't check max range but i never had lost a packet again. I was a very good increment on my network stability. That fake nrf24 chips are crazy and unstable and yes,all ebay cheap nodes are fake second i know.
    • GreyLinux

      Need help understanding Openhab, Battery powered sensors and arduino sketches .
      Development • • GreyLinux  

      4
      0
      Votes
      4
      Posts
      884
      Views

      peerv

      Have a look at youtube and look for Paul McWhorter. He has 25 excellent newbie Arduine lessons.
    • GreyLinux

      Help needed in getting Gateway and nodes working with Openhab on a Raspberry pi
      Development • • GreyLinux  

      13
      0
      Votes
      13
      Posts
      2498
      Views

      gohan

      yes, it requires the ip of the device running the ethernet gateway