Skip to content

Repo for the car-to-car transponder system

Notifications You must be signed in to change notification settings

airacingtech/Cast-Transponder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transponder

Transponder between cars for the IAC.

image

Features

  • Arduino based
  • ROS2 node example
  • Powered via PoE

Theory of Operation

The ESP32-PoE-ISO listens to UDP packets published from the ROS2 node ros2 run transponder2ros transponder2ros_node. These are then packaged with a header and a checksum and sent out as serial data over the xbee network to all the available nodes. The ESP32-PoE-ISO takes any received packets over the xbee network, checks their integrity, and converts them back into UDP packets, and forwards them back to the transponder2ros_node. The node then publishes the data out as a transponder_msgs::msg::Transponder onto the ROS2 network.

Components

About

Repo for the car-to-car transponder system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.6%
  • C 9.2%
  • CMake 9.1%
  • Python 4.1%