Simple Pocket Audio Amplifier
If you are tired of continuously monitoring the water level of the overhead tank of your house, then you can relax now by creating your own water level indicator. This indicator beeps whenever the...
View ArticleWater Level Indicator
If you are tired of continuously monitoring the water level of the overhead tank of your house, then you can relax now by creating your own water level indicator. This indicator beeps whenever the...
View ArticleFIRE ALARM
This post is the first in a series of posts on the Arduino development boards and the stuff you can do with them. Arduino development boards come in different versions with different controllers in...
View ArticleBlinking an LED with Arduino
This post is the first in a series of posts on the Arduino development boards and the stuff you can do with them. Arduino development boards come in different versions with different controllers in...
View ArticleControlling an LED on Arduino using a push button
We have already seen how to blink an LED using the delay() function on the Arduino. In that project, the switching ON and OFF of the LED was automated. It was in the control of the CPU, however, you...
View ArticleSelf Activating Door Bell
As you can see from the title, we are going to be learning how to interface a 16×2 LCD display with an Arduino in this post. The 16×2 LCD display is like the basic display you can get for any embedded...
View ArticleInterfacing a 16×2 LCD Display with Arduino
As you can see from the title, we are going to be learning how to interface a 16×2 LCD display with an Arduino in this post. The 16×2 LCD display is like the basic display you can get for any embedded...
View ArticleConfiguring Keil uVision to create .hex file
When you write a program for a microcontroller, you would often want to “dump” or “upload” the code to the hardware to test it. Most of the new development boards such as the Arduino series or the...
View ArticleChanging the default .hex file build path in the Arduino IDE
Java is by far one of the most popular programming languages, and you would have heard and read this in almost every Java tutorial. Java is so popular for many reasons. For example, it is open source,...
View Article1.1 Introduction to Java
This post is part 2 in the “Introduction to Java” tutorial series. If you missed the first part, have a look at an Introduction to Java. In this post, we are going to get your computer ready for Java....
View Article1.2 Setting up the Java Environment
This post is part 2 in the “Introduction to Java” tutorial series. If you missed the first part, have a look at an Introduction to Java. In this post, we are going to get your computer ready for Java....
View ArticleWelcome to the world of Electronics
In the previous posts, we saw learned what is Java, its history, is and how to set up the Java Runtime Environment for us to run our Java programs. At the end of this post, you would have successfully...
View Article1.3 The Hello World Java program
Introduction I am not a wild life photographer, I don’t even like python. JK. Anyway, let’s begin our tutorials on a programming language called “PYTHON”. Python was developed by Guido van Rossum at...
View ArticleFirst bite of Python
Introduction I am not a wild life photographer, I don’t even like python. JK. Anyway, let’s begin our tutorials on a programming language called “PYTHON”. Python was developed by Guido van Rossum at...
View ArticleGalileo: Intel and Arduino ally development board
Arduino is a profoundly used project board for prototyping all your electronic projects, but it’s about to get a little more power. Intel Galileo will be the first in the Arduino family to come up with...
View Article