-
|
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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.