From 27768b272ae68bb9c2acb32df5c472ceef62d677 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sun, 17 Mar 2024 15:31:40 +0000 Subject: [PATCH] Added more links to README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86e1f31..65c1c3b 100644 --- a/README.md +++ b/README.md @@ -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. 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/) - [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/) - [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