Search results for #40daysofcode
Day 36/40 🚀. Today, I learnt about hexadecimal numbers and how they can be used to simplify output. I did a project with serial to parallel converter. I also tried to do somethings with my temperature sensor but it seems it has spoilt😭 #40daysofcode #Arduino
I integrated the ultrasonic sensor into a little project with an LED where the LED gets bright when it detects objects presence. I also learnt how to use the temperature and humidity sensor. #40daysofcode #Arduino
Day 34/40 🚀 I learnt how to use the PIR sensor to detect presence of humans. I integrated it with a bulb and a buzzer. I also learnt how to use the ultrasonic sensor. I did a little project with the Stepper motor too. #40daysofcode #Arduino
Day 33/40🚀. It's been an Incredible journey so far. I learnt on how to integrate tilt switches and Stepper motors into your Arduino projects. I also worked on a little project with the tilt switch. #40daysofcode #Arduino
Day 31/40🚀. I learnt how to use a joystick and connect it with the Arduino. I also implemented it into a project where I used it to control different LEDS. The thing with Arduino is one wrong circuitry mistake could waste your time. We keep on learning 😊. #40daysofcode #Arduino
Day 31/40🚀. I worked on a project with two switches, one LED and a buzzer. One switch gradually dims the lED while the other switch undims it. When the bulb is at its brightest, the buzzer alerts. The project gave me quite a headache but I finally figured it out😊. #40daysofcode
Day 30 of 40🚀. I learnt to use the push buttons(how to read it's input and use its input to control components). I worked on a toggle switch too And implemented it with an LED. #40daysofcode #Arduino
Day 29/40🚀. I was meant to post this yesterday but I forgot 😭. I learnt to use the passive buzzer(it's quite different from the active buzzer). I integrated it with a potentiometer. #40daysofcode #Arduino
Day 28/40🚀 In continuation of my Arduino journey,I learnt how to use an active buzzer and also integrated it into little projects with a potentiometer. I started learning how to use a passive buzzer too. I've not really been consistent due to power supply issues😭. #40daysofcode
Day 27/40🚀. Today is day 27 and I practiced using the RGB LED, implementing it with user's inputs and also tweaking the color using gradients of the primary color. I started working with the active buzzer also. #40daysofcode #Arduino
Day 26/40🚀. I continued implementing the little functions I have learnt in Arduino, building micro projects. I learnt how to read from the serial monitor, how to write from the serial monitor and how to use the while loop. #40daysofcode #Arduino
Day 25/40🚀. I'm back with update on my Arduino lessons. I worked on a light dimmer using potentiometer. I also learnt to use if statement and for loop in C++. #40daysofcode #Arduino
Day 24/40 🚀. I haven't been consistent and haven't done much lately due to the power supply issues I am facing 😭. Anyways, I did some work with the Arduino kit. Understanding how to use analogWrite, Pulse modulation. #40daysofcode #Arduino
Day 23/40 🚀. I continued work on the Arduino course. Practiced how to use analogWrite and digital write in diverse projects. The epileptic electricity supply is really a concern😭 as I couldn't do much today. #40daysofcode #Arduino
Day 22 of 40🚀. I started my first course on Arduino yesterday. I couldn't make a post because I wasn't feeling too well. I worked on a small project that turns on 3 light bulbs. #40daysofcode #Arduino
Day 21 of 40🚀. I have been struggling to stay consistent due to epileptic power supply. Anyways, I Finished the Deep Qlearning project i was working on. I would be posting more on my arduino journey for the next half of the challenge. #40daysofcode #reinforcementlearning
Day 20 of 40🚀. It has been an interesting journey so far. Today, I continued on the course I have been taking on RL. I learnt how to build a deep Q network frame work and to implement experience replay. #40daysofcode #Reinforcementlearning #ArtificialIntelligence
Day 19 of 40🚀. Built my first Reinforcement learning architecture using pytorch. #40daysofcode #reinforcementlearning #Artificialintelligence
Day 18 of 40🚀. - I learnt about action selection policies(softmax, E-greedy(1-E)). - Started a new project. #40daysofcode #reinforcementlearning
Day 17 of 40 🚀. I continued on my reinforcement learning course. Learnt about: - Temporal difference - deep Q learning intuition learning and action - experience replay. #40daysofcode #ReinforcementLearning #artifici