7-Segment Display
Buzzer
This week assignment is to communicate wirelessly with a Smart Circuit via a Graphical User Interface (GUI) on your phone or PC.
I've decided to use the 7-segment display and buzzer as count elements, that show the count from 1 to 6 as the interface of the used software shows.
these are the output elements, these are used with the Bluetooth module as input with the android software.
In this assignment I've used these three software's ,
TinkerCAD for the wiring
Arduino IDE for coding
Arduino Bluetooth Control for the phone connection
also, I've used these components to build the circuit,
7-Segment Display (common Cathode), Buzzer, Arduino UNO, hc-05 Bluetooth module, jumpers.
TinkerCAD
Title of Media
Arduino Bluetooth Control
As always, first thing to do is wire the circuit using TinkerCAD
TinkerCAD Wiring
For the code building, I've used Arduino IDE that uses Arduino C, as the technical requirements says :D
firstly, I've tested the blutooth module with the 7-Segment to make sure that, the first part of the code is running well.
after that I've integrated the code as screenshots shows,
The buzzer part makes much lines in code :"D, I'm sure that there's a way to avoid all these lines with shorter path, I'm gonna search and ask for this.
As the screenshots shows, the code is very simple to be understood, there are the 6 input cases, and if condition for each one, to make certain process to show the number with the 7-segment, and hear the number of buzzes with the buzzer.
The code file is also attached below as ino extension.
After building the code and the wiring diagram simulation, I've started to build the actual circuit on the breadboard.
The circuit and android software
At first, I've tested the 7-Segment with code that show every number with delay.
Here's a video showing the 7-segment test.
Here' video show the final outcome ^_^ , try to listen to the buzzer
Robotic arm
This week's offline session was very helpful showing the integration of more than servo motor to make more than one degree of freedom movement that was in the robotic arm, that was awesome ^_^
I had problem in wiring diagram, there's no Bluetooth module in the component list, some how I managed to get WIFI-module, then wired it just as the Bluetooth module.
WIFI-Module