-- Leo's gemini proxy

-- Connecting to bbs.geminispace.org:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini; charset=utf-8

What projects are you working on?


Do you use LoRa devices? Did you make something? Share it here!


#diy #electronics #lora

Posted in: s/LoRa

๐Ÿ’€ requiem [mod]

Apr 08 ยท 6 weeks ago


2 Comments โ†“


๐Ÿ’€ requiem [OP/mod] ยท Apr 08 at 09:49:

I bought some LoRa RFM98W and some LoLin "1-Button Shields" to go with LoLin's tiny C3 PICO pico boards. I'm hoping to create a some doorbells! Idea is simple - press button on LoLin --> send (encrypted) LoRa message to a receiver in the house --> ring bell.


In more detail, I also want it to feed back to the bell button - like TCP's SYN/ACK:


Doorbell: encrypt("BELLRING SYN" + uuid())

Receiver: decrypt(message); respond(encrypt("BELLRING ACK" + received_uuid))

Doorbell: decrypt(message); respond(encrypt("BELLRING SYNACK" + received_uuid))

Receiver: *play sound*


Wondering what would be best practice: debounce for single press, or keep ringing while holding?


๐ŸŒฒ Half_Elf_Monk ยท May 01 at 14:25:

Sounds like a fun project! I've not built any LoRa devices on my own for budget reasons, but the notion seems fun.


Since you've done something with this before, I'd be curious to see your take on this idea:


โ€” bbs.geminispace.org/s/permacomputing/16502

-- Response ended

-- Page fetched on Sun May 19 15:45:51 2024