Hi I am having issues when running the edge impulse data forwarder
ER] Connecting to COM3
[SER] Serial is connected
[WS ] Connecting to wss://remote-mgmt.edgeimpulse.com
[WS ] Connected to wss://remote-mgmt.edgeimpulse.com
? To which project do you want to add this device? (Use arrow keys)
? To which project do you want to add this device? paulphilip-project-1
? 3 sensor axes detected. What do you want to call them? Separate the names with a? 3 sensor axes detected. What do you want to call them? Separate the names with
? What name do you want to give this device? 06:6C:FF:36:39:31:59:4E:43:03:37:06
[WS ] Authenticated
[WS ] Incoming sampling request {
path: '/api/training/data',
label: 'I',
length: 3000,
interval: 0,
hmacKey: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
sensor: undefined
}
[SER] Waiting 2 seconds...
[SER] Reading data from device...
[SER] Invalid data collected. All values should be numeric, and every line should have 3 values. [
[ 73, -135, -956 ], [ 73, -135, -955 ], [ 73, -134, -955 ],
[ 73, -135, -955 ], [ 73, -135, -955 ], [ 72, -135, -956 ],
[ 73, -135, -956 ], [ 73, -135, -955 ], [ 73, -135, -955 ],
[ 73, -135, -956 ], [ 73, -135, -955 ], [ 73, -135, -955 ],
[ 73, -135, -955 ], [ 73, -135, -956 ], [ 73, -135, -955 ],
[ 73, -135, -956 ], [ 73, -135, -956 ], [ 73, -135, -956 ],
[ 73, -135, -956 ], [ 73, -134, -956 ], [ 73, -137, -953 ],
[ 73, -135, -956 ], [ 72, -135, -955 ], [ 73, -135, -956 ],
[ 72, -134, -957 ], [ 73, -135, -956 ], [ 72, -134, -956 ],
[ 73, -135, -955 ], [ 73, -137, -953 ], [ 73, -135, -956 ],
[ 72, -135, -955 ], [ 73, -135, -956 ], [ 72, -134, -957 ],
[ 73, -135, -956 ], [ 73, -135, -955 ], [ 73, -135, -955 ],
[ 73, -137, -953 ], [ 73, -135, -955 ], [ 73, -134, -956 ],
[ 73, -135, -956 ], [ 72, -133, -958 ], [ 0 ]
]
[SER] Failed to sample data Error: Invalid data collected from device, see data forwarder logs
at WebSocket.<anonymous> (C:\Users\paul\AppData\Roaming\npm\node_modules\edge-impulse-cli\build\serial-daemon\cli\data-forwarder.js:242:31)
I tried with edge-impulse-data-forwarder --clean
but still the issue persists. From where can I get the logs and how would you advise to debug this issue.