furrtek / portapack-havoc

Custom firmware for the HackRF SDR + PortaPack H1 addon
GNU General Public License v2.0
791 stars 219 forks source link

LoRa RX/TX #71

Open korczis opened 7 years ago

korczis commented 7 years ago

Hi, can you please implement LoRa TX/RX? This will be really super-cool in upcoming IoT era.

https://en.wikipedia.org/wiki/LPWAN

furrtek commented 7 years ago

Added to list along with Sigfox :)

korczis commented 6 years ago

@furrtek great, thanks

fantuz commented 6 years ago

https://ask.sigfox.com/storage/.../55-trame-geoloc-1205-v12.pdf for reference

fantuz commented 6 years ago

I found that useful for on-the-fly decode-> https://www.oemserver.com/tools/OysterSigfox/UplinkDecoder.html Otherwhise the JS behind it: https://digmat.freshdesk.com/support/solutions/articles/16000062989-decoding-the-oyster-sigfox-payload-javascript-example-code And also https://digmat.freshdesk.com/support/solutions/articles/16000061215-decoding-the-oyster-sigfox-payload-examples amongst many other...

fantuz commented 6 years ago

And encoding -> http://community.td-next.com/viewtopic.php?f=5&t=64&p=378#p378

Ops sorry I just realized the topic here was LoRa... apologize.

fantuz commented 6 years ago

I promise this is the last link here -> https://digmat.freshdesk.com/helpdesk/attachments/16015593787

chudgoo commented 6 years ago

Having just picked up a ESP32 based Arduino module, I've already had some fun with LoRa. I flashed the board to be a LoRa transmitter, captured the bursts on the portapack, flashed the again board to be a receiver and then replayed the packets. Works like a charm, in one direction anyway.

I HEARD LoRa SHIT THIS MANY TIMES! hello 265' with RSSI -99 I HEARD LoRa SHIT THIS MANY TIMES! hello 260' with RSSI -96 I HEARD LoRa SHIT THIS MANY TIMES! hello 261' with RSSI -99 I HEARD LoRa SHIT THIS MANY TIMES! hello 263' with RSSI -99 I HEARD LoRa SHIT THIS MANY TIMES! hello 264' with RSSI -100 . .

It would be awesome to have an interface like the POCSAG transmitter where you can set the message text and whatnot... and even more neat to decode. Fun fun!