Navigation

  • Categories
  • Recent
  • Tags
  • Popular
  • Search
  • Register
  • Login
  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  1. Home
  2. Yu Mingjin
Yu Mingjin

Yu Mingjin

@Yu Mingjin

1
Reputation
2
Posts
150
Profile views
0
Followers
0
Following
Joined 19 May 2020, 06:51 Last Online 2 Jun 2021, 07:05

  • Profile
  • More
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups
Yu Mingjin Follow

Posts made by Yu Mingjin

RE: Building "RTK_INS" example in "platform-aceinna_imu" from source

@Thierry-Fredrich @Taylor-Alexander Thanks for your suggestions. I have checked these two apps.
1、RAWDATA is ok. I think you should check your OpenRTK-base-library version in the file path 'RAWDATA.pio\libdeps\OpenRTK'. Version 1.0.6 is ok. If the version is not 1.0.6, you should delete the OpenRTK-base-library and build the project again. It will auto pull OpenRTK-base-library@1.0.6 which is set in platformio.ini.1616486708(1).png
2、RTK_INS has problem with OpenRTK-base-library@1.0.8. We will fix this in the next released version. Or it can be solved by next steps:
0)、delete 'RTK_INS.pio\libdeps\OpenRTK'
1)、clone the newest OpenRTK-base-library at https://github.com/Aceinna/openRTK330-lib
2)、remove the line 'lib_deps = OpenRTK-base-library@1.0.8' in 'OpenRTK330LI\RTK_INS\platformio.ini'
3)、copy the newest OpenRTK-base-library code to the file path '\RTK_INS.pio\libdeps\OpenRTK\OpenRTK-base-library\'
4)、build project
1616486926(1).png

posted in OpenRTK • 23 Mar 2021, 08:10
RE: SPP mode only, not RTK?

@Taylor-Alexander It has connected ntrip server but never get rtcm data.
1)、OpenRTK330L EVK support NTRIP1.0. Check the NTRIP client setting again and note that the mountpoint don't need '/' at first letter. Because the first '/' will be writed in software.
2)、If possible, you can catch communication logs with network tools like 'Wireshark'.

posted in OpenRTK • 23 Mar 2021, 06:49