# CANbus implementation for new sensor

Source: https://forum.modalai.com/topic/21/canbus-implementation-for-new-sensor
Category: Flight Core and Legacy VOXL (https://forum.modalai.com/category/9/flight-core-and-legacy-voxl)
Tags: can, uavcan, flight-core
Posted: 2020-10-15 13:50:32 UTC by Andrew Keefe
Replies: 1 · Views: 1496

## Andrew Keefe · 2020-10-15 13:50:32 UTC

I have a custom sensor daughter board that outputs sensor messages via CANbus.  I was hoping to receive these messages on the Flight Core, but code examples are scarce.  Has anyone been able to invoke the CAN library from a standalone application and process incoming CAN messages, or put CAN messages onto the bus?

## Reply by modaltb (ModalAI staff) · 2020-10-15 15:18:54 UTC

Hi Andrew,

We have other folks using it for controlling ESCs, let me try to see what I can find as far as examples, we don't have one in our repos.

PX4 itself has a UAVCAN implementation they've been working on that might be of help: https://dev.px4.io/master/en/uavcan/index.html

Thanks!
Travis
