Search found 6739 matches

by brentp
Sat May 03, 2025 8:41 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Min OSX/MacOS spec? App wont launch
Replies: 1
Views: 846

Re: Min OSX/MacOS spec? App wont launch

Hi, right now the system requires a fairly recent version of MacOS. try the latest 2.16.0 app we dropped today and see if that works.

There might be a way to make it more compatible with older OS's, but we're not sure if that will be possible.
by brentp
Sat May 03, 2025 8:40 pm
Forum: RaceCapture/Track Installation
Topic: RC/Track Mk.3 in Nissan Z
Replies: 1
Views: 661

Re: RC/Track Mk.3 in Nissan Z

Hi, are you saying there are two different CAN bus networks in the car, and you want to access both simultaneously? I ask because regular OBDII connectors only have one CAN bus connection. Often cars have multiple CAN bus networks - one on the OBDII port, and other internal networks that can be tapp...
by brentp
Sat May 03, 2025 8:36 pm
Forum: Q&A
Topic: Megajolt connection issues
Replies: 1
Views: 510

Re: Megajolt connection issues

Hi, basic 'alive' test - does the system otherwise control ignition advance, when you observe it with a timing light and while you vary RPM?
by brentp
Sat May 03, 2025 7:15 pm
Forum: General Discussion
Topic: Just saying hello to all...mainly Brent
Replies: 1
Views: 625

Re: Just saying hello to all...mainly Brent

Hey! yes, we're still around, largely moved on to motorsport data and real-time telemetry!

Are you still using your megajolt?
by brentp
Sat Mar 08, 2025 4:04 am
Forum: Q&A
Topic: Wide band lambda on serial comms
Replies: 2
Views: 19538

Re: Wide band lambda on serial comms

Yes, the aux input should work for you in this case!
by brentp
Sat Mar 08, 2025 4:03 am
Forum: Installation
Topic: EDIS 8 Bench testing
Replies: 1
Views: 15638

Re: EDIS 8 Bench testing

Try checking if the VR sensor is wired backwards - the polarity is definitely important.
by brentp
Sat Mar 08, 2025 4:00 am
Forum: RaceCapture App Operation and General Q&A
Topic: Time Gap and other issues
Replies: 1
Views: 7019

Re: Time Gap and other issues

Hi, thanks for the note. We are working on a number of analysis features an improvements, so this is something we definitely care about. For the stepped time gap, I'm assuming you mean the jagged lines you see in the trace? Would we be able to get a copy of your data log to check it out and reproduc...
by brentp
Mon Jan 06, 2025 1:58 pm
Forum: CAN mapping discussion
Topic: AEM Infinity CAN channel mapping script
Replies: 40
Views: 129803

Re: AEM Infinity CAN channel mapping script

Thanks! Did you save this as a CAN preset in the CAN mapping preset? perhaps we can take a look at it.
by brentp
Mon Jan 06, 2025 1:57 pm
Forum: General Discussion
Topic: ESP32-CAN-X2 Power input and Platformio
Replies: 3
Views: 13228

Re: ESP32-CAN-X2 Power input and Platformio

Hi, sorry for the late reply!

All you need is a common ground, it does not need to be powered by the same source.

For PlatformIO, what board support is needed? We already have support for Arduino and CircuitPython.
by brentp
Wed Aug 14, 2024 5:25 pm
Forum: Future Upgrades
Topic: Megajolt LCD display
Replies: 42
Views: 316551

Re: Megajolt LCD display

Cool project! Well done!

As usual, we strongly discourage using Megajolt in an airplane, as it is not rated for such use.

-Brent
by brentp
Mon Jun 24, 2024 6:06 pm
Forum: General Discussion
Topic: Merging two OEM canbuses? or CANX2?
Replies: 2
Views: 6635

Re: Merging two OEM canbuses? or CANX2?

You could use Lua scripting with RaceCapture to create a gateway, but since you already have a data system, you might consider the ESP32-CAN-X2 with some Arduino or circuit python to join them together. The issue is, you might need a 3rd CAN bus to truly keep them isolated. You might want to just id...
by brentp
Fri May 24, 2024 3:15 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Raspberry Pi support - enables a hard-wired, dedicated dash
Replies: 134
Views: 1049722

Re: Raspberry Pi support - enables a hard-wired, dedicated dash

Not sure how you're trying to broadcast telemetry, but it only happens in 1 of 2 ways: 1. You broadcast telemetry using the built-in cellular module. This makes RaceCapture/Pro a stand alone "black box" type of telemetry broadcaster. 2. If you don't have or don't want to use the built-in c...
by brentp
Thu May 23, 2024 10:04 pm
Forum: RaceCapture App Operation and General Q&A
Topic: Raspberry Pi support - enables a hard-wired, dedicated dash
Replies: 134
Views: 1049722

Re: Raspberry Pi support - enables a hard-wired, dedicated dash

Hi - 1 and 2 - Raspberry Pi 5 is not fully certified by us yet, we have it on our list to test further. 3 - You said "Podium Connect" - that is the name of our Telemetry bridge product. https://www.autosportlabs.com/product/podiumconnect-live-stream-motorsport-real-time-telemetry-from-aim-...
by brentp
Sat May 04, 2024 1:23 am
Forum: RaceCapture/Pro General Q&A
Topic: RPM slow response to app
Replies: 7
Views: 63160

Re: RPM slow response to app

Hi, What you're experiencing is possibly a combination of things: 1. The ECU's protocol for older (pre 2008 ) is quite slow compared to the CAN protocol of newer cars. This will limit how fast individual channels will update. 2. The OBDII protocol is request-reply protocol where each requested chann...