mchisholm26 / Rocket-Project-2024

2 stars 0 forks source link

Wireless Communication #3

Open itsactuallyluna9 opened 7 months ago

itsactuallyluna9 commented 7 months ago

Process

  1. Rocket Code
    • (still figuring out an approach, sorry about that)
  2. Base Station Code
    • Really, just have it log whatever it receives to the serial and blink a light. (And, depending on how things go, input from the serial to transmit.)
  3. Profit!

Capabilities

itsactuallyluna9 commented 7 months ago

...alright, most of its there to go from rocket -> base station, still have to actually send the data (the important bit), but it does scream errors which is nice

itsactuallyluna9 commented 7 months ago

Mostly done bare-bones, just need to add data logging and fix packet sizes.

itsactuallyluna9 commented 7 months ago

just need to stress test the data logging! goal: near 50ms (what the previous logging rate is)

itsactuallyluna9 commented 7 months ago

now that more of the numbers are in, im not quite certain about screaming all of the data while in transit? I need to find more time so I can implement task 3...