Jump to content

2026 07 23-Meeting

From Ratpack


Discussed how the radio side should be structured

- Protocol block will call `int frame_packet(unframed_packet* data_source, framed_packet* data_dest) {` after writing message data into data_source
    - Frame packet will split by MTU, frame each, and schedule the dac interupt
- ADC's raw data buffer needs to be decoded often, we're really memory limited here
- We're going to allocate everything once at the start of main, then propigate the pointers down. This way we only need to allocate big things once, and the rest can just chill

Discussed wanting to do smaller things weekly

- Planning to try and finish the skeleton of the dac pathway below, by our meeting next friday at 11:30