Navigation

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

    Topics created by Stric

    • Stric

      Useful comment about DHT22 measurements, and test of various hygrometers..
      Hardware • • Stric  

      1
      3
      Votes
      1
      Posts
      647
      Views

      No one has replied

    • Stric

      V_DESCRIPTION
      Feature Requests • • Stric  

      5
      1
      Votes
      5
      Posts
      1942
      Views

      Stric

      Ok, so the following stuff isn't 100% correct anymore I guess.. (it's not Protocol.. and I've wondered for a while why each sensor is reporting the same library version as the rest and the node itself..) https://github.com/mysensors/Arduino/blob/master/NodeJsController/NodeJsController.js#L588 I'm not using this one, but rather a perl controller inspired by this.. Work In Progress..
    • Stric

      Library Version report, gateway vs sensors
      Bug Reports • • Stric  

      5
      0
      Votes
      5
      Posts
      1871
      Views

      Stric

      ok, so it's a merge of version + sensor-vs-repeater into one msg..
    • Stric

      Getting weird replies from serial gw, trying to send acks through random non-existing nodes.
      Bug Reports • • Stric  

      10
      0
      Votes
      10
      Posts
      3137
      Views

      BulldogLowell

      @Stric said: Yup. I could do that.. memtest86+, arduino edition.. yeah, remove all doubt.
    • Stric

      Trouble with 115200 baud on 3.3V/8MHz Arduino, like Serial Gateway. Solution: Change baudrate.
      Troubleshooting • gateway serial 8mhz baudrate 115200 • • Stric  

      9
      3
      Votes
      9
      Posts
      10615
      Views

      Dirk_H

      @marceltrapman when you change the BAUD rate setting in the source/config file to something lower/other you can also use 3.3V Arduinos as (Serial)Gateway. Of cause your controller needs also to be told about the lower BAUD rate. Check out http://wormfood.net/avrbaudcalc.php?postbitrate=9600&postclock=8 for an overview of Clockspeeds (usually 8MHz for 3.3V and 16MHz for 5V types) and coresponding BAUD rates.