An open API service indexing awesome lists of open source software.

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.

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