If you disable the mode , and you set a baud , you can only work at this baud. after it come back message , please send another time(: ID(hex):18EAFF00 DATA:00 FF 59.) the feedback ID should contain "FF59"
Posts made by zrs
@F-Weber ,You should now be in automatic baud mode. To set the baud rate of CAN, disable automatic baud rate。
I suggest using CAN. First you send this extension frame to 335RI: ID(hex):18EAFF00 DATA:00 FF 59. Then you send me the return message of this CAN message and I will tell you what to do next.
You can first check whether there is a corresponding serial port through the device manager of the computer. In addition, when NAVIEW is connected, is the indicator line at the bottom l green or red? If it is green, you can set the packet sending rate in the
unit configuration of configuration
@spacelabElectronic ,to connect the Studio, you should open the python driver first. This is the link : https://github.com/Aceinna/python-openimu/releases/tag/v2.6.1
If you just want to get data , you can also use the Naview , I have posted a Naview 3.5.12 file in the forum before, you can search it
Which product do you use? Which firmware? We guarantee that the official release of the firmware is OK
@Amin ,We don't suggest you do that.
Hi @Lunytunes ,pls try the pythondriver -ubuntu : https://github.com/Aceinna/python-openimu/files/9313819/pythondriver-ubuntu.zip
@kfost Did you change the code of 300RI? Or you can try this naview: https://forum.aceinna.com/topic/350/nav-view-3-5-12
HI @Ties-Junge ,are you using the 305d? As far as I know, we don't have a calibration function. What kind of equipment are you using
@ShenYanTaoBeyonCa , There is no ahras data on openimu335ri, we only support VG data. The default data maybe a2 packet.
You can contact us here : https://aceinna.com/
Sorry, we don't have the function now
Hi , @WasirWasHere
First, Webserver and NAviw can not be used at the same time,.
Second, make sure your TX,RX connection is correct (TX to rx).
Third you haven't modified the firmware, right?
@luken Sorry, your EVK doesn't seem to be our product. If you want to use GPS function, please buy RTK330LA or RTK330LI. The supporting EVK of this product supports GPS function .
@Miroslav-Talasek ,It seems that SPI functionality is not fully implemented in the code,you can try to refine this function by writing the corresponding initial configuration code inside the InitCommunication_UserSPI( )
@luken I'm sorry,we never seen EVK like that.
Below is the EVK we used:
@luken Can you tell me where you bought this product
@alex ,
CAN_DBC was old project,it was abandoned.
But as full CAN bus solutions we have OpenIMU300RI project examples – INS, VG, IMU. The code structure is slightly different,but I'm sure you can make your project based on these examples