rndness

really random tech
Blog RSS
  • mooc
  • Arduino
  • IoT
  • MOOC
  • LG G4
  • Android
  • software
  • utilities
  • Columbia University
  • Google
  • drones
  • Machine Learning
  • Coursera
  • T-Mobile
  • data science
  • firmware
  • FML
  • machine learning
  • Asus
  • Python
  • Ubuntu
  • LG Cloud
  • electronics
  • PITA
  • iOS
  • Revision3
  • Future Labs
  • hack
  • DFT
  • MenuMaid
  • Microsoft
  • Johns Hopkins

Arduino and LEDs

March 17, 2017 in Arduino, mooc

Recently, I signed up for the An Introduction to Programming the Internet of Things (IOT) Specialization on Coursera.  Last month, I completed the The Arduino Platform and C Programming.  Currently I am working on Interfacing with the Arduino.

The Arduino Platform course was a little bit too generic as it mainly focused on Standard C.  The introduction to the Arduino coding environment and hardware was useful though. The big draw back is that there are no forums to post questions and get answers.  Most of the projects involved coding in C that could be done in any compiler. The final projected involved blinking the built in light on an Arduino board.  If you have some C experience and minimal to no Arduino experience, I give it 3 out of 5 thumbs up.

32px-Thumbs_up_font_awesome.svg.png
 

As I mentioned, the second course is the Interfacing course.  The final project involved adjusting the brightness of an LED using a potentiometer using the standard Arduino Servo library to adjust the LED itself.  This was pretty interesting project but technically it was kind of silly.  The PWM signals normally used to control a servo does not allow one to fully light or dim an LED.  Think Rube Goldberg.   

 

Tags: IoT, Arduino, Coursera, C, PWM
← FUTURE LABS AI SUMMITVanderbilt's Android App Component MOOC →
Back to Top