PodiumConnect Micro: Difference between revisions

No edit summary
Line 94: Line 94:


===Verify Telemetry===
===Verify Telemetry===
====Verifying CAN Bus Connectivity====
* Ensure the connector is properly plugged into your data system. This will initiate data reception and also power up the unit when USB is not connected.
* Observe the orange LED on the unit, a steady blinking orange light indicates active CAN bus communication
====Verifying Wi-Fi====
* In the RaceCapture application go to System Status >  Wifi
* Verify Client is connected
[[File:Podium Verifying Wifi.png|640px]]
====Verify Telemetry on Podium====
* Wait for the telemetry LED to begin flashing regularly, this indicates that telemetry is actively broadcasting.
* Log in to your Podium account at PODIUM and navigate to the event page.
* Refresh the page; if telemetry is active, an Ad Hoc event will appear.
[[File:Verify Telemetry on Podium.png|640px]]
* Click the Ad Hoc event link to view the connected device.
* Select your device to access the race dashboard and confirm that live data is streaming.
====Verify Telemetry on Podium Mobile App====
* Download the [https://play.google.com/store/apps/details?id=com.autosportlabs.podium&hl=en Podium Mobile App]
* Log in to your Podium account using the Podium app.
* Navigate to the Events section and tap on the active streaming event.
* You will be directed to the dashboard displaying live telemetry data, lap timing, and other real-time metrics.


=Comprehensive Setup Guide=
=Comprehensive Setup Guide=
==Data System Cable Connection==
==Data System Cable Connection==
Podium Connect Micro supports two types of cable connection systems for data integration:
===Pigtail for MoTeC, ECUmaster, VBox or Others===
===Pigtail for MoTeC, ECUmaster, VBox or Others===
The M8 4-pin pigtail connector is a standard interface used for CAN bus communication and power input on the Podium Connect Micro.
[[file:M8_4P_male_pinout.jpg|200px]]
''Male connector pictured''
{| class="wikitable"
|-
! Pin !! Connection !! Notes
|-
| 1 || CAN low || White
|-
| 2 || Power || Red, 9-24v / 1A (~12W)
|-
| 3 || CAN high || Green
|-
| 4 || Ground || Black
|}
'''Note:''' It is recommended to use the same power source as your data system
===AIM Standard Cable===
===AIM Standard Cable===
For AIM data systems, Podium Connect Micro includes a pre-made integration cable with a Binder 5-pin to M8 connector, enabling seamless CAN bus communication.
==Connecting to Your Data System==
==Connecting to Your Data System==
===Required CAN Channels for Telemetry===
===Required CAN Channels for Telemetry===
At a minimum, PodiumConnect requires the following data channels from your data system:
'''Speed:''' Configured with 2 digits of precision in the CAN mapping (e.g. 33.24 kph)
'''Latitude:''' Configured as decimal degrees of Latitude, with 6 digits of precision in the CAN mapping
'''Longitude:''' Configured as decimal degrees of Longitude, with 6 digits of precision in the CAN mapping
'''Note:''' These channel names must be defined exactly as shown above in your CAN bus mapping. This minimum data enables
PodiumConnect to calculate lap timing, which forms the context for analyzing additional telemetry such as temperature, throttle position (TPS), RPM, oil pressure, and more.
'''Important:''' Without these channels, telemetry will not function correctly. Do not rename the default channels provided in the system presets.
==CAN Bus Configuration==
==CAN Bus Configuration==
===Baud Rate, Termination===
===Baud Rate, Termination===
To configure the CAN bus settings:
* Open the RaceCapture app and navigate to Setup > CAN Bus.
* Set the Baud Rate to match the specifications of your connected data system (e.g., 500 kbps, 1 Mbps).
* Ensure that Termination is enabled if PodiumConnect is at one end of the CAN bus.
'''Note:''' Proper baud rate configuration and bus termination are essential for stable and accurate CAN communication.
==CAN Channel Mapping Guide==
==CAN Channel Mapping Guide==
RaceCapture provides presetted channel mappings for supported data systems.
* During the First Time Setup Wizard, you can select your data system (e.g., AIM SmartyCam, MoTec etc), which automatically includes the required channels such as Speed, Latitude, Longitude, and additional default channels may also be included.
* You can verify or customize these mappings by going to the CAN Channel Mappings section under Setup in the RaceCapture app. From there, you can view active channels, edit channel parameters or remove unused channels.
'''Note :''' [https://wiki.autosportlabs.com/PodiumConnect_AIM#PodiumConnect_Channel_Mapping_Setup Full Channel Mapping Setup Guide  ]
===Lua Scripting and Virtual Channels===
===Lua Scripting and Virtual Channels===
RaceCapture and Podium uses the standard, lightweight Lua scripting language, used as an extension / customization language for many software applications.
* For Custom Modification you can refer to  [https://wiki.autosportlabs.com/RaceCapturePro_Lua_Scripting LUA SCRIPTING GUIDE] for detailed instructions and examples.
===Driver ID and Heart Rate Sensor Setup===
===Driver ID and Heart Rate Sensor Setup===
* A compatible Bluetooth device worn by the driver transmits both Driver ID and heart rate data to the PodiumConnect Micro.
* To enable automatic driver identification and heart rate data logging, you must manually add the channel by navigating to:
* Setup > CAN Mapping > Preset > Import
===RaceCapture App & Podium General Information===
===RaceCapture App & Podium General Information===
* See the [https://wiki.autosportlabs.com/RaceCapture-Pro_MK3#RaceCapture_App_Tour RACE CAPTURE APP GENERAL INFORMATION]  for a full understanding of using the app and setting up your system
* [https://wiki.autosportlabs.com/Podium_Driver_Data_Analysis VISIT THE GUIDE ON USING PODIUM] which includes a video tour of the essential features.
[[Image:Podium_telemetry_dashboard_animated.gif|800px]]
<br/>
[[Image:Podium_telemetry_chart_averages.gif|800px]]
==Telemetry and Logging Setup==
==Telemetry and Logging Setup==
===Enabling WiFi Telemetry===
===Enabling WiFi Telemetry===
* Navigate to Setup > Wireless in the RaceCapture app.
* Enable WiFi Telemetry to allow the device to stream live data over your wireless network.
[[File:Wi-Fi telemetry.png]]
===Setting Sample Rates===
===Setting Sample Rates===
'''Required Further Information'''
===SD Card Logging===
===SD Card Logging===
* Enable automatic logging under Setup > Automatic Control.
* Logging can be triggered based on a specific channel, Speed is commonly used as a trigger.
* Note: After your session, log files will be available on the SD card. These files can be imported into the RaceCapture app for analysis, or into spreadsheet tools. Refer to the log file format documentation for compatibility details
===Buffering Telemetry to SD===
===Buffering Telemetry to SD===
 
* To ensure no data is lost during temporary network dropouts, PodiumConnect can buffer telemetry data to the SD card.
 
* When a network connection is unavailable, the system stores telemetry locally, and once reconnected, it bursts the stored data to the Podium platform.
 
* This buffering covers approximately one lap (~3 minutes) and is ideal for tracks with intermittent network coverage.
 


=Real-Time Podium Features=
=Real-Time Podium Features=

Revision as of 22:06, 11 May 2025

Quick Start Guide

Connecting the Hardware

Mounting

  • Mount the Podium Connect Micro where the USB connection is easily accessible.
  • The unit can be mounted in any orientation.
  • Ensure the unit is kept away from direct heat sources.

Pigtail Connection

  • If your system includes a pigtail connector, use the M8 4-pin connector for power and CAN communication.

Male connector pictured

Pin Connection Notes
1 CAN low White
2 Power Red, 9-24v / 1A (~12W)
3 CAN high Green
4 Ground Black

Power is standard automotive 12-14v (nominal).


Plug-and-Play Connection (AIM)

  • If your system includes the AIM integration cable, plug it directly to the AIM Data Hub.

Create Your Podium Account

Create Device and Streaming Key

  • Create an account on Podium
  • Setup the Device Name
  • Make a note of the Streaming ID provided, so you can enter it into the wizard later.

Downloading the RaceCapture App

Windows/OSX

  • Get the latest version of the RaceCapture app from the DOWNLOADS PAGE.
  • Connect your Podium Connect Micro to your computer with the USB cable,
  • If you are running Windows older than Windows 10, please install the USB driver, available from the SOFTWARE DOWNLOADS PAGE
  • Start the RaceCapture app.
  • The RaceCapture app will launch the first time setup wizard.

Android/iOS

  • Get the latest version of the RaceCapture app from the following.

  • Power up Podium Connect Micro with 12v or via USB power (computer or USB power source)
  • Go to your device's WiFi settings, and connect to the Podium Connect Micro WiFi access point.
  • Note that the WiFi Access Point is open, with no password - you can set a password and encryption later under Setup.
  • Start the RaceCapture app.
  • The RaceCapture app will launch the first time setup wizard.

First-Time Setup Wizard

The first time setup wizard will guide you through the essential setup of your PodiumConnect

Ensure the device is connected via USB before proceeding

  • Settings configured during the first-time setup can also be accessed later via the Setup section of the RaceCapture app.
  • Note: To re-run the first-time setup, launch the RaceCapture app without connecting to the device. Then navigate to the setup screen and press the First-Time Setup button.

Configure System Presets

Select the preset configuration matching the data system you have.

Select Favorite Race Tracks

  • Select the tracks you will typically race at so PodiumConnect can detect the track location and calculate lap times.
  • This is an important step to ensure you get valid data and lap times for your telemetry session.
  • Note: Only select the one track configuration per race track, to ensure the correct track is auto-selected.
  • If you don't see your track listed, please submit your track!

Configure Telemetry Streaming Key

  • Enter your unique Streaming Key in the Device ID section to enable live telemetry on Podium.

Configure WiFi Connection and WiFi Telemetry

  • Enable both WiFi Support and Client Mode.
  • Then, enter your WiFi SSID and Password to connect the device to your wireless network for telemetry streaming

Verify Telemetry

Verifying CAN Bus Connectivity

  • Ensure the connector is properly plugged into your data system. This will initiate data reception and also power up the unit when USB is not connected.
  • Observe the orange LED on the unit, a steady blinking orange light indicates active CAN bus communication

Verifying Wi-Fi

  • In the RaceCapture application go to System Status > Wifi
  • Verify Client is connected

Verify Telemetry on Podium

  • Wait for the telemetry LED to begin flashing regularly, this indicates that telemetry is actively broadcasting.
  • Log in to your Podium account at PODIUM and navigate to the event page.
  • Refresh the page; if telemetry is active, an Ad Hoc event will appear.

  • Click the Ad Hoc event link to view the connected device.
  • Select your device to access the race dashboard and confirm that live data is streaming.

Verify Telemetry on Podium Mobile App

  • Download the Podium Mobile App
  • Log in to your Podium account using the Podium app.
  • Navigate to the Events section and tap on the active streaming event.
  • You will be directed to the dashboard displaying live telemetry data, lap timing, and other real-time metrics.

Comprehensive Setup Guide

Data System Cable Connection

Podium Connect Micro supports two types of cable connection systems for data integration:

Pigtail for MoTeC, ECUmaster, VBox or Others

The M8 4-pin pigtail connector is a standard interface used for CAN bus communication and power input on the Podium Connect Micro.

Male connector pictured

Pin Connection Notes
1 CAN low White
2 Power Red, 9-24v / 1A (~12W)
3 CAN high Green
4 Ground Black

Note: It is recommended to use the same power source as your data system

AIM Standard Cable

For AIM data systems, Podium Connect Micro includes a pre-made integration cable with a Binder 5-pin to M8 connector, enabling seamless CAN bus communication.


Connecting to Your Data System

Required CAN Channels for Telemetry

At a minimum, PodiumConnect requires the following data channels from your data system: Speed: Configured with 2 digits of precision in the CAN mapping (e.g. 33.24 kph) Latitude: Configured as decimal degrees of Latitude, with 6 digits of precision in the CAN mapping Longitude: Configured as decimal degrees of Longitude, with 6 digits of precision in the CAN mapping

Note: These channel names must be defined exactly as shown above in your CAN bus mapping. This minimum data enables PodiumConnect to calculate lap timing, which forms the context for analyzing additional telemetry such as temperature, throttle position (TPS), RPM, oil pressure, and more.

Important: Without these channels, telemetry will not function correctly. Do not rename the default channels provided in the system presets.

CAN Bus Configuration

Baud Rate, Termination

To configure the CAN bus settings:

  • Open the RaceCapture app and navigate to Setup > CAN Bus.
  • Set the Baud Rate to match the specifications of your connected data system (e.g., 500 kbps, 1 Mbps).
  • Ensure that Termination is enabled if PodiumConnect is at one end of the CAN bus.

Note: Proper baud rate configuration and bus termination are essential for stable and accurate CAN communication.

CAN Channel Mapping Guide

RaceCapture provides presetted channel mappings for supported data systems.

  • During the First Time Setup Wizard, you can select your data system (e.g., AIM SmartyCam, MoTec etc), which automatically includes the required channels such as Speed, Latitude, Longitude, and additional default channels may also be included.
  • You can verify or customize these mappings by going to the CAN Channel Mappings section under Setup in the RaceCapture app. From there, you can view active channels, edit channel parameters or remove unused channels.

Note : Full Channel Mapping Setup Guide

Lua Scripting and Virtual Channels

RaceCapture and Podium uses the standard, lightweight Lua scripting language, used as an extension / customization language for many software applications.

  • For Custom Modification you can refer to LUA SCRIPTING GUIDE for detailed instructions and examples.

Driver ID and Heart Rate Sensor Setup

  • A compatible Bluetooth device worn by the driver transmits both Driver ID and heart rate data to the PodiumConnect Micro.
  • To enable automatic driver identification and heart rate data logging, you must manually add the channel by navigating to:
  • Setup > CAN Mapping > Preset > Import

RaceCapture App & Podium General Information



Telemetry and Logging Setup

Enabling WiFi Telemetry

  • Navigate to Setup > Wireless in the RaceCapture app.
  • Enable WiFi Telemetry to allow the device to stream live data over your wireless network.

Setting Sample Rates

Required Further Information

SD Card Logging

  • Enable automatic logging under Setup > Automatic Control.
  • Logging can be triggered based on a specific channel, Speed is commonly used as a trigger.
  • Note: After your session, log files will be available on the SD card. These files can be imported into the RaceCapture app for analysis, or into spreadsheet tools. Refer to the log file format documentation for compatibility details

Buffering Telemetry to SD

  • To ensure no data is lost during temporary network dropouts, PodiumConnect can buffer telemetry data to the SD card.
  • When a network connection is unavailable, the system stores telemetry locally, and once reconnected, it bursts the stored data to the Podium platform.
  • This buffering covers approximately one lap (~3 minutes) and is ideal for tracks with intermittent network coverage.

Real-Time Podium Features

Firmware and Software Updates

Data System Integration Guides

Troubleshooting and Diagnostics

Technical Specifications

Additional Tutorials and How-To Guides