Skip to content

Commit 8dabe44

Browse files
authored
Add support for Challenger RP2040 LoRa (#494)
1 parent 8a7977f commit 8dabe44

File tree

6 files changed

+665
-5
lines changed

6 files changed

+665
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ See https://arduino-pico.readthedocs.io/en/latest/ along with the examples for m
2525
* Invector Labs Challenger RP2040 WiFi
2626
* Invector Labs Challenger NB RP2040 WiFi
2727
* Invector Labs Challenger RP2040 LTE
28+
* Invector Labs Challenger RP2040 LoRa
2829
* Invector Labs RPICO32
2930
* Melopero Shake RP2040
3031
* Solder Party RP2040 Stamp
@@ -81,7 +82,7 @@ If you follow Les' step-by-step you will also have a fully functional `CMake`-ba
8182
To upload your first sketch, you will need to hold the BOOTSEL button down while plugging in the Pico to your computer.
8283
Then hit the upload button and the sketch should be transferred and start to run.
8384
84-
After the first upload, this should not be necessary as the `arduino-pico` core has auto-reset support.
85+
After the first upload, this should not be necessary as the `arduino-pico` core has auto-reset support.
8586
Select the appropriate serial port shown in the Arduino Tools->Port->Serial Port menu once (this setting will stick and does not need to be
8687
touched for multiple uploads). This selection allows the auto-reset tool to identify the proper device to reset.
8788
Them hit the upload button and your sketch should upload and run.
@@ -93,8 +94,8 @@ follow the initial procedure of holding the BOOTSEL button down while plugging i
9394
The onboard flash filesystem for the Pico, LittleFS, lets you upload a filesystem image from the sketch directory for your sketch to use. Download the needed plugin from
9495
* https://github.com/earlephilhower/arduino-pico-littlefs-plugin/releases
9596
96-
To install, follow the directions in
97-
* https://github.com/earlephilhower/arduino-pico-littlefs-plugin/blob/master/README.md
97+
To install, follow the directions in
98+
* https://github.com/earlephilhower/arduino-pico-littlefs-plugin/blob/master/README.md
9899
99100
For detailed usage information, please check the ESP8266 repo documentation (ignore SPIFFS related notes) available at
100101
* https://arduino-esp8266.readthedocs.io/en/latest/filesystem.html
@@ -142,7 +143,7 @@ The installed tools include a version of OpenOCD (in the pqt-openocd directory)
142143
* Overclocking and underclocking from the menus
143144
* digitalWrite/Read, shiftIn/Out, tone, analogWrite(PWM)/Read, temperature
144145
* Peripherals: SPI master, Wire(I2C) master/slave, dual UART, emulated EEPROM, I2S audio output, Servo
145-
* printf (i.e. debug) output over USB serial
146+
* printf (i.e. debug) output over USB serial
146147
147148
The RP2040 PIO state machines (SMs) are used to generate jitter-free:
148149
* Servos

0 commit comments

Comments
 (0)