KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
CC1200_HAT-fw
★ 19
Open GitHub ↗
CC1200 HAT - firmware
Download README (.md)
Explore Similar Repositories
Testnet
:
Testnet guide
interaction_aware_mppi
:
Pytorch re-implementation of the paper "Multi-agent path integral control for interaction-aware motion planning in urban canals" by Lucas Streichenberg, Elia Trevisan, Jen Jen Chung, Roland Siegwart, and Javier Alonso-Mora
Hamadabcn
:
Config files for my GitHub profile.
SKSAppManifestGenerator
:
No description available.
ADVEI-Paper-2024.3-Degradation-path-approximation-for-remaining-useful-life-estimation
:
Remaining useful life prediction. Degradation path approximation (DPA) is a highly easy-to-understand and brand-new solution way for data-driven RUL prediction. Many research directions on DPA can be further studied.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CC1200_HAT-fw
?
Download (.md)
# CC1200_HAT-fw Basic firmware for the [CC1200 HAT RF board](https://github.com/M17-Project/CC1200_HAT-hw). Generated with CubeMX 6.16.1. ### Firmware function This firmware turns the CC1200 HAT into an RF modem for M17. Intended host: Raspberry Pi running [m17-gateway](https://github.com/jancona/m17) or [rpi-interface](https://github.com/M17-Project/rpi-interface). ### Flashing and usage Please consult the [M17 Wiki](https://wiki.m17foundation.org/index.php?title=M17_hotspot) for instructions on how to flash and use the CC1200 shield. ## Building on Linux ### Install Prerequisites ``` sudo apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi ``` ### Build ``` cd Release make -j$(nproc) all arm-none-eabi-objcopy -O binary CC1200_HAT-fw.elf CC1200_HAT-fw.bin ```