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

Integrate EPS subsystem and commands via UART #40

Open DeflateAwning opened 3 weeks ago

DeflateAwning commented 3 weeks ago

Fixes #12

JohnathanBurchill commented 2 weeks ago

I figure that error is telling me that I don't have an EPS system attached to the dev kit :)

JohnathanBurchill commented 2 weeks ago

Error message is clearer:

UTC=2024-06-13T12:35:51.012792: Received telecommand (len=19): 'CTS1+eps_watchdog()'
UTC=2024-06-13T12:35:51.068617: ======= Telecommand ======
Received telecommand 'eps_watchdog'
OBC->EPS DATA (no tags): 0x1a 0x07 0x06 0x00
OBC->EPS DATA (with tags): 0x3c 0x63 0x6d 0x64 0x3e 0x1a 0x07 0x06 0x00 0x3c 0x2f 0x63 0x6d 0x64 0x3e
UTC=2024-06-13T12:35:51.125143: EPS->OBC ERROR: timeout before first byte received
======== Response ========
EPS watchdog trigger failed (err 3)
==========================