These are my github projects for MIA
This repo consists of different genres.
I have included arduino projects, python projects, projects on proteus, and C programming projects. You will find each of them in thier assigned branches
I hope you find this useful :)
The c programing consists of 4 tasks with rising difficulty:
Task 1 is the most simple with using only the print function
Task 2 was making a loop to countdown while also using a delay in the process
Task 3 was more difficult because it used linked list to make a task manager to add and delete nodes while in runtime
Task 4 was the most difficult as it depends on sensor fusion and implementing kalman filter
The arduino tasks consisted of 2 tasks:
Task 1 was about implementing the i2c communication between 2 arduinos
Task 2 was about locating the robot location in a map using ultrasonic sensors
This genre consisted of 3 tasks:
Task 1 consisted of 2 parts the first was about stepping down volt and converting it into dc to power up a LED, the other was a simple mathematical problem on LED's
Task 2 was about creating an H-bridge from transistors
Task 3 was a mathematical problem on calculating the C-rate of lipo batteries and using it
the python projects consisted of 2 tasks:
Task 1 was a quite a difficult one using oop in making a game simulation which proved quite difficult
Task 2 was about using machine learning and linear regression on a data set and predicting the best possible answer