https://github.com/eremiticengineer/weatherstation
Remote weather station based on the Raspberry Pi Pico W using the pico-sdk and FreeRTOS and other RP2040 boards. Data broadcating over LoRa and BLE.
https://github.com/eremiticengineer/weatherstation
cpp embedded-software freertos lora
Last synced: 7 months ago
JSON representation
Remote weather station based on the Raspberry Pi Pico W using the pico-sdk and FreeRTOS and other RP2040 boards. Data broadcating over LoRa and BLE.
- Host: GitHub
- URL: https://github.com/eremiticengineer/weatherstation
- Owner: eremiticengineer
- License: mpl-2.0
- Created: 2025-06-23T12:17:11.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-06-23T12:18:33.000Z (8 months ago)
- Last Synced: 2025-06-23T12:36:07.789Z (8 months ago)
- Topics: cpp, embedded-software, freertos, lora
- Language: C++
- Homepage: https://eremiticengineer.com/projects/weatherstation/
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cd lib
git clone https://github.com/FreeRTOS/FreeRTOS-Kernel.git
git clone --recurse-submodules https://github.com/carlk3/FreeRTOS-FAT-CLI-for-RPi-Pico.git
cp /home/pi/dev/pico/pico-examples/freertos/FreeRTOSConfig_examples_common.h ./FreeRTOSConfig.h
include this in CMakeLists.txt
lib/FreeRTOS-Kernel/portable/ThirdParty/GCC/RP2040/FreeRTOS_Kernel_import.cmake
or get it from:
https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/main/portable/ThirdParty/GCC/RP2040