Navigation

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

    Senal

    @Senal

    0
    Reputation
    5
    Posts
    9
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    • Profile
    • More
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    Senal Follow

    Posts made by Senal

    Where is the openrtk_data_parse folder?

    Re: Where is openrtk_data_parse?

    Pull the contents from https://github.com/Aceinna/python-openimu

    to a local repository (perhaps a folder created by you named 'openrtk_data_parse').

    Install the requirements.txt (perhaps in your venv) using the command: pip install -r requirements.txt

    You can then get the data in the .bin format to a csv parsed by running the main.py file (in the terminal) with the relevant arguments:

    For Ex:

    python main.py parse -t openrtk -p <path to the data folder containing the .bin files> -i 10

    The parsed data can be found in the folder where you initially had your .bin files stored.

    Run the command below to get more details on how main.py can be used further with the relevant commands associated with that file.

    python main.py parse -h

    posted in OpenRTK •
    RE: how to parse the raw data

    @HFuser Pull the contents from https://github.com/Aceinna/python-openimu

    to a local repository (perhaps a folder created by you named 'openrtk_data_parse').

    Install the requirements.txt (perhaps in your venv) using the command: pip install -r requirements.txt

    You can then get the data in the .bin format to a csv parsed by running the main.py file (in the terminal) with the relevant arguments:

    For Ex:

    python main.py parse -t openrtk -p <path to the data folder containing the .bin files> -i 10

    The parsed data can be found in the folder where you initially had your .bin files stored.

    Run the command below to get more details on how main.py can be used further with the relevant commands associated with that file.

    python main.py parse -h

    posted in OpenRTK •
    RE: Where is openrtk_data_parse?

    @zhihengcao I can't find this folder either. How did you resolve this issue? Was there some way in which you managed to parse the data in the .bin file? Which main.py file are you referring to above in the 'issue solved' comment?

    posted in OpenRTK •
    Retrieving raw signal/voltage GPS data from ACEINNA OpenRTK330LI EVB?

    Is it possible for me to receive raw signal/voltage values of GPS/GNSS signals from the OpenRTK330LI EVB for further analysis of those received signals?

    I am not referring to the processed latitude/longitude/etc. position related readings. I just want the raw data for further GPS signal analysis as received by the receiver onboard the eval board.

    #rawvoltage #gps #gnss #aceina #openrtk330li

    posted in OpenRTK •
    RE: PlatformIO Aceinna Code Error

    I was struggling with this for over two weeks! This fixed it. Thank you so much!!!

    posted in Product •