Difference between revisions of "BoSL nano debug"
(Created page with "= BoSL nano debug =") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= BoSL nano debug = | = BoSL nano debug = | ||
+ | == Debug history== | ||
+ | === 23 August 2023 === | ||
+ | 20 nano boards (Nano_1 to Nano_20) are setup for test. You can find the running code [https://drive.google.com/file/d/1lAQvNNC8ffQbsNpIY_xxj2PCbqzLxBox/view?usp=drive_link here]. | ||
+ | |||
+ | During the setup, found some Nano boards(about 4 to 5) could not detected by computer. Some Nano boards(about 3) can work when connect to USB power, but did not work when only connect to battery, tested with multimeter and found their voltage was super low(bellow 0.5V). | ||
+ | === 24 August 2023 === | ||
+ | 3 Nano stopped logging, and tested with multimeter and found their voltage was super low(bellow 0.5V). | ||
+ | In total, 11 broken Nano boards were detected during the setup. | ||
+ | |||
+ | === 25 August 2023 === | ||
+ | Jenny tested all the Nano boards we have (about 170), and found 12% are broken. | ||
+ | Luke tested the faulty Nano boards and saw the same super low voltage issue. One Nano board got super hot immediately when connected to USB power. | ||
+ | |||
+ | === 14 September 2023 === | ||
+ | 4 nano boards(Nano_5, Nano_6, Nano_8, Nano_12) stopped logging from 11 to 13 September. They have a same issue, all batteries run to 0V in 1 or 3 days after stop logging.<br> | ||
+ | They all have radar sensor connected. | ||
+ | |||
+ | === 12 October 2023 === | ||
+ | |||
+ | Test result summary by 9 October, 2023. | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! nRF issue !! SAMD21 issue !! register issue !! Unknown !! Total | ||
+ | |- | ||
+ | | 5 || 3 || 1 || 8 || 17 | ||
+ | |} | ||
+ | |||
+ | * nRF issue: nRF gives no response to AT Commands. | ||
+ | * SAMD21 issue: no output read from Nano TX. | ||
+ | * register issue: SAMD21 and nRF communicate good, but http request failed. | ||
+ | |||
+ | === 19 October 2023 === | ||
+ | One SAM D21 issue(no output from Nano TX) was detected this week. | ||
+ | Test result summary by 19 October, 2023. | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! nRF issue !! SAMD21 issue !! register issue !! Unknown !! Total | ||
+ | |- | ||
+ | | 5 || 4 || 1 || 10 || 20 | ||
+ | |} | ||
+ | Still no idea why SAMD21 stopped working. <br> | ||
+ | Got a plan to make some changes to the code to see will it fix nRF issue -- call setup() function when detect the nRF issue. |
Latest revision as of 04:22, 19 October 2023
Contents
BoSL nano debug
Debug history
23 August 2023
20 nano boards (Nano_1 to Nano_20) are setup for test. You can find the running code here.
During the setup, found some Nano boards(about 4 to 5) could not detected by computer. Some Nano boards(about 3) can work when connect to USB power, but did not work when only connect to battery, tested with multimeter and found their voltage was super low(bellow 0.5V).
24 August 2023
3 Nano stopped logging, and tested with multimeter and found their voltage was super low(bellow 0.5V). In total, 11 broken Nano boards were detected during the setup.
25 August 2023
Jenny tested all the Nano boards we have (about 170), and found 12% are broken. Luke tested the faulty Nano boards and saw the same super low voltage issue. One Nano board got super hot immediately when connected to USB power.
14 September 2023
4 nano boards(Nano_5, Nano_6, Nano_8, Nano_12) stopped logging from 11 to 13 September. They have a same issue, all batteries run to 0V in 1 or 3 days after stop logging.
They all have radar sensor connected.
12 October 2023
Test result summary by 9 October, 2023.
nRF issue | SAMD21 issue | register issue | Unknown | Total |
---|---|---|---|---|
5 | 3 | 1 | 8 | 17 |
* nRF issue: nRF gives no response to AT Commands. * SAMD21 issue: no output read from Nano TX. * register issue: SAMD21 and nRF communicate good, but http request failed.
19 October 2023
One SAM D21 issue(no output from Nano TX) was detected this week. Test result summary by 19 October, 2023.
nRF issue | SAMD21 issue | register issue | Unknown | Total |
---|---|---|---|---|
5 | 4 | 1 | 10 | 20 |
Still no idea why SAMD21 stopped working.
Got a plan to make some changes to the code to see will it fix nRF issue -- call setup() function when detect the nRF issue.