Page 1 of 1

Failed to read data from EEPROM!

Posted: Fri Sep 01, 2017 1:53 am
by arix
According to the loco_node_revd.pdf. I finished my pcb and test . But find some problem . Failed to read data from EEPROM! Can tell me how to solve it?

Terminal ready
====================
SYSTEM : CPU-ID: 390038000651485536343720
TEST : Initializing pressure sensor ... [OK]
TEST : Pressure sensor self-test ... [OK]
TEST : EEPROM self-test ... [FAIL]
CONFIG : Failed to read data from EEPROM!
CONFIG : Could not read data from EEPROM
TEST : Initialize UWB ... [OK]
TEST : One or more self-tests failed, blocking startup!
Help
-------------------
0-9 - set address
a - anchor mode
t - tag mode
s - sniffer mode
m - List and change mode
d - reset configuration
h - This help
---- For machine only
b - Switch to binary mode (sniffer only)

Re: Failed to read data from EEPROM!

Posted: Mon Sep 04, 2017 9:55 am
by rdagher
From what I understand from the code, you should type d and reset your board.
This will write a 1 on adress 0 in the EEPROM, which is then tested in the self-test.

Give it a try ;)

Re: Failed to read data from EEPROM!

Posted: Tue Sep 05, 2017 2:13 am
by arix
rdagher wrote: Mon Sep 04, 2017 9:55 am From what I understand from the code, you should type d and reset your board.
This will write a 1 on adress 0 in the EEPROM, which is then tested in the self-test.

Give it a try ;)
Resetting EEPROM configuration...ERROR
EEPROM configuration changed, restart for it to take effect!
i can use tool set tag mode .,but can't anchor or sniffer.
SYSTEM : CPU-ID: 250023000c514e4831343220
TEST : Initialize UWB ... [OK]
CONFIG : Address is 0x0
CONFIG : Mode is TWR Anchor
CONFIG : Tag mode anchor list (0):
CONFIG : Anchor position enabled: false
SYSTEM : Node started ...
SYSTEM : Press 'h' for help.
why my eeprom can't work ... is 24AA64f sot23?

Re: Failed to read data from EEPROM!

Posted: Tue Sep 05, 2017 7:17 am
by arnaud
There seems to be a connection problem with the EEPROM. The EEPROM is a SOT23-5 chip.

Has this node ever worked?

Re: Failed to read data from EEPROM!

Posted: Wed Sep 06, 2017 1:50 am
by arix
thank you ! you help me find my pcb connection problem!