Navigation

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

    Topics created by sola

    • sola

      Ebyte nRF24 module comparison (2020)
      Hardware • • sola  

      28
      2
      Votes
      28
      Posts
      398
      Views

      sola

      I have built 2 nodes with E01-ML01S (the cheapest module) and I have pretty good experience with them so far. I didn't have to use any capacitors to improve range, they are directly connected to some medium-quality Arduino Nano GND/3.3V. One of them is a lighting controller node, ~3 meters from the PA/LNA gateway (+ a 30cm wall) on the same level as the gateway. The other one is a repeter node and is ~10 meters from the gateway (+ a 20cm wall, same level as the gateway). In this case, radio orientation was important to get a good signal. One of the test modules could communicate with the gateway through 2 walls and a the ceiling (steel-bar reinforced). All-in-all, I am satisfied with the signal stability of these modules. It is a bit finicky to solder the wires to the module because the pads are very small. I always put some solder on the pads first and reheat when I attach the wires.
    • sola

      Arduino minimum hw requirements (Nano problems)
      NodeManager • • sola  

      3
      0
      Votes
      3
      Posts
      736
      Views

      sola

      @user2684 Thanks for your answer. I will check out other boards and experiment with disabling debug.
    • sola

      Ventillation unit via phone cable
      General Discussion • • sola  

      9
      0
      Votes
      9
      Posts
      1236
      Views

      Tomwor2

      @sola Thanks for your prompt feedback.
    • sola

      LED Dimmer: quickly restore the last-set brightness
      Troubleshooting • • sola  

      8
      0
      Votes
      8
      Posts
      1474
      Views

      sola

      @rozpruwacz Actually, I considered that as the fallback solution but I do not want to increase complexity if there is a robust, simple solution.
    • sola

      LED lamp dimmer questions: Flickering, LED lifetime, power consumption
      General Discussion • • sola  

      6
      0
      Votes
      6
      Posts
      1613
      Views

      mfalkvidd

      @Carywin thanks. I've corrected my calculation.
    • sola

      Battery voltage calculation for 18650 batteries
      Hardware • • sola  

      2
      0
      Votes
      2
      Posts
      1356
      Views

      mfalkvidd

      @sola yes, you are correct that the calculation is form2xAA. See the comment inside loop() on the example at https://www.mysensors.org/build/battery for the required calculation, and this part for the voltage divider: The ADC is set to use the internal reference value of 1.1V - so Vmax at ADCmax = 1.1*(16+4703)/4703 = 3.44V You'll need to change the resistors in the voltage divider to handle voltages as high as 8V.
    • sola

      Low power display from electronic shelf label (ESL)
      Hardware • • sola  

      3
      2
      Votes
      3
      Posts
      2821
      Views

      sola

      Thanks for the link. Still not cheap (1.44" for $12) but at least not outrageous like the Adafruit.
    • sola

      Sensor node never reconnects after MQTT gateway reset
      Troubleshooting • • sola  

      4
      0
      Votes
      4
      Posts
      1745
      Views

      sola

      Great. I added a comment to the GitHub issue to signify its importance.
    • sola

      Wiring plain DHT22 chip
      Troubleshooting • • sola  

      4
      0
      Votes
      4
      Posts
      1251
      Views

      sola

      It works, many thanks. I used a 4K7 resistor as pull-up and it seems to be enough.