Wykres commitów

30 Commity (master)

Autor SHA1 Wiadomość Data
Pieter Robyns 3d89f5e4c2 Fix lora_receive_file_nogui.py
Remove lora_receive_realtime.py and lora_receive_file.py because they are generated automatically by the grcs
2021-11-30 20:49:04 -05:00
Sebastien Dudek baf2e43db1 Porting gr-lora to GNU Radio 3.9 2021-11-29 17:41:47 +01:00
Pieter Robyns 124f2120ae Fix Python 3 compatibility of lora_receive_file_nogui.py 2021-02-01 20:54:11 +01:00
japm48 8893dac5a8
lora_receive_file_nogui: respect bandwidth choice 2020-09-21 14:58:33 +02:00
Clayton Smith 35ed1f519f Convert blocks and sample flowgraphs to 3.8 2019-10-01 14:51:09 -04:00
Pieter Robyns da8c067a90 Fix linker errors for GNU Radio 3.8
Remove define conflict with log4cpp
Port lora_receive_file_nogui.py to Python 3
2019-09-09 14:47:23 +02:00
Pieter Robyns 60e94eda37 Moved UDP server functionality for receiving LoRa frames to lora.lorasocket.LoRaUDPServer 2018-01-31 10:49:45 +01:00
Pieter Robyns 817c689f1d Fix examples and update unit test reports 2018-01-09 10:18:57 +01:00
Pieter Robyns c4547e23b1 Update examples to reflect changes in message socket sink 2018-01-03 10:18:22 +01:00
Pieter Robyns 2f28b1ba9e Added test suite functionality
- Switch to disable file export
- Allow controller to be specified
- Clamp value of CR in event of decoding error
2017-10-06 16:09:46 +02:00
Pieter Robyns 040be7eb48 Added example that can be run without GUI or example trace 2017-09-20 11:42:47 +02:00
Pieter Robyns 025faa8c41 Support for implicit header mode 2017-09-20 10:12:19 +02:00
Pieter Robyns f976dfab8e Quality of life improvements
- IP and port can now be specified for Message Socket Sink
- LoRa PHY header can be omitted from Message Socket Sink output
- Removed deprecated blocks
- More utilities
2017-09-14 16:58:39 +02:00
Pieter Robyns ef46ff7c0e Improvements to test suites and tutorials
- Allow to specify frequency offset in test suite
- Added tests for RTL-SDR and HackRF
- Updated RTL-SDR tutorial
2017-09-08 13:22:11 +02:00
Pieter Robyns 7c3b3de7de - Update README.md
- New installation method via Docker
- Updated examples in apps/
2017-09-07 17:05:12 +02:00
Pieter Robyns b65f34c0aa - Fixed decoding bug
- Allow for pausing upon encountering test suite error
- Round header bin index instead of floor
2017-09-07 10:43:18 +02:00
Pieter Robyns f20c7db6d6 Auto export test results as Markdown to docs/test-results 2017-09-06 16:49:31 +02:00
Pieter Robyns 2d0e9245b0 - More flexible test suite system
- Remove unneeded files
- Fix bits per symbol calculation
2017-09-06 15:57:44 +02:00
Pieter Robyns 3d4be66836 Some final tweaks to increase accuracy and detection rate 2017-08-29 13:39:12 +02:00
Pieter Robyns 1bf5399f05 - Working clock drift correction
- Improved gradient decoding
2017-08-25 12:38:00 +02:00
Pieter Robyns d41580cbdf New tool for real-time debugging and analysis of signals 2017-08-10 13:49:00 +02:00
Pieter Robyns 5c9393f2d1 Update apps and regression tests 2017-07-28 10:56:25 +02:00
Wosser1sProductions 497183614a Finalisation
+ Added Center Frequency Offset with xlating_fir_filter functionality to
test scripts
- Removed from_idx in cross correlation since it was always 0 anyway
+ Merged FFT fix
~ Tweaked gradient_index again to exclude borders and prefer first bin
+ Added code to visualize a symbol and its bins in gradient_idx
+ Added whitening sequence rejection
~ Code clean-up for finalisation
2017-06-02 15:53:43 +02:00
Wosser1sProductions de82afa631 Default GRC threshold and freq_grad_idx improvement
+ Added threshold to GRC block ctor
+ Added default values for lora_receiver block
~ Moved whitening sequence selection to ctor
    to accomodate for SF6 incompatibility
~ Changed max_freq_gradient_idx with simpler falling edge detection
2017-03-31 16:49:22 +02:00
Wosser1sProductions 296081ba39 Quick improvements
+ Added generated whitining sequences (but not in actual code: needs
further testing)
- Removed log files, and added results to wiki
+ Added threshold parameter to the lora_receiver block
+ Added failsafe to stop demodulation when noise was reached after data
(packet length in HDR was wrong)
2017-03-29 13:04:04 +02:00
Wosser1sProductions 9f545e9f54 Test generation and whitening sequencing
+ Added script lora_receive_all.py as a command line interface
    to set-up gnuradio on other platforms and receive LoRa packets
~ Automated whitening sequence generation with createWhiteningValues.py
    for various settings
~ Changed _examplify.py to also create XML database with the generated
    samples
+ Added same test sets, but for RTL-SDR and USRP (XML database)
2017-03-24 16:31:08 +01:00
Pieter Robyns 4e2f649aed Squashed commit of the following:
- Added tutorial images
- User configurable sample rate
- Block for sending messages to Wireshark
- Optional block for storing messages in MongoDB
- Debug port is now an optional message port instead of writing automatically to /tmp
2016-11-24 10:56:59 +01:00
Pieter Robyns 780a56a3b8 Add support for all coding rates (4/8,4/7,4/6,4/5) 2016-09-28 11:27:44 +02:00
Pieter Robyns ad85c5e416 Version 0.2 2016-08-11 13:44:10 +02:00
Pieter Robyns 60771cf438 Version 0.1 2016-06-22 21:43:15 +02:00