These are the projects which I worked on, some of it were a university assignments
Others was made just to improve my self
Components:
1- three 7-segment with decoders
2- three Push_buttons
3- TM4C123 (Tiva C Kit)
4- Power supply
Functions Required:
1-when you press on the first pb it will start counting and the results will be displayed on 7-segment
2- when you press the second one it will decrease the counted value by one,it will do so only when you press it, whatever the duration you kept pressing on it, it will decrease the value by one (on press)
3- when you press the third puh button it will do nothing but when you release it, it will reset the counter (on release)
Components:
1- TM4C123 (Tiva C Kit)
2- Servo_motor
Functions Required:
1- First you keep reading the Temp. from the temp. sensor wich is internally implemented inside the Tiva, and sends the reading via UART to another Tiva, which will display the reading on LCD
2- You will get a reading from another Tiva (that reading corresponds to a change in a potentiometer value), So you will get the value received and change the brightness of the LED(via PWM) wich is implemented on the Tiva
3- You will get a reading from another Tiva (which corresponds to the value of the two push_buttons implemented on the Tiva), So you will get the reading and Control the movement of the Servo whether it goes to the right or the left depending on the value received