martynwheeler / u-lora

raspi-lora for micropython
GNU General Public License v3.0
74 stars 13 forks source link

Various fixes from pyLoraRFM9x #13

Open barryhunter opened 1 year ago

barryhunter commented 1 year ago

This pull request amalgamates various changes from pyLoraRFM9x https://github.com/epeters13/pyLoraRFM9x/ which fixed issues with raspi-lora - so fixes the issues here

Honestly not sure if want to adopt tis as it does CHANGE the behaviour, so somewhat of a breaking change - primarily making it so the receiver only sends ACKs, if the sender requests.

May also change the output power level.

I've made these changes for my own purposes, posting here, incase it of interest to others.

davefes commented 1 year ago

Thanks for gathering these changes into one place. Please excuse my question as I am Github beginner ... I have cloned this repository is there a way to merge your changes to my local copy?

davefes commented 1 year ago

I have just got ulora working on a STM32F411CEU6. The main change is to use SoftSPI. Tell me if you want a modified ulora.py file.