Introduction
When it comes to designing a layout for a particular purpose with information on a web page, tables are a powerful tool in HTML. They
Creating Your First Web Page using HTML for Kids
Posted on by Rolan Gaspar Pereira
What is HTML?
HyperText Markup Language is a programming language used for creating the structure of web pages. Web pages are the major consti
How to code a 4 Digit 7 segment display using Arduino?
Posted on by Rolan Gaspar Pereira
The 4 digit 7 segment display in an intermediate level project. This project is mainly focused on how to connect the 4 digit 7 segment display with t
Easy way to Fade and Blink using Arduino – Simplified
Posted on by Rolan Gaspar Pereira
Fading and Blinking are two basic examples in Arduino. Fading uses analogWrite() function to fade the LED, ON and OFF. Whereas Blink uses the digital
Mini Weather Station using DHT11 and LCD 16×2 interfaced with Arduino
Posted on by Rolan Gaspar Pereira
Lets put together two of our modules, i.e. the DHT11 and the LCD16x2. What happens when we get both the modules together? We get a mini-weather s
Humidity Sensor DHT11 interfaced using Arduino
Posted on by Rolan Gaspar Pereira
Here is another simplified project to measure the humidity and temperature. It is a cheap module around $4 and can be found easily online. So le
Alternate blinking LED’s using Arduino with mBlock
Posted on by Rolan Gaspar Pereira
Alternating blink is the second basic program to control two LEDs. This mini project covers the understanding of involving 2 Pins for output on the A
Lets Blink with Arduino using mBlock
Posted on by Rolan Gaspar Pereira
Lets Blink is a going to be your first ever project to make a LED blink. That is, ON and OFF ....ON and OFF.... and make it go on forever.
Th