Getting Started - LCAS/auto_shepherd_communications GitHub Wiki
Arduino IDE Install (ver. 2.3.5)
- 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
If nothing happens?
- 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"
Arduino IDE Setup
Following: https://nwgat.ninja/rp2040-lora/
- On the top bar, open
File > Preferences
- Locate the
Additional boards manager URLs
box - 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 Manager
on the left menu - Search for
Earle
and install version 4.1.1 - Go to
Tools > Board > Raspberry Pi Pico/RP2040/RP2350
and selectWaveShare RP2040 One
- Open the
Library Manager
on the left menu - Search for
RadioLib
and install version 7.1.2 by Jan Gromes