-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(A) Not all sensor commands are described. #2
Comments
hi, |
@dbouchabou |
No reaction after three weeks? 三周后没有反应? |
No reaction after two month? 两个月后还没有反应? |
No reaction after three month? 三个月后没有反应? |
@UweR70 How did you even manage to write to the sensor or read? I plugged the Arduino in and tried to send some sensorStop / sensorStart commands in the serial monitor and I got back no response... I dont understand how to program sensor with UART |
HS2A43A = SKU:SEN0395
Minimum these four commands are not documented, explained nor implemented in the here provided ".h" / ".cpp" files:
Firing also them results in the following:
"...
22:15:01.768 -> load:0x40080400,len:6388
22:15:01.768 -> entry 0x400806b4
22:15:01.907 -> Start
22:15:01.907 ->
22:15:02.898 ->
22:15:02.962 -> (1) >> sensorStop
22:15:02.962 -> (2) >> sensor stopped already
22:15:02.962 -> (3) >> Error
22:15:02.995 -> (4) >> leapMMW:/>factoryReset 0x45670123 0xCDEF89AB 0x956128C6 0xDF54AC89
22:15:02.995 -> (5) >> factory reset complete
22:15:02.995 -> (6) >> Done
22:15:02.995 -> (7) >> leapMMW:/>sensorCfgStart 1
22:15:02.995 -> (8) >> Done
22:15:02.995 -> (9) >> leapMMW:/>detRangeCfg -1 0 4
22:15:02.995 -> (10) >> Done
22:15:02.995 -> (11) >> leapMMW:/>outputLatency -1 0 0
22:15:02.995 -> (12) >> Done
22:15:02.995 -> (13) >> leapMMW:/>getSensitivity
22:15:02.995 -> (14) >> Response 7
22:15:02.995 -> (15) >> Done
22:15:02.995 -> (16) >> leapMMW:/>getRange
22:15:03.038 -> (17) >> Response 0.000 0.600
22:15:03.038 -> (18) >> Done
22:15:03.038 -> (19) >> leapMMW:/>getLatency
22:15:03.038 -> (20) >> Response 0.025 0.000
22:15:03.038 -> (21) >> Done
22:15:03.038 -> (22) >> leapMMW:/>getLedMode 1
22:15:03.038 -> (23) >> Response 1 0
22:15:03.038 -> (24) >> Done
22:15:03.038 -> (25) >> leapMMW:/>saveCfg 0x45670123 0xCDEF89AB 0x956128C6 0xDF54AC89
22:15:03.038 -> (26) >> save cfg complete
22:15:03.038 -> (27) >> Done
..."
So they exist and they are interpreted correctly, but they are not documented.
My requirements and questions:
Please explain also them in your product wiki!
What are about the "set..." variants?
Which other commands are implemented but not described in your product web site / wiki ?
The text was updated successfully, but these errors were encountered: