Added more links to README.md

This commit is contained in:
BlueFox 2024-03-17 15:31:40 +00:00
parent 1133b4f9d9
commit 27768b272a

View File

@ -69,11 +69,19 @@ When running the main_+lcd.py file, you are able to choose whether to run as a p
Lastly, thanks to all the people sharing their code, e.g. the driver for the SX127x chip series ported for MicroPython on the Pico. Lastly, thanks to all the people sharing their code, e.g. the driver for the SX127x chip series ported for MicroPython on the Pico.
Here are some links: Here are some links:
- [The driver library used in this tests](https://github.com/lemariva/uPyLoRaWAN/) - [The SX127x driver library used in this tests](https://github.com/lemariva/uPyLoRaWAN/)
- [The LCD driver lib used](https://github.com/T-622/RPI-PICO-I2C-LCD)
- [The makers of MicroPython](https://micropython.org/)
- [Raspberry for the Pi Pico, of course](https://www.raspberrypi.com/products/raspberry-pi-pico/)
---
- [Tutorial introducing main steps to get the SX127x board to run](https://www.electroniclinic.com/raspberry-pi-pico-w-with-lora-sx1278-for-sensor-monitoring/) - [Tutorial introducing main steps to get the SX127x board to run](https://www.electroniclinic.com/raspberry-pi-pico-w-with-lora-sx1278-for-sensor-monitoring/)
- [Website providing some pinout and info](https://wei1234c.blogspot.com/2017/08/sx127x-lora-transceiver-driver-for.html) - [Website providing some pinout and info](https://wei1234c.blogspot.com/2017/08/sx127x-lora-transceiver-driver-for.html)
- [More pinout and stuff :)](https://www.electroschematics.com/rf-radio-frequency/) - [More pinout and stuff :)](https://www.electroschematics.com/rf-radio-frequency/)
- [Interesting article for building general LoRa knowledge](https://circuitdigest.com/microcontroller-projects/arduino-lora-sx1278-interfacing-tutorial) - [Interesting article for building general LoRa knowledge](https://circuitdigest.com/microcontroller-projects/arduino-lora-sx1278-interfacing-tutorial)
- [A collection of libraries for the Raspberry Pi Pico](https://git.privacynerd.de/BlueFox/micropython-libraries)
- [ProgramChooser, the lib used here for navigating and selecting](https://git.privacynerd.de/BlueFox/ProgramChooser)
## License ## License