Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Table of Contents
excludeclass
maxLevel6
minLevel1
maxLevel6
include
outlinetrue
indent
exclude
stylenone
typelist
printabletrue
class

Introduction

The purpose of this project is to utilize an STM32L433RC MCU to fetch data from sensors on the PCB, convert it into CAN format, and communicate with the Pixhawk6x. This document will record the details and progress of each sensor.

...

GitHub repo: https://github.com/UWARG/efs-can-sensor-clustor https://github.com/UWARG/efs-canard

Standard Data Types: List of standard data types - DroneCAN

download.pngImage Added

nucleo_l433rc_p_pinout.jpgImage Added

Sensors

MLX90393 Magnetometer Henry Wu Yutong Zhu

...

  • Sensitivity setting: Gain and resolution need to be tested on breakout board(refer to datasheet 16.2.4) Current setting: Sens-XY = 1, Sens-Z = 0, Gain_Sel = 0

image-20250202-203643.png

Barometer

Rangefinder

Datasheet: https://www.mouser.ca/datasheet/2/1126/XM125_datasheet-3133248.pdf

Reference libraries:

Breakout board: https://www.mouser.ca/ProductDetail/Acconeer/XM125?qs=amGC7iS6iy8ql%2Fsw4HBAJQ%3D%3D

Progress