-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Pigpen edited this page Apr 23, 2024
·
9 revisions
This plug-in includes functionalities for working with LoRa radio communication signals. Now you can interact with LoRa transmissions using the Flipper Zero pocket device, basic tasks such as sniffing and injection are available, making it easy to perform activities such as analysis, error detection and configuration of new peripherals to the network.
- Electronic Cats Flipper Addon "subGHz-LoRa"
- Unleashed Firmware Installed on Flipper (Tested on unlshd-071e)
Select what you wanna do by clicking one of the options on the screen
- LoRa settings (Change main LoRa parameteres)
- LoRa sniffer (Watch data traveling trought the specific LoRa settings)
- LoRa sender (Send a file containing LoRa messages to any peripheral listening on the network.)
- Frequency (in MHz)
- Bandwidth (LoRa communication allowed values)
- Spread Factor (the speed at which the signal frequency changes across the bandwidth of a channel)
- Use right key in D-pad to start sniffing
- The first 8 bytes of the LoRa messages received will be displayed according to the established parameters and their ASCII representation if available
- Use central key in D-pad to start/stop recording LoRa messages to log file
- A succesfull comunication between flipper and another LoRa device will depend on LoRa parameters configured, you must know how are they configured in the target LoRa network, wrong configurations will result in a data loss
- Send data log file
- Use central key in D-pad to start Browser
- Browse in your files, look for a log file and send it.
Thank you for reading our Wiki!