Stream slave accel via ESP-NOW with master snapshot cache.
Slaves push BMA456 samples at 16ms when enabled; the master caches per client and exposes ACCEL_SNAPSHOT and ACCEL_STREAM over UART. goTool adds dashboard stream controls, HTTP accel-stream routes, and an external WebSocket API with per-connection receive/interval and slave stream commands. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+6
-2
@@ -9,8 +9,12 @@
|
||||
|
||||
#define UART_NUM UART_NUM_1
|
||||
#define UART_BAUD_RATE 921600
|
||||
#define UART_TXD_PIN 3
|
||||
#define UART_RXD_PIN 2
|
||||
// #define UART_TXD_PIN 3
|
||||
// #define UART_RXD_PIN 2
|
||||
|
||||
#define UART_TXD_PIN 2
|
||||
#define UART_RXD_PIN 3
|
||||
|
||||
|
||||
#define UART_BUF_SIZE 2048
|
||||
#define START_MARKER 0xAA
|
||||
|
||||
Reference in New Issue
Block a user