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
B

Blom

@Blom
About
Posts
8
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • multiple hardware radio sensor network
    B Blom

    Hi

    I'am using nrf24 mqtt network on my rpi. I have now bought a rfm95 lora and want to build a gateway for handeling a rfm95 network together with my nrf24 network. is it possible to get this systems to coexist together?

    Hardware

  • Determine if pin interupt or awakens from sleep
    B Blom

    @yveaux

    Is it possible to retrive how much time left on the watchdog sleep time when it awakens on interupt?

    General Discussion

  • Determine if pin interupt or awakens from sleep
    B Blom

    @yveaux

    You wrote 8sec. Does the sensor wake up every 8sec and update a sleep count variable?

    General Discussion

  • Determine if pin interupt or awakens from sleep
    B Blom

    Thanks! Worked like a charm!

    uint8_t interruptReturn;
    
    void loop()  {
    if (interruptReturn == 1){do this}
    if (interruptReturn == MY_WAKE_UP_BY_TIMER){do that}
    interruptReturn = sleep(INTERRUPT,CHANGE,SLEEP_TIME);
    }
    

    Next question: Is it possible to retrive remaining sleep time when waking up on interrupt so sensor could resume on time
    left when it goes to sleep again?

    General Discussion

  • Determine if pin interupt or awakens from sleep
    B Blom

    Hi

    I have an magnetic door switch sensor with a DS18b20 conected. The sensor sends updates when the magnetic switch recieved updates(pin interupt) or 30min(awakens from sleep) has passed. It sends updates from both the magnetic switch and from the temperature sensor.

    Is it possible to determine which interupt that occured? I want to send temperature updates only when it awakens from sleep and send magnetic switch updates only when pin interupt happens.

    if (pin interupt)
    {do this}
    if (awkens from sleep)
    {do that}

    General Discussion

  • My SHT21 and ds18b20 sensor
    B Blom

    @tbowmo Yes it is. I have used the ds18b20 for over a year now. With an update every 20min the battery holds for 6months

    My Project sht21 ds18b20

  • My SHT21 and ds18b20 sensor
    B Blom

    @destos Its two holes in the enclousure

    My Project sht21 ds18b20

  • My SHT21 and ds18b20 sensor
    B Blom

    Here is my SHT21 and ds18b20 sensors DSC02234.JPGDSC02246.JPG DSC02236.JPG DSC02237.JPG DSC02239.JPG DSC02241.JPG

    My Project sht21 ds18b20
  • Login

  • Don't have an account? Register

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