American chemist and inventor of Kevlar.
Shortly after graduating with a bachelor's degree in chemistry (1946), she began a career at DuPont's
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
Learn Simple Arduino Coding – Functions
Posted on by Rolan Gaspar Pereira
Functions allow structuring the Program in segments of code to perform a task. The typical case for creating a function is when one needs to perform
Loops
Posted on by Rolan Gaspar Pereira
All Programming languages provide various control structures that allow us for more complicated execution paths.
A loop statement allows us to exe
Arduino Programming – Simplified
Posted on by Rolan Gaspar Pereira
Data Types
Data Types in C are used to declare variables or functions of different types. The type of a variable determines how much storage space
Programming the Arduino – Simplified
Posted on by Rolan Gaspar Pereira
The Arduino programming is very user-friendly and is a structured language. The Arduino IDE is and open source software. The source code for Java env
Arduino Board – Pins Explained
Posted on by Rolan Gaspar Pereira
Arduino is a very popular microController for newbies. It is easy to use and opensource, which makes it all the more easier for electronic enthus
Arduino – Details Simplified
Posted on by Rolan Gaspar Pereira
Arduino is a prototype platform (open-source) based on an easy-to-use hardware and software. It consists of a circuit board, which can be programed (
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
How to interface LCD16x2 with Arduino (with and without I2C Module) ?
Posted on by Rolan Gaspar Pereira
Here is another simplified project to connect the LCD 16x2, I have included both the methods.
Direct interfacing of LCD 16x2 on ArduinoInterfa