🖍️ Notes

Serial communications: direct communication between 2 devices
Asynchronous serial communications: connected via UARP, both devices have clock and they both keep their own time, simpler than TCP/UDP or other network protocols

RSSI: Received Signal Strength

0 dB -> -1000 dB (0 dB being the strongest)

curl -v localhost:8000 requesting localhost:8000, prints out the HTML

DOM is a tree that has HTML elements as its nodes, and JS needs it because that way it understands which elements to have interaction, styling, etc.

In our TCP Code, client is Arduino (listens to port 8080 with nc -klw 2 8080) & server is our computer (python3 http.server -> 8080)

Project Cybersyn
Literacy Technology

Assignment

I made a draft for a gyroscope dashboard. It has a prettified-slash-cool view on main view and an option to toggle a minified menu that provides more straightforward representation of the data.

Todo:

- figure out the rotation based on the gyroscope & accelerometer

- add annotation to the mini dashboard

- find a better use of gyroscope that relates with our life: possibly for body movement -> add another (1) menu and a (2) main view for that

Elizabeth Kezia Widjaja © 2026 🙂