Tag Archives: introduction\

ESP8266_Wi-Fi_Module

The ESP8266 – A Tutorial – Part 1 Environment Setup

You can download our e-book ‘Learn Arduino’ from this link Introduction The Internet of Things is a relatively new concept in the world of electronics. It was also quite expensive and maybe even unreachable by some hobbyists. The introduction of the ESP8266 changed that perception forever. Being first designed as a simple Serial WiFi adapter; today it is the most common IoT device among electronic hobbyists and hackers alike. The… Read Article →

Digispark

Introduction to Digispark

You can download our e-book ‘Learn Arduino’ from this link In today’s blog post we’ll analyze one of the smallest and most practical boards out there. The Digispark board. It’s size, including the USB port, is 25mm x 18mm (so tiny)!! This little board is powered by an ATTINY85 chip and clocked to 16.5Mhz. For conveniece, it has a built in USB port and can be plugged into a your… Read Article →

Arduino Logo

Arduino Beginner’s Course Lesson 4– Reading and Writing Pin Values

You can download our e-book ‘Learn Arduino’ from this link In previous lessons we used the digitalWrite to write to a pin or more precisely to switch a pin on and off. That is the simplest way of using a pin. In this lesson we will go though reading and writing values to pins both digital and analog. So we need to settle somethings straight before we proceed here. Digital… Read Article →

Arduino Logo

Arduino Beginner’s Course Lesson 3– Using the Serial Library

You can download our e-book ‘Learn Arduino’ from this link The Serial library is one of the most widely used library in Arduino development. The serial communication provides a simple communication interface to the PC or any other device that accepts connections over serial protocol. Throughout this course and some of the projects we post, Serial will be used to output either debug data or factual data. Debug data is… Read Article →

Arduino Logo

Arduino Beginner’s Course Lesson 2– Introduction to Arduino part 2

You can download our e-book ‘Learn Arduino’ from this link In this lesson we will go through the Arduino language. We’ll cover programming basics and introduce some of the libraries provided by Arduino. The Arduino Language is very similar to C. It’s almost the same language but Arduino provides us with several libraries to make things a bit easier. If you have absolutely no knowledge of any programming language I… Read Article →

Arduino Logo

Arduino Beginner’s Course Lesson 1- Introduction to Arduino

You can download our e-book ‘Learn Arduino from Scratch’ from this link This tutorial is the first from a series of tutorials for absolute beginners on Arduino. We at Runtime Projects feel that beginners should not struggle to get started with Arduino. In light of this, we are inviting all our visitors to follow this short course, and if we can help in any way, please use our contact form… Read Article →