Failed to read data from EEPROM!

All discussions related to the Loco Positioning system
Post Reply
arix
Member
Posts: 47
Joined: Fri Sep 01, 2017 1:45 am

Failed to read data from EEPROM!

Post 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)
rdagher
Beginner
Posts: 9
Joined: Tue Jul 04, 2017 12:27 pm

Re: Failed to read data from EEPROM!

Post 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 ;)
arix
Member
Posts: 47
Joined: Fri Sep 01, 2017 1:45 am

Re: Failed to read data from EEPROM!

Post 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?
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: Failed to read data from EEPROM!

Post by arnaud »

There seems to be a connection problem with the EEPROM. The EEPROM is a SOT23-5 chip.

Has this node ever worked?
arix
Member
Posts: 47
Joined: Fri Sep 01, 2017 1:45 am

Re: Failed to read data from EEPROM!

Post by arix »

thank you ! you help me find my pcb connection problem!
Post Reply