Francklin2 / RTKLIB_Touchscreen_GUI

RTKLIB GUI for Raspberry Pi with touchscreen made with Qt by the ENSG students
175 stars 63 forks source link

Missing RTKBASE #42

Closed carlosmry closed 4 years ago

carlosmry commented 6 years ago

Hi!

I have been following all the installation steps on a Raspberry pi 3B+. ./build_rtkbase.sh seems to build everything fine, but there is no RTKBASE in the folder that I can run (./RTKBASE). Any ideas why this might be happening?

Thanks!

Francklin2 commented 6 years ago

Hello I think there is a issue with the build script, did you try to run the script twice ?, it may work at the second launch. I have to check it on a fresh install of raspbian strech. If the second run didn't work , try a make -j2 in RTKBASE folder

robinsjanis commented 5 years ago

Hello! I tried to run the build script two times, and the command ./RTKBASE does not work - no such file or directory. What am I doing wrong?

mwruschel commented 5 years ago

Good afternoon, I'm having the same problem with my Raspberry pi 3 using the raspbian-stretch image 2017-09-07

when executing ./build_rtkbase.sh it finishes. but when I execute the ./RTKBASE it says that the truck does not exist ...

Could Francklin2 help me?

MariusBredesen commented 5 years ago

I got the same issue. ./RTKBASE does not run. I also tried downloading the img with RTKbase pre-installed, and this wont boot at all :/ Please let me know if any1 got a solution.

robinsjanis commented 5 years ago

I tried a lot of things and gave up on this project. I tried this https://github.com/taroz/TouchRTKStation, I could boot it to the GUI, RasPi3 recognized the Ublox M8T reciever, but the program couldn't post the signal to NTRIP server. So now my Raspberry is in a drawer waiting for a better days to come. I will probably use old netbook with Rtklib for the base. If anybody comes up with a solution for this RasPi based rtk base station to work, please, email me robinsjanis@gmail.com

gisma commented 5 years ago

Same with me. Great idea and project. However it would be very helpful and highly appreciated if the build process could be revised or an actualized version of the pre-build could be provided. cheers Chris

MariusBredesen commented 5 years ago

I tried a lot of things and gave up on this project. I tried this https://github.com/taroz/TouchRTKStation, I could boot it to the GUI, RasPi3 recognized the Ublox M8T reciever, but the program couldn't post the signal to NTRIP server. So now my Raspberry is in a drawer waiting for a better days to come. I will probably use old netbook with Rtklib for the base. If anybody comes up with a solution for this RasPi based rtk base station to work, please, email me robinsjanis@gmail.com

I will try the taroz version. I got the Ublox ZED-F9P, i will let you know if i get it to work.

Francklin2 commented 5 years ago

Heelo Sorry for the lack of updates and news on the project, I still have some problems to do a clean install script with raspbian strech for pi 3, I was able to make a build on raspbian strech on a Pi3. You can try the following steps:

I made a new preinstalled image for Pi 3 with rapsbian strech, it's for a 16Gb SD cardand the splash screen is not working yet, I will try again for a 8Gb image. https://drive.google.com/open?id=1A0_4Cfmd_YapDnDZIPAidAfNqGR9QZ-S

We also tried the Taroz project and it working well and gives good results, Our project for this year will be to do a fork of the Taroz project and add some fonctions of Rtkbase to the Taroz project like the post processing or more configuration option, this should be done around may/june. If you install the Taros project on a RTKNASE hardware, the only diffrence is the screen size, so in the install build sript you may have to change the screen size from 4inch to 5inch (use LCD5-show instead LCD4-show)

Francklin2 commented 5 years ago

Hello There is a new preinstalled image for PI3 based on raspbian stretch, this is for a 16 Gb SD card, you can find it here : https://drive.google.com/open?id=1HOssKfLAgLO0DKe1ZVBqeMXHCmyP4w-P

foxittt commented 5 years ago

What`s new in this image for PI3?

mwruschel commented 5 years ago

Good morning Francklin, I'm developing a project with rtklib. But I do not have a good knowledge in development. I would like to know if you have no interest in building with me commercially, and receive for your service ...

You can send us an e-mail so we can talk better, thank you.

mwruschel@hotmail.com

Francklin2 commented 5 years ago

Hi Foxit On this new image version, it was based on latest raspbian strech from nov 2018, it was a 16GB image, the one I realesed last week was made with a 32Gb image, the rtkbase software is the same (version 2018 with post processing). I made a new build script (build_rtkbase_Qt5_ARM.sh) and some install scripts, you can find them here: wget https://github.com/Francklin2/RTKLIB_Touchscreen_GUI/raw/master/RTKbase_installer.zip Unzip the installer file in home directory (/home/pi) Go to the folder /home/pi/Installer Update rights for the 3 scriptswith chmod +x 1-Download_rtkbase.sh chmod +x 2-Build_rtkbase.sh chmod +x 4-Install_LCD_driver.sh Lauch the 3 scripts in order to 1 downmload and build RTKbase 2 Install autostart and 3 install driver

@mwruschel I send you a mail this evening

kikislater commented 4 years ago

project moved here : https://github.com/Francklin2/EasyGNSS