|
Hi, i want to build this project for a raspberry pi pico 2w with a waveshare lora hat. How do i do that? I am trying to make a platformio entry, but i did not succeed yet. |
Answered by
attermann
Jan 21, 2026
Replies: 1 comment
|
Hi @ituir. I suggest starting by attempting to build from within PlatformIO directly on the RPi using one of the The bigger challenge will be building-out LoRa support for the Waveshare hat. I haven't used one of these so haven't ventured down that path yet. I'm eager to follow your progress. |
0 replies
Answer selected by
attermann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ituir. I suggest starting by attempting to build from within PlatformIO directly on the RPi using one of the
native*environments. It should be pretty straight-forward to build the library but let me know if you run into issues.The bigger challenge will be building-out LoRa support for the Waveshare hat. I haven't used one of these so haven't ventured down that path yet. I'm eager to follow your progress.