EPFLRocketTeam / NordendSoftware

Avionics source code for the EPFL Rocket Team's 2023 rocket "Nordend"
1 stars 0 forks source link

Write a driver for the pressure sensor acquisition #6

Open chaxaf opened 1 year ago

chaxaf commented 1 year ago

datasheet pressure sensor : https://www.ifm.com/de/en/product/PL5402?tab=details

can physical layer ic : https://www.mouser.ch/datasheet/2/609/lt3960-1921786.pdf

Analog to 12c https://www.mouser.ch/ProductDetail/Microchip-Technology-Atmel/MCP3427-E-MF?qs=icxrp76fIjBX7r%252BQ8pCMOg%3D%3D

and integrate it into the existant code (object dictionnary, radio, device.c etc)

ThiloChalas commented 1 year ago

The driver for the ADC has been written, we will need to test if it compiles and if it functions once on the board.