Reader small image

You're reading from  Learning Embedded Android N Programming

Product typeBook
Published inJul 2016
Reading LevelIntermediate
PublisherPackt
ISBN-139781785282881
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Ivan Morgillo
Ivan Morgillo
author image
Ivan Morgillo

Ivan Morgillo is a computer engineer, a conference speaker, and a community organizer. He is passionate about programming and embedded systemsfrom DIY domotics to Android devices. He is cofounder of Alter Ego Solutions, a mobile development consulting company. He is also the author of RxJava Essentials, by Packt Publishing and Grokking Rx, by Manning Publications.
Read more about Ivan Morgillo

Right arrow

Meeting Arduino


More than ten years ago, in a bar in a small Italian town, a group of students and researchers created a low-cost microcontroller that would revolutionize the world of DIY (Do It Yourself)—Arduino, shown in the next image:

The latest version of Ardunio (or Genuino, for the non-USA market) is called Arduino UNO. Uno means one in Italian and this codename celebrates the first stable version of the IDE (Integrated Development Environment) that comes with the board itself. This board is based on ATmega328P by Atmel and provides a set of controllable input/output pins. It can work as a standalone microcontroller, once it has been properly programmed, and can be used via its USB connection.

The greatest feature of Arduino is its open nature: everything, from the hardware schematics to the development IDE, has been open source since day one. This openness, and the extensible design of the board, allowed manufactures and advanced users to create an infinite number of so-called shields...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learning Embedded Android N Programming
Published in: Jul 2016Publisher: PacktISBN-13: 9781785282881

Author (1)

author image
Ivan Morgillo

Ivan Morgillo is a computer engineer, a conference speaker, and a community organizer. He is passionate about programming and embedded systemsfrom DIY domotics to Android devices. He is cofounder of Alter Ego Solutions, a mobile development consulting company. He is also the author of RxJava Essentials, by Packt Publishing and Grokking Rx, by Manning Publications.
Read more about Ivan Morgillo