7. Simulation in Tinkercad - N-Division-2019-2020-Even/Repo-06 GitHub Wiki
Components used in the simulation:
- RGB LED lights.
- Push-Buttons as a replacement for Bluetooth Module.
- A DC Motor.
- Two Arduino Uno's as a replacement for Arduino Mega.
- LCD Screen.
- Buzzer as a replacement for Speakers.
Functionalities demonstrated:
SL NO. | FUNCTION | HOW IS IT DEMONSTRATED |
---|---|---|
1 | Accepting User Input | Using Push-Buttons to indicate the mood of the user. |
2 | Displaying Colours | Using RGB LED Lights based on the button pressed. |
3 | Playing Music | Using Buzzer that plays tunes. |
4 | Displaying Time | Using LCD Screen. |
Circuit Diagram:
Code for our Simulation:
The code for our project is in two parts. One is for the functions 1 and 2, whereas the second code is for the functions 3 and 4. There are two Arduino Uno's used, that is the reason we have two separate codes. They can be downloaded from here:
Video of the Demonstration:
The Demonstration video can be downloaded by clicking on this link: Video of the Simulation of MOOD ENHANCER on Tinkercad