Skip to main content

All Questions

1 vote
1 answer
238 views

Convert RS232 signal to I2C/CAN/MAVLink signal

I have an airspeed sensor that outputs a RS232 signal: https://www.aeroprobe.com/micro-air-data-system/. I want to connect this sensor to the Pixhawk in order to use the data for my controller ...
Simon Henn's user avatar
0 votes
2 answers
841 views

CAN bus communication. Issue with two slaves having same CAN ID

Does anyone know if it is possible to have CAN offsetting in case two slaves in same circuit transmits different data in same ID?? I have two slaves with same CAN ID transmitting data and I cannot ...
ElectronicsForLife's user avatar
2 votes
2 answers
3k views

Sending a double type value over CAN Bus

I need help to send a double value using a CAN Bus. I am working on a eletronic traction control and i need to send, by a CAN bus, the calculated values of speed of wheels. The problem start when the ...
BioByte's user avatar
  • 23
3 votes
1 answer
4k views

Simple CAN bus design, communication issues

I am trying to get some simple communication between two boards that I've designed with an ATmega328P microcontroller and MCP2515/MCP2551 combination. The design is as follows: I have both ends ...
George TG's user avatar
5 votes
3 answers
6k views

Can I remap a car\bike ECU using CAN bus?

I am thinking to use something like this to connect an Arduino to a motorbike engine control unit (ECU): Arduino CAN-Bus Shield with uSD Card Holder. I never did something like this; using CAN bus, ...
AndreaNobili's user avatar