meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.62k stars 904 forks source link

[Feature Request]: Add hardware support for wisblock sd-card slot + features #5419

Open Woutvstk opened 17 hours ago

Woutvstk commented 17 hours ago

Platform

NRF52

Description

Adding hardware support for the wisblock RAK15002 SD-card slot (rak19007, ...)

Even with a small 2Gb sd-card. There is a ton of storage space available for a node. Using this storage to save device/environment/power/... metrics for a long period. Using this storage to save all packets received by the node. Using this storage with the store and forward module and any other logging

All this data can be dumped to client over Bluetooth on connecting or over lora (limited data of course)

I am very new to github and somewhat familiar with C++. I'll try adding these features myself but it will take a while. Any help/recommendations welcome.