-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
James R. Heselden edited this page May 28, 2025
·
2 revisions
- go to https://www.arduino.cc/en/software
- select
Linux AppImage 64 bits (X86-64) - download appimage to desktop
- right click on appimage file
- select properties, go to the permissions tab
- enable
Allow this file to be run as executable - close the properties window and right click on the appimage
- select "Run as a Program" or "Execute", whichever of the 2 appears
- open a terminal and cd to the desktop
- execute the appimage directly such like
./arduino-ide_...AppImage - you may see a message saying
dlopen(): error loading libfuse.so.2 - if so, you may be required to install libfuse2
- run
sudo apt update && sudo apt install libfuse2 - afterwards, try executing directly again
- agree to the lisence requirements and the ide will install
- once it has finished and opened properly, close the ide and terminal
- now right click the appimage on desktop and select "Run as a Program"
Following: https://nwgat.ninja/rp2040-lora/
- On the top bar, open
File > Preferences - Locate the
Additional boards manager URLsbox - Paste this link into the box: https://github.com/earlephilhower/arduino-pico/releases/download/4.1.1/package_rp2040_index.json
- Wait for a minute to let it download, (this may appear instant with UoL WiFi)
- Open the
Boards Manageron the left menu - Search for
Earleand install version 4.1.1 - Go to
Tools > Board > Raspberry Pi Pico/RP2040/RP2350and selectWaveShare RP2040 One - Open the
Library Manageron the left menu - Search for
RadioLiband install version 7.1.2 by Jan Gromes