Preview Mode Links will not work in preview mode

Learn Programming and Electronics with Arduino

Apr 28, 2017

Have you seen some really cool stuff being made with a thing called Arduino? What is Arduino anyway?

It sounds like an Italian sandwich with extra cheese or something...

Well - it's that and a lot more. I hope this video can help explain some the basic premise of the Arduino!

 


Apr 27, 2017

Have you ever wanted to change the font color in the Arduino IDE?

Maybe it is hard for you to read the light grey comments in the Arduino IDE, or maybe you prefer something a little bolder.

Whatever your reason, in this short video, I demonstrate a relatively easy way to change the font color of comments.


Apr 26, 2017

In many cases while using an Arduino, you will want to see the data being generated by the Arduino. One common method of doing this is using the Serial.print() function from the Serial library to display information to your computer’s monitor.

In this week’s episode we will talk about the intricacies of...


Apr 25, 2017

In many cases while using an Arduino, you will want to see the data being generated by the Arduino. One common method of doing this is using the Serial.print() function from the Serial library to display information to your computer’s monitor.

In this week’s episode, we will talk about the intricacies of the...


Apr 24, 2017

There are a couple good use-case scenarios for making a secret knock detector using an Arduino.

  • You are a spy who needs to authenticate your cohorts
  • You are a super hero who wants a secret knock to open the entrance to your lair

Whatever the reason - by the end of this tutorial you will know how to use an Arduino, a...