Search found 89 matches
- Wed Jan 01, 2020 7:17 pm
- Forum: Hardware and Installation
- Topic: Installing RCP MK III into an Open Cockpit Car
- Replies: 14
- Views: 33689
I got a bit further, good enough to validate that the overall setup works, not compact enough for the car in question. The sad story is that I'm selling that car soon, so the immediate need for the project is gone. But I know a lot of people who build racecars, so I may find motivation to finish wha...
- Wed Jan 01, 2020 7:04 pm
- Forum: CAN mapping discussion
- Topic: Can Bus Simulator
- Replies: 2
- Views: 17395
Can Bus Simulator
Found on tindie: https://www.tindie.com/products/kevinli ... mulator-2/
It's a little pricey, but it might be money well spent for race teams wanting to validate their dash / logging setups.
It's a little pricey, but it might be money well spent for race teams wanting to validate their dash / logging setups.
- Tue Jun 25, 2019 5:48 am
- Forum: Hardware and Installation
- Topic: Installing RCP MK III into an Open Cockpit Car
- Replies: 14
- Views: 33689
Update
Been working pretty hard on this ... to busy to post regular updates, but hopefully will have some pictures to throw up later.
- Tue Jun 18, 2019 11:11 pm
- Forum: Hardware and Installation
- Topic: Battery Voltage Channel Configuration? (RCP Pro Mk 3)
- Replies: 1
- Views: 8964
Battery Voltage Channel Configuration? (RCP Pro Mk 3)
Not sure where this post belongs... The Battery channel is present, and the channel does vary with engine RPM. But the value is off scale -- I'm seeing value of like 0.3 at idle - 0.8 with the engine racing a little. Does this channel depend on power coming from the Molex connector to work correctly...
- Thu May 30, 2019 1:19 am
- Forum: Hardware and Installation
- Topic: Installing RCP MK III into an Open Cockpit Car
- Replies: 14
- Views: 33689
High-End Split Chord Grips / Glands / "Entry Plates&quo
For those not familiar, a Chord Grip a.k.a. cable gland, is just a way to run a cable into an enclosure that's fast and easy and water-tight. Normally this means the cable can't have a connector on it, otherwise there's no way to pass it through. But there are split ones. I just can't seem to find a...
- Tue May 28, 2019 4:30 am
- Forum: RaceCapture App Operation and General Q&A
- Topic: RCP App on BeagleBoneBlack
- Replies: 6
- Views: 17206
Agonizing about Strategy
Been hacking away. My desk is a bit too messy to take clear pictures right now, you'll just have to bear with me. The cabling situation is a little bit awkward: I've got power, HDMI, and USB that all need to be run as separate cables, between three different devices. Allowing for maintenance, so I d...
- Tue May 28, 2019 2:26 am
- Forum: RaceCapture App Operation and General Q&A
- Topic: RCP App on BeagleBoneBlack
- Replies: 6
- Views: 17206
Enclosures
Found this website which has a nice range of products, including some that are easy to open and close. https://www.polycase.com/hinged-enclosures I'm sure a metal enclosure is better form an RF / EMI perspective, but the hinged / latching cover would be more convenient for working with it. It's prob...
- Fri May 03, 2019 12:08 am
- Forum: RaceCapture App Operation and General Q&A
- Topic: RCP App on BeagleBoneBlack
- Replies: 6
- Views: 17206
Update
I started an alternative dashboard project specifically to support this board (though it should be portable to other linux boards).
See the following post: viewtopic.php?t=6137
See the following post: viewtopic.php?t=6137
- Thu May 02, 2019 11:45 pm
- Forum: Hardware and Installation
- Topic: Installing RCP MK III into an Open Cockpit Car
- Replies: 14
- Views: 33689
Update
So, I started writing an alternative dashboard application , which means I have been focused on that rather than the actual installation. Basically, I went through the rigamarole of creating a buildroot project to get a raspberry pi to boot straight into the app, and was kinda disappointed with both...
- Thu May 02, 2019 11:28 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: Introducing uDashboard
- Replies: 0
- Views: 117854
Introducing uDashboard
I have started an alternative dashboard software project specifically for driving a dedicated display from low-end hardware like the BeagelBoneBlack (BBB), Raspberry Pi, etc. https://github.com/emdash/udashboard It's not intended to replace the full functionality of the race capture application -- o...
- Tue Apr 09, 2019 10:02 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: RCP App on BeagleBoneBlack
- Replies: 6
- Views: 17206
Final Conclusion
I spent a couple solid days horsing around with buildroot, trying different combinations of libraries, and was never able to get anything but the pre-compiled demos to use the GPU. What it comes down to is this: the beaglebone black's PowerVR GPU is perfectly capable, but linux software support is l...
- Tue Apr 02, 2019 8:50 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: RCP App on BeagleBoneBlack
- Replies: 6
- Views: 17206
Android
I have tried two different android images: http://icculus.org/~hendersa/BBB_JB_Android_3_8_13.img.bz2 https://newcontinuum.dl.sourceforge.net/project/bbbandroid/bbbandroid_111514.img.xz Neither of these seem to enable hardware acceleration. The former seemed to run reasonably well. The later was pai...
- Mon Apr 01, 2019 9:42 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: Raspberry Pi support - enables a hard-wired, dedicated dash
- Replies: 134
- Views: 912014
Buildroot package for RCP App
I am working on adding a buildroot package for the RCP app, along with a default config for Rasberry Pi (and if I can manage it, BeagleBoneBlack) which will boot straight into the app. No more mucking around with apt. This would enable pretty much turn-key build of an optimized sd-card image which w...
- Mon Apr 01, 2019 5:10 pm
- Forum: Hardware and Installation
- Topic: Installing RCP MK III into an Open Cockpit Car
- Replies: 14
- Views: 33689
- Mon Apr 01, 2019 4:56 pm
- Forum: RaceCapture App Operation and General Q&A
- Topic: RCP App on BeagleBoneBlack
- Replies: 6
- Views: 17206
Progress (edit: added link to github Pull Request).
I have been traveling for a few days, so not as much progress as I would like. But some progress: Got some accelerated demos working in the stock debian distribution Got first working buildroot config which boots, and allows ssh login Got the QT5 Opengl Demos to run with acceleration Got Kivy buildi...