Page 5 of 9

Posted: Fri Apr 27, 2018 2:09 pm
by brentp
Thanks for the update.

Can you explain further w/r/t "Lose Connection" ?

If RCP loses GPS (e.g. you unplug the GPS antenna, for example. to force the issue)- and you lose all satellite) are you saying the RPi loses connection with RCP?

This should not happen *at all* - you should be able to connect to RCP regardless of the GPS status- and we've never seen that here. But if you can reproduce it reliably we'd be keen to fix it.

Thanks!

Posted: Fri Apr 27, 2018 2:44 pm
by timlhunter
When initially powering on RaceCapture (RC) device via USB to the raspberry Pi the GPS status indicator on the top right of the screen will blink red and green while viewing the data channel screen.

Until the GPS status indicator stops blinking between red and green, the USB comm with the RaceCapture continually resets.

Once the GPS status indicator stops going red and starts blinking green then the USB comm connections seems to become stable and data on the screen continually updates.

If i do a warm start, ie. don't power down the Pi or RC then i don't get the issue. Its only from a cold boot.

Steps to reproduce are:
1. Power down the Pi and the RaceCapture
2. Ensure RaceCapture is plugged into USB port on Pi
3. Plug power into Pi and let boot up
4. Launch RaceCapture exec=sudo "opt/racecapture/run_racecatpure.sh"
5. In RC goto Dashboard
6. Observe behavior above.

Screen Going Blank

Posted: Fri Apr 27, 2018 2:46 pm
by timlhunter
I should know this, but some how I can't remember how to do this, what are the steps to keep the screen on the Pi from turning off while running RaceCapture?

Posted: Fri Apr 27, 2018 3:27 pm
by brentp
Thanks.

That description helps. So it is not actually related to GPS; it is an artifact of the connection being lost and re-established - the GPS icon only goes green if we have an active connection with GPS lock.

Try doing a factory reset - use minicom to issue the resetConfig on RCP's command line interface and see if that makes a difference. Be sure to save your current configuration, naturally.

Re: Screen Going Blank

Posted: Sun Apr 29, 2018 1:50 pm
by timlhunter
timlhunter wrote:I should know this, but some how I can't remember how to do this, what are the steps to keep the screen on the Pi from turning off while running RaceCapture?
Never mind I found it. Have to add

[SeatDefaults]
xserver-command=X -s 0 -dpms

to the /etc/lightdm/lightdm.conf file

Posted: Sun Apr 29, 2018 1:53 pm
by timlhunter
How do I use minicom to issue the resetConfig on RCP's command line interface?

Posted: Tue May 08, 2018 2:01 pm
by timlhunter
timlhunter wrote:How do I use minicom to issue the resetConfig on RCP's command line interface?
Anyone know how to do this?

Posted: Mon May 14, 2018 4:53 pm
by brentp
Hi, Sorry for the late reply.

Ensuring the app is not running, run minicom on linux and configure it to connect to /dev/ttyACM0.

Once connected, press <enter> to see a list of CLI options.

type 'resetConfig' and press enter. This will reset to factory defaults.

RPI UPS

Posted: Fri Jun 08, 2018 6:45 pm
by PS14
Having problems with my RPi voltage, I have a 12v-5v5a power source, but when i hit the starter, RPi restarts. So, i ordered one of the UPS Pico units but they wont/cant ship a LiPo battery overseas. so my question is, now that i am searching hobby stores for a battery, what size should i get? the LCD i have uses 550ma. would a 3.7v 4500mah be sufficient or should i go 8000mah?

Re: RPI UPS

Posted: Mon Jun 11, 2018 1:49 pm
by timlhunter
PS14 wrote:Having problems with my RPi voltage, I have a 12v-5v5a power source, but when i hit the starter, RPi restarts. So, i ordered one of the UPS Pico units but they wont/cant ship a LiPo battery overseas. so my question is, now that i am searching hobby stores for a battery, what size should i get? the LCD i have uses 550ma. would a 3.7v 4500mah be sufficient or should i go 8000mah?
"I am using a 10000mAh battery with no issues. I am using the re-fuel model JS-PBQC10 no: RF_PBQC10

Posted: Mon Jun 11, 2018 2:13 pm
by PS14
That's a nice little unit, and only $25 online! question, I see it has a power button. do you have to turn it on/off every time? and where did you run the usb cable to?

Posted: Mon Jun 11, 2018 2:21 pm
by timlhunter
PS14 wrote:That's a nice little unit, and only $25 online! question, I see it has a power button. do you have to turn it on/off every time? and where did you run the usb cable to?
It turns off by itself when the USB cable is disconnected. Also you do have push the power button to start it up.

I ran the USB cable to PI and used the power from the OBDII port to run the race capture box

Posted: Mon Jun 11, 2018 2:28 pm
by PS14
oh, ok. so you must be charging it up in the shop then putting in in for race day? I plan to use the Pico to automatically charge it while the car is running.

Posted: Mon Jun 11, 2018 2:32 pm
by timlhunter
PS14 wrote:oh, ok. so you must be charging it up in the shop then putting in in for race day? I plan to use the Pico to automatically charge it while the car is running.
Yes, and I top it off in between sessions.

Posted: Tue Jul 03, 2018 4:25 am
by ppressle
brentp wrote:Not sure why that's happening. Anyone else seeing the same problem?

We released two RPi app images so far; you might want to try the original image on a fresh OS build and see if that changes anything.
Yes, I'm seeing the same thing with a Waveshare 10.1 display.

Pete