Failed to set anchor number on LPS with picocom

All discussions related to the Loco Positioning system
Post Reply
smarka
Beginner
Posts: 3
Joined: Sat Apr 08, 2017 2:24 pm

Failed to set anchor number on LPS with picocom

Post by smarka »

Following the instructions in the video <https://www.bitcraze.io/loco-pos-system/> I attempted to set the number for the anchor and it seems that the anchor set it for a very short time then it reset it back to zero immediately... (I did fail with flashing the node for the latest firmware I purchased the loco kit in Feb.)

bitcraze@bitcraze-vm:~/projects/lps-node-firmware$ sudo picocom /dev/ttyACM0
picocom v1.7

port is : /dev/ttyACM0
flowcontrol : none
baudrate is : 9600
parity is : none
databits are : 8
escape is : C-a
local echo is : no
noinit is : no
noreset is : no
nolock is : no
send_cmd is : sz -vv
receive_cmd is : rz -vv
imap is :
omap is :
emap is : crcrlf,delbs,

Terminal ready
85732303920
TEST : Initializing pressure sensor ... [OK]
TEST : Pressure sensor self-test ... [OK]
TEST : EEPROM self-test ... [OK]
CONFIG : EEPROM configuration read and verified
TEST : Initialize UWB ... [OK]
CONFIG : Address is 0x0
CONFIG : Mode is TWR Anchor
CONFIG : Tag mode anchor list (6): 0x01 0x02 0x03 0x04 0x05 0x06
CONFIG : Anchor position enabled: false
SYSTEM : Node started ...
SYSTEM : Press 'h' for help.
Previous device mode: TWR Anchor
New device mode: TWR Anchor
EEPROM configuration changed, restart for it to take effect!
Updating address to 0x01
Device address: 0x1
EEPROM configuration changed, restart for it to take effect!

FATAL: term closed
term_exitfunc: reset failed for dev UNKNOWN: Input/output error
bitcraze@bitcraze-vm:~/projects/lps-node-firmware$ sudo picocom /dev/ttyACM0
picocom v1.7

port is : /dev/ttyACM0
flowcontrol : none
baudrate is : 9600
parity is : none
databits are : 8
escape is : C-a
local echo is : no
noinit is : no
noreset is : no
nolock is : no
send_cmd is : sz -vv
receive_cmd is : rz -vv
imap is :
omap is :
emap is : crcrlf,delbs,


FATAL: cannot open /dev/ttyACM0: No such file or directory
bitcraze@bitcraze-vm:~/projects/lps-node-firmware$ sudo picocom /dev/ttyACM0
picocom v1.7

port is : /dev/ttyACM0
flowcontrol : none
baudrate is : 9600
parity is : none
databits are : 8
escape is : C-a
local echo is : no
noinit is : no
noreset is : no
nolock is : no
send_cmd is : sz -vv
receive_cmd is : rz -vv
imap is :
omap is :
emap is : crcrlf,delbs,

Terminal ready
Updating address to 0x00
Device address: 0x0
EEPROM configuration changed, restart for it to take effect!
Updating address to 0x01
Device address: 0x1
EEPROM configuration changed, restart for it to take effect!
Updating address to 0x00
Device address: 0x0
EEPROM configuration changed, restart for it to take effect!

FATAL: term closed
bitcraze@bitcraze-vm:~/projects/lps-node-firmware$ sudo picocom /dev/ttyACM0
picocom v1.7

port is : /dev/ttyACM0
flowcontrol : none
baudrate is : 9600
parity is : none
databits are : 8
escape is : C-a
local echo is : no
noinit is : no
noreset is : no
nolock is : no
send_cmd is : sz -vv
receive_cmd is : rz -vv
imap is :
omap is :
emap is : crcrlf,delbs,

Terminal ready
Updating address to 0x01
Device address: 0x1
EEPROM configuration changed, restart for it to take effect!
Updating address to 0x00
Device address: 0x0
EEPROM configuration changed, restart for it to take effect!
Updating address to 0x01
Device address: 0x1
EEPROM configuration changed, restart for it to take effect!
Updating address to 0x00
Device address: 0x0
EEPROM configuration changed, restart for it to take effect!

FATAL: term closed
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: Failed to set anchor number on LPS with picocom

Post by arnaud »

Since the dfu flashing should have been solved in another thread, is the problem still present if you are running with the latest firmware?
Post Reply