@cek
I followed your instructions, but the problem still remains.
How I updated firmware
- I downloaded your firmware(5020-....._plan.bin) and rename it as new.bin
- I updated it by python-openimu driver.
~/hoge » openimu
This is openimu main routine.
Find device 0 times
system ports detected ['/dev/ttyS0', '/dev/ttyUSB0']
Autoconnected by last saved port
Connected(port:/dev/ttyUSB0 baudrate:57600) ....OpenIMU300ZA 5020-3309-01 1.1.0 SN:0
>>ls
Usage:
help : CLI help menu
exit : exit CLI
run : Operations defined by users
save : Save the configuration into EEPROM
connect : Find OpenIMU device
upgrade : Upgrade firmware
record : Record output data of OpenIMU on local machine
stop : stop recording outputs on local machine
server_start : start server thread and must use exit command to quit
get : Read the current configuration and output data
set : Write parameters to OpenIMU
>>upgrade new.bin
False
upgrade fw: new.bin
Restarting app ...
Find device 0 times
system ports detected ['/dev/ttyS0', '/dev/ttyUSB0']
Autoconnected by last saved port
Connected(port:/dev/ttyUSB0 baudrate:57600) ....OpenIMU300ZA 5020-3309-01 1.1.0 SN:0
How it looks now
- I executed
server_start
- I opened web interface
- I changed packet rate via SETTING -> Unit Configuration
Configuration looks good because openimu-driver says as follows.
>>server_start
>>Successfully Updated
But no data are shown.
I also tried baudrate 57600 but nothing changed.
I'm waiting for your advice!
Thanks.
P.S. As I mentioned, I pushed "Software Reset" button in NAV-VIEW when I was trying to figure out why I couldn't get any data.