Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
slingS

sling

@sling
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • New 2.2.0 Signal report function
    slingS sling

    I added this to my sketch and observed serial output:

    Serial.print(transportGetReceivingRSSI()); Serial.println(" :transportGetReceivingRSSI()");
    Serial.print(transportGetSendingRSSI()); Serial.println(" :transportGetSendingRSSI()");
    Serial.print(transportGetReceivingSNR()); Serial.println(" :transportGetReceivingSNR()");
    Serial.print(transportGetSendingSNR()); Serial.println(" :transportGetSendingSNR()");
    Serial.print(transportGetTxPowerLevel()); Serial.println(" :transportGetTxPowerLevel()");
    Serial.print(transportGetTxPowerPercent()); Serial.println(" :transportGetTxPowerPercent()");
    Serial.print(transportInternalToRSSI(_transportSM.uplinkQualityRSSI));Serial.println(" :transportInternalToRSSI(_transportSM.uplinkQualityRSSI)");

    I don't know if it's a valid way to check the values.

    Hardware

  • New 2.2.0 Signal report function
    slingS sling

    Very useful new feature.
    I learned a lesson: I'll be using the nrf24 without booster from now on. Much better range and commmunication.

    output from nrf24 with radio set to LOW:

    -256 :transportGetReceivingRSSI()
    -29 :transportGetSendingRSSI()
    -256 :transportGetReceivingSNR()
    -256 :transportGetSendingSNR()
    -12 :transportGetTxPowerLevel()
    25 :transportGetTxPowerPercent()
    0 :transportInternalToRSSI(_transportSM.uplinkQualityRSSI)

    Hardware

  • gw.sleep on battery powered magnet door switch
    slingS sling

    @siod

    new observation: I have two temp nodes with red Htu21d in them. One keeps locking up randomly. Have to go outside and reset the arduino. I'll try another sensor today and see if it fixes things. Have completely rebuild the node twice now with new parts except the sensor.

    My Project

  • gw.sleep on battery powered magnet door switch
    slingS sling

    @siod

    I'm assuming your batteries are empty when you say fail ?
    I built 5 of these last week for my dads place.
    I set internal pullups to LOW and soldered a 3,3MOhm resistor between VCC and Pin2.
    I'm seeing around 30µA when sleeping on two fresh AA batteries.
    With internal pullups that would be around 1ma and that would indeed drain the batteries quite fast.

    My Project
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular