Hello and welcome to another post of what we did on the Deep Dives on the Make: Learning Labs program, this time I have another topic for you: Arduino.
If you don't know what Arduino is:
Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. Arduino site
So yeah, that's basically what Arduino is, I didn't know either untill this deep dive, which helped me a lot, I learned a lot of stuff here like recognize the code and what it means individually, I'm still working on learning the arranging of the scripting but is going well.
Here are some of the projects we made during class:
This is part of the code we made for the first classes.
Lighting and coding RGB LEDS
Linking LEDS and BUZZER
Methane detector
Assembling everything to turn on a fan
After this project my ESP-32 stopped working and it didn't worked anymore, I'm waiting for a replacement of it.
But we saw how to link the ESP-32 module to the IP address of your home and internet so we can send some signal for it to work properly by distance. It was very exciting watching my classmates achieving this goals!
Comments