Compatibility and potential issues with ESP32-C3 as a CSI Node? #70
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi @ruvnet,
First of all, thank you for this amazing project!
The ADR-018 frame format and the Rust aggregator implementation are very impressive for WiFi-based sensing.
I am planning to deploy several nodes and am considering using the ESP32-C3 instead of the ESP32-S3 due to its cost-effectiveness and availability. I am aware that I need to recompile the firmware from source since the architectures differ (RISC-V vs. Xtensa).
Based on my initial assessment, I plan to make the following changes:
Beyond these build-target adjustments, I would like to ask if you foresee any specific issues or limitations regarding:
If there are any "gotchas" or hardware-specific quirks I should be aware of, I would greatly appreciate your insights!
Best regards,
Leko