Releases: JMWinding/MoMA
Releases · JMWinding/MoMA
v1.0.5
v1.0.4
- Fix the bugs in the Arduino codes due to code reformat.
- Add "main_sim_txrx.m" which calls the simulation functions used in the early stage of the project. The simulated data has the same structure as the experimental data, and the two share the same decoder. However, this has nothing to do with the experimental results, but provide a way to get people familiar with the data and the decoder.
v1.0.3
Improvements:
- Use "Serial1" to synchronize the TX and RX Arduinos for better stability. Circuits, codes and documentation are changed accordingly.
- Add detailed descriptions on the recommended (not required) MATLAB toolboxes, and how to avoid them.
Fixed Bugs:
- Figure plotting codes uses the wrong processed data.
- "plain0" TX Arduino codes do not compile due to a missing variable definition.