CalgaryToSpace / CTS-SAT-1-OBC-Firmware

Firmware for the CTS-SAT-1 ("FrontierSat") mission. Runs on the STM32-based Onboard Computer.
MIT License
2 stars 0 forks source link

Add I2C scan telecommands #2

Open DeflateAwning opened 3 months ago

DeflateAwning commented 3 months ago

Reference the I2C scanner example in the debug_tools/debug_i2c.c file.

robotoshi commented 3 months ago

Create a telecommand that just scans the I2C bus to verify the devices are connected and working.

Possible starting point: https://deepbluembedded.com/stm32-i2c-scanner-hal-code-example/

DeflateAwning commented 4 weeks ago

@parkerg-13, any luck on this one? Message me if you have any questions!

parkerg-13 commented 3 weeks ago

@DeflateAwning progress has been abit delayed recently as my work has been super busy. I will try and have an update in the next few days for you.