Folgende Warnungen sind aufgetreten: | ||||||||||||||||||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.24 (Linux)
|
Waze - Navigation Program - Druckversion +- RasPiCar Projekt Forum (https://RasPiCarProjekt.de) +-- Forum: Software (https://RasPiCarProjekt.de/forumdisplay.php?fid=4) +--- Forum: Navigation (https://RasPiCarProjekt.de/forumdisplay.php?fid=43) +--- Thema: Waze - Navigation Program (/showthread.php?tid=1138) |
RE: Waze - Navigation Program - sergynio - 22.05.2018 I make this step after new install rpi 1. sudo apt-get update (wait till installation complete ) 2. sudo apt-get upgrade (wait till installation complete ) 3. sudo apt-get install libgps-dev (wait till installation complete ) 4. sudo apt-get install libsqlite3-dev (wait till installation complete ) 5. sudo apt-get install libgtk2.0-dev (wait till installation complete ) 6. sudo apt-get install libagg-dev (wait till installation complete ) 7. sudo apt-get install libfribidi-dev (wait till installation complete ) 8. sudo apt-get install libssl-dev (wait till installation complete ) 9. sudo -i 10. git config --global http.sslverify false 11. git clone https://github.com/sashakh/waze.git 12 .cd waze 13 .make 14. make install-user 15 .sudo make install 16. cd 17. reboot 18. install carpc 19. change in startcarpc navit with waze If i push the navi button i see desktop of the raspberry RE: Waze - Navigation Program - B.C. - 01.06.2018 I kept it simple: 1. I used my image with Navit working (16GB card). 2. Added waze (downloaded, unzipped and copied to the folder where Navit is stored) 3. sudo apt-get missing files 4. followed point 12 to 17 5. Edited StartCarPC file as I'd mentioned 6. Change Skin to Confluence to setup my account (I'd installed waze to my iPhone before, to setup the account - that was more easy - then used the username and pw on my raspberry) waze is working on my desk with internet connection on my desk. I did no further testing so far due to lack of time. I think I'll need my iphone as a hotspot in car. Best of luck! RE: Waze - Navigation Program - sergynio - 02.06.2018 I installed just raspberry and waze, is working(i tested without the carpc installed ) , i insert the username and password, but my usb gps is not working, change in preferences file from waze, gpsd location, but nothing, i read is working with gps hat. RE: Waze - Navigation Program - B.C. - 02.06.2018 what GPS USB device you are using? I'm with the Skytraq Venus 8 and it's working. You could post your ~/.waze/preferences RE: Waze - Navigation Program - Jack - 02.06.2018 @sergynio I suppose you haven't installed gpsd and gpsd-clients yet? RE: Waze - Navigation Program - sergynio - 03.06.2018 @jack i don't have anything installed for gpsd and gpsd. @B.C. My gps usb device is GlobalSat BU353S4(g-star IV), and a notice on the test rpi the preferences is not located in home/pi /. Waze/ , but is located in /usr/local/share/waze @jack, after installing a gps client, waze is working great, i tested on the route. RE: Waze - Navigation Program - B.C. - 03.06.2018 well done sergynio! I did no test drive so far - are you guys using your mobile phone in car for internet connection? Best regards RE: Waze - Navigation Program - frankie0815 - 04.06.2018 Alles schön und gut, aber ein paar Bilder wären nicht schlecht. RE: Waze - Navigation Program - sergynio - 04.06.2018 @B.C. I use hotshot from my phone. RE: Waze - Navigation Program - sergynio - 04.06.2018 For the moment waze is installed on the rpi test , i will be able just next week to installed in a new sd card together with the carpc. Just sound from the waze i need to be checked , probably must be download some voice. |