(10-16-2017, 06:04 PM)progd Wrote: [ -> ]https://www.waveshare.com/product/7inch-hdmi-lcd-c.htm
Waveshare 7 inch 1024 x 600
Try svitch of system sound ( display touch sound)
Ok, you have the same. In a few days i will make some experiments with the settings of the display (i am not sure if i have now set pixelclock right) in this time i can do simple tutorial.
Sound: If i have enabled or disabled, result remaind same. Any other ideas?
(10-16-2017, 07:05 PM)eRkoCZ Wrote: [ -> ] (10-16-2017, 06:04 PM)progd Wrote: [ -> ]https://www.waveshare.com/product/7inch-hdmi-lcd-c.htm
Waveshare 7 inch 1024 x 600
Try svitch of system sound ( display touch sound)
Ok, you have the same. In a few days i will make some experiments with the settings of the display (i am not sure if i have now set pixelclock right) in this time i can do simple tutorial.
Sound: If i have enabled or disabled, result remaind same. Any other ideas?
You actually have the same display i had issues with. Checkout my thread
https://tinkerboarding.co.uk/forum/thread-670.html
I've updated the first post with steps taken to edit and recompile kernel to allow the screen to work.
Also, on the GPS front. I found some information as I'm doing the same thing. You can use an app like "You are Here" from the play store to mock the location, but this only gives Latitude, Longitude and Height.
You can also try the library lobo has posted
https://tinkerboarding.co.uk/forum/thread-671.html
https://github.com/joerg65/libGPS_TinkerBoard
if you need to find your serial ports login to the shell (adb shell) and run "ls /dev/tty*", My USB GPS reciever comes up as /dev/ttyACM0
an other solution for using gps is to use the app "GPS Theter" there you can transmit for example your android phone's gps to the TB over Wifi also NMEA works.
both devices needs the app then you can select one for transmit and one for receive over wifi hotspot, also the internet is working too (when you are using for example the hotspot of your phone for the internet connection).
google maps gets realtime data of gps location.
(11-15-2017, 06:12 PM)Locke Wrote: [ -> ]an other solution for using gps is to use the app "GPS Theter" there you can transmit for example your android phone's gps to the TB over Wifi also NMEA works.
both devices needs the app then you can select one for transmit and one for receive over wifi hotspot, also the internet is working too (when you are using for example the hotspot of your phone for the internet connection).
google maps gets realtime data of gps location.
Locke I am really sorry for bothering you but could you write a more "idiot" friendly tutorial on how to get that library working ? It just is a little too much confusing. Download marsmallow source code ? where what ? Execute from jni ? what ?
I am a windows user after all ...