Friday, 4 December 2015

Fundamental: Learning Embedded System Interface

In the internet of things paradigm, "things" is a device that is connected to the internet that can update internet content and can be control over the internet. For this "things" to do that, its require some intelligent, and this intelligent are able to sense and control its surrounding environment while stay connected with the internet. 

This system is known as embedded system. A kind of technology powered by small single purpose computer embed and encapsulate in our everyday object without we even notice. 

Before we go to develop "things" for internet of things, we need to understand the fundamental of the embedded system. 

This seminar will teach you about using Arduino set as our platform to teach you about embedded system, and we only cover for embedded system interface. 

Interface for embedded system can be categorize into 3:
1. Input - Digital & Analog
2. Output - Digital & PWM
3. Serial Connectivity - TX, RX

Let start by log into Codebender



Tools of the Trade

Welcome to our seminar, "Designing Internet of Things: the simple way".

Our philosophy is, we want everyone to be able to develop and play around with electronic, due to that we have discover the simplest method and platform that allow everyone to be able to do it.

To start with it..
1. Log-in or create your own Google account.
2. Have an Arduino set, and download Fritzing
3. Need 2 Android phone or at least 1, and for the other one is replaced by Andy Emulator

Ok lets begin..