- Apr 08, 2025
-
-
-
Niccolò Betto authored
* Added Main and Engine Orion BSPs * Updated RIGv2 GSE_TM Mavlink message * Added ND015X driver * Updated VN100 serial driver
-
- Apr 07, 2025
-
-
Niccolò Betto authored
Apparently there still are top and bottom pressures for the OX tank...
-
Niccolò Betto authored
The second load cell on the RIG now measures the rocket mass. The OX tank weight measurement is derived by applying an offset to the rocket mass. The load cell has also been properly calibrated.
-
- Mar 22, 2025
-
-
Niccolò Betto authored
-
Niccolò Betto authored
`rig-v-adc-test` prints ADC values for all channels to serial output, mainly used for shunt resistance testing. The voltage printed is averaged over time with a moving average.
-
- Mar 20, 2025
-
-
Niccolò Betto authored
* Re-measured shunt resistance for new and old ADC channels * Updated trafag ranges for the next cold flow test
-
Niccolò Betto authored
-
- Mar 19, 2025
-
-
Niccolò Betto authored
We have a ridicolously low bitrate :'(
-
- Mar 18, 2025
-
-
Niccolò Betto authored
-
- Mar 14, 2025
-
-
Niccolò Betto authored
The N2 3-way valve requires special handling as it's not included in the servos list, because of it not requiring to be atomic.
-
Niccolò Betto authored
-
Niccolò Betto authored
Less annoying, still as useful as before. You're expected to read full telemetry from a PC anyway...
-
Niccolò Betto authored
-
Niccolò Betto authored
* Add missing pressure transducers initialization * Improve failure reporting * Add ADC specific enable flags
-
-
Ettore Pane authored
-
- Mar 10, 2025
-
-
Niccolò Betto authored
-
- Mar 06, 2025
-
-
Niccolò Betto authored
-
- Mar 05, 2025
-
-
Niccolò Betto authored
Updated pressure transducers list for the Orion system: * OX Vessel * OX Filling * N2 Vessel 1 * N2 Vessel 2 * N2 Filling * OX Tank Top * OX Tank Bottom
-
- Feb 11, 2025
-
-
Niccolò Betto authored
-
Niccolò Betto authored
Boardcore has also been updated to include the updated BSP enabling up to 12 servos.
-
- Jan 25, 2025
-
-
Niccolò Betto authored
PT_1: 100 bar PT_2: 250 bar PT_3: 100 bar PT_4: 250 bar
-
Niccolò Betto authored
-
Niccolò Betto authored
Methods in the Sensors class have NOT been updated yet, which means their name is mismatching with the pressure they sample, but they sample correct data. The mavlink message contains the correct name of the pressure value. This will be fixed in the future.
-
Niccolò Betto authored
SER_1: N2O_FILLING_VALVE SER_2: N2O_RELEASE_VALVE SER_3: N2O_VENTING_VALVE SER_4: N2_FILLING_VALVE SER_5: N2_RELEASE_VALVE SER_6: N2_DETACH_SERVO SER_7: MAIN_VALVE SER_8: NITROGEN_VALVE
-
Niccolò Betto authored
-
Niccolò Betto authored
-
Niccolò Betto authored
-
Niccolò Betto authored
-
Niccolò Betto authored
-
Niccolò Betto authored
-
Niccolò Betto authored
The `sbs.cmake` script was included too early, which caused `enable_language()` to be called before the call to `project()`, which is illegal by CMake specification.
-
-
Niccolò Betto authored
* Fix CMake CXX version to 14 * Make SensorFIFO thread safe (API change) * UBXGPSSpi: Removed 1ms thread sleep during sample * Various minor fixes to sensor drivers * Minor SBS fixes * New Console and Udp radio transceivers
-
- Dec 07, 2024
-
-
Niccolò Betto authored
-
Niccolò Betto authored
-
Niccolò Betto authored
Some deprecated options have been updated to the corresponding new ones. Some missing rules were added to fix inconsistencies in the code formatting: * Add new line ad EOF and trim additional ones * Trim empty lines at beginning of blocks * Allow brace-less single line if/else/for/while statements * Align pointer/reference to the type
-
-
- Dec 06, 2024
-
-
Fixed the makefiles of the logdecoders after the change of directory structure of the OBSW. In particolar the move of the scripts and the deletion of the boards directory.
-