Hi, the external crystal frequency is 24.806MHz.
What's is your application with OpenIMU300za?
thanks.
Posts made by Li YiFan
1.The OpenIMU300RI is data output silent, you should give a package rate to the unit to output data, for instance send command via serial interface:
update output rate to 10hz, 55 55 75 50 0C 04 00 00 00 0A 00 00 00 00 00 00 00 74 22
or change output rate to 100Hz, 55 55 75 50 0C 04 00 00 00 64 00 00 00 00 00 00 00 67 8B
2. visit develop tool for more informantion
https://developers.aceinna.com/devices/connect
@Sanjay-Adkar You could download nav-view, connect EVAL-KIT DMU381 with PC with Micro USB line, and start logging using nav-view. please refer to link
- .0x4/6/8 is xyz_rate, 0xA/C/E is xyz_accel. both register could be read in polling mode.
@Amin Hi Amin, you could send command to 300ZI unit via User uart interface(VG_AHRS, INS appication), and get the debug log from debug uart interface as below. As for the debug port, OpenIMU user could refer to UART debug port.
@Sylvain-Joyeux you should use VG_AHRS application and try again. the IMU application does not support Mag calibration with python driver.
Hi Sylvain Joyeux,
I checked the OpenIMU330ZI with firmware version VG_AHRS 1.1.3, it work normally on mag align process from my side as below, please reset IMU and test. Note: please do keep connection with PC during the mag align process or it will be never finish in case of disconnected.
Hi PineTreeWild,
It will take less than 10s to finish the sync with 1PPS in the begining.
The sync process is that:
-
CPU detects sync pulse and measures it’s period with sub-microsecond precision
-
If period is within 0.01% of target value for few consecutive periods signal considered to be valid and system will sync to it.
@TimBevan Hi TimBevan,
- conntion is the second picture as your colleague interpreted.
- the default orientation(right-hand system) . btw, you could check/change the orientation in the setting of refer to link
@JeromePerdrizat Hi,JeromePerdrizat ,thanks for update message, what kind of unit in your hand, only a OpenIMU300ZI module or a set of OpenIMU300ZI development Kit?
@SeppW sorry for the late message. Yau are right, change the configuration, compile and reprogram 300RI will be fine.
@bibbi Hi bibbi, sorry the late message, my colleague @cek is testing the INS application for 300RI, he will update after finish the test.
@Jack-Morrison Hi Jack, please check the axis orientation
@hujia Hi Hujia,
目前我们开源代码支持 NMEA, uBlox Nav-PVT and NovaTel Bestpos/Bestvel 这三种协议的GPS信息。
1.组合的经纬度: INS app可以通过串口输出的e2包 直接得到组合后的经纬度信息,请参考 串口e2包
https://openimu.readthedocs.io/en/latest/apps/ins.html#gps-ins-app
- GPS原始经纬度:取决于你用什么接收机,输出哪种GPS协议解析后的信息。 我们没有现成的串口包可以输出数据,你可以自己创建一个包类型通过openimu串口输出,或者直接从接收机拿到解析后的原始经纬度信息。
@swj Hi swj, it seems the application bin is broken. You could try to boot start from bootloader and download the application bin again as the following steps:
- run the Webserver_Win32_1.1.6.exe -f T to enter bootloader mode. Webserver_Win32_1.1.6.exe attachedrecover_tool.zip.
reset the 300RI unit.
-
If the BOOTLOADER enter successfully, please open https://developers.aceinna.com/devices/record-next
and press button UPGRADE
-
Choose the 300RI app bin file and update. ![2020-03-05_11h26_00.jpg]
please try and feedback to us, thanks.
@jstafford it's up to your application, what do you want with OpenIMU?
@jstafford Hi, you could use SPI/CAN/Uart interface communcate with Pi3 to get IMU data, some reference code for you to check.
https://github.com/Aceinna/python-mtlt
https://github.com/Aceinna/python-spi