top of page

My Arduino Works

At Human-Computer Interaction Technologies, I completed a lot of interactive projects.

Project 1:  "Morse Code" signal converter

I used Arduino to power the ESP 32 board to generate the "Morse Code" signal converter.

Input: 3451 from the Serial Terminal Monitor

Output: Blink the LED accordingly

Code: https://github.com/DarioLiu/CMSC730/blob/main/homework_dash.ino

Project 2:  Light Game

I implemented a simple 'light game' using the ESP 32 and peripherals

Code: https://github.com/DarioLiu/CMSC730_A3/blob/main/A3_homework_1.ino

Project 3:  Mini Radar

 

I built a simple "radar" using the servor motor, the ultrasonic sensor, and 3D printed Gear

Code: https://github.com/DarioLiu/CMSC730_A5

Project 4:  IMU + I2C

 

I read all XYZ accelerometer data and print them in a meaningful way 

Code: https://github.com/DarioLiu/CMSC730_IMUI2

bottom of page