[Week 2.5] Mid-term review

Mid-term Review

1. Hardware:

    The first two Arduino modules, "Reading multiple IMUs via MUX" (By Aurora & Jiajun) and "Sending messages via socket" (By Charlie & Yixiao), have been completed and will be integrated in week 3 to send IMU data via socket. 

    Meanwhile, the third Arduino module "Euler angle calculation" (By Jiajun), will also be developed in week 3 and integrated with the other two modules. If all goes well, we should be able to send Euler angle data to the server before week 4.

Figure 1: The first message from Arduino to the server.


2. Software: 

The two software tasks, "Building a simple C++ socket server" and "Browser modeling via three.js" (By Yixiao) have been mostly completed. In week 3, we will further strengthen the data communication between the server and client, which enables the front-end JavaScript to continuously receive the latest IMU data from the server.

Additionally, Qi Zhou is responsible for correcting input IMU data into the 3D model so that it can truly achieve the functionality of motion-following, which is the core of our project---"DigitalTwin".

Figure 2: A possible demo for walking motion following (the data is manually created).

3. 3D-printing part: 

The model for holding IMU has been made by Yixiao, and Aurora will make the largest model for holding the Arduino and battery. She also undertook the printing of the models. (Thanks for her contribution of PLA printing)

Figure 3: The 3D printing part for the right femur, where the orange rope
is to prevent the screened cable from being pulled.





Comments

Popular posts from this blog

[Week 5] Poster & summary for the whole project

[Week 2] A few tricky issues but still making progress

[Week 1] A good start