eps2 icon indicating copy to clipboard operation
eps2 copied to clipboard

Firmware: Delevop the struct for all available variables of EPS2

Open YanAzer opened this issue 5 years ago • 3 comments

Tasks will acess this struct to retrive data, including the OBDH2 task to retrieve the complete package of telemetry. This header file should be located under the firmware/app/structs subdirectory.

YanAzer avatar Mar 05 '21 14:03 YanAzer

@YanAzer and @mgm8, I added a scheme to abstract the structure R/W accesses. The implementation now is simple and straightforward, but we can improve from that by adding redundancies for the buffer (i.e., 3 copies) or CRC for blocks of data or even creating a restrictive policy to avoid errouneos/simultaneous accesses.

andrempmattos avatar Aug 02 '21 16:08 andrempmattos

I suggest the following change:

MPPT 1 --> MPPT 0 MPPT 2 --> MPPT 1 MPPT 3 --> MPPT 2

andrempmattos avatar Aug 03 '21 00:08 andrempmattos

I suggest the following inclusion:

HEATER_SET_POINT (For manual mode)

andrempmattos avatar Aug 04 '21 16:08 andrempmattos