Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arduino for Kids
Arduino for Kids

Arduino for Kids: A cool guide to help kids develop robots and electronics

Arrow left icon
Profile Icon Kuber Profile Icon Rishi Gaurav Bhatnagar Profile Icon Varada
Arrow right icon
€15.99 €23.99
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1 (4 Ratings)
eBook Mar 2017 218 pages 1st Edition
eBook
€15.99 €23.99
Paperback
€29.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Kuber Profile Icon Rishi Gaurav Bhatnagar Profile Icon Varada
Arrow right icon
€15.99 €23.99
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1 (4 Ratings)
eBook Mar 2017 218 pages 1st Edition
eBook
€15.99 €23.99
Paperback
€29.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€15.99 €23.99
Paperback
€29.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Arduino for Kids

Chapter 2. Systems and Logic

Things you'll learn:

  • What is a system
  • What is code
  • How does a code work
  • What is the structure and various components of a code
  • How to download, save and access a file in the Arduino IDE

What is a system?

Imagine system as a box which in which a process is completed. Every system is solving a larger problem, and can be broken down into smaller problems that can be solved and assembled. Sort of like a Lego set! Each small process has 'logic' as the backbone of the solution. Logic, can be expressed as an algorithm and implemented in code. As learnt in Chapter 1, The World around Us you can design a system to arrive at solutions to a problem.

Another advantage to breaking down a system into small processes is that in case your solution fails to work, you can easily spot the source of your problem, by checking if your individual processes work.

What is a system?

What is code?

Code is a simple set of written instructions, given to a specific program in a computer, to perform a desired task. Code is written in a computer language. As we all know by now, a computer is an intelligent, electronic device capable of solving logical problems with a given set of instructions.

Some examples of computer languages are Python, Ruby, C, C++ and so on.

Note

Find out some more examples of languages from the internet and write it down in your notebook.

What is an algorithm?

A logical set by step process, guided by the boundaries (or constraints) defined by a problem, followed to find a solution is called an algorithm. In a better and more pictorial form, it can be represented as follows:

What is an algorithm?

What does that even mean? Look at the following example to understand the process.

Let's understand what an algorithm means with the help of an example.

It's your friend's birthday and you have been invited for the party (Isn't this exciting already?). You decide to gift her something. Since it's a gift, let's wrap it. What would you do to wrap the gift? How would you do it?

  • Look at the size of the gift
  • Fetch the gift wrapping paper
  • Fetch the scissors
  • Fetch the tape
  • Then you would proceed to place the gift inside the wrapping paper.
  • You will start start folding the corners in a way that it efficiently covers the Gift.
  • In the meanwhile, to make sure that your wrapping is tight, you would use a scotch tape.
  • You keep working on the wrapper...

Logic

Logic is the study of reasoning and when we add this to the control structures, they become algorithms.

Have you ever watered the plants using a water pipe or washed a car with it? How do you think it works?

The pipe guides the water from the water tap to the car. It makes sure optimum amount of water reaches the end of the pipe. A pipe is a control structure for water in this case. We will understand more about control structures in the next topic.

How does a control structure work?

Everything that we see around us, has a name. In a class, there are several students. When the teacher says I will give the prize to the best student. The student could be anyone in the class – Eric, Emily, Jonnathan, and so on.

We conclude, that the word student, is a variable.

Similarly, while starting to write code, we define a box, which can contain different values at different times, depending on the condition that we define. A control structure, defines the final value of the variables.

A precondition...

What is a system?


Imagine system as a box which in which a process is completed. Every system is solving a larger problem, and can be broken down into smaller problems that can be solved and assembled. Sort of like a Lego set! Each small process has 'logic' as the backbone of the solution. Logic, can be expressed as an algorithm and implemented in code. As learnt in Chapter 1, The World around Us you can design a system to arrive at solutions to a problem.

Another advantage to breaking down a system into small processes is that in case your solution fails to work, you can easily spot the source of your problem, by checking if your individual processes work.

What is code?


Code is a simple set of written instructions, given to a specific program in a computer, to perform a desired task. Code is written in a computer language. As we all know by now, a computer is an intelligent, electronic device capable of solving logical problems with a given set of instructions.

Some examples of computer languages are Python, Ruby, C, C++ and so on.

Note

Find out some more examples of languages from the internet and write it down in your notebook.

What is an algorithm?


A logical set by step process, guided by the boundaries (or constraints) defined by a problem, followed to find a solution is called an algorithm. In a better and more pictorial form, it can be represented as follows:

What does that even mean? Look at the following example to understand the process.

Let's understand what an algorithm means with the help of an example.

It's your friend's birthday and you have been invited for the party (Isn't this exciting already?). You decide to gift her something. Since it's a gift, let's wrap it. What would you do to wrap the gift? How would you do it?

  • Look at the size of the gift

  • Fetch the gift wrapping paper

  • Fetch the scissors

  • Fetch the tape

  • Then you would proceed to place the gift inside the wrapping paper.

  • You will start start folding the corners in a way that it efficiently covers the Gift.

  • In the meanwhile, to make sure that your wrapping is tight, you would use a scotch tape.

  • You keep working on the wrapper till the whole gift is covered...

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Get clearly-written code with descriptions and comments that explain each code section
  • The book comes with separate code files, one entire program at a time, as well as many diagrams and separate downloadable files that contain colored photos explaining steps in the book
  • Kids can build multiple projects during the course of the book; by the end, they will have working projects of their own

Description

The mission of this book is to integrate technology with the tools that children already use for crafts so that they feel that the technology is an extension of their playtime. We use coding, sensors, and micro-controllers integrated with art and craft supplies, origami, and Playdough. There are 10 fun-filled chapters that talk to children directly, and give clear instructions for non-technical parents too. We use Arduino as the controller of choice due to its easy availability and large community. By the end of the book, children will comfortably be able to set up their Arduino, read and understand code, manipulate code, and ultimately write their own code for projects. They will also be able to use basic sensors and know how components connect to each other. All the learning takes place with lots of colorful pictures and the circuits are neatly presented using wiring.

Who is this book for?

This book is for children aged 9 and up, and their parents, who may or may not have a technical background. This book is tailored around the central idea of introducing electronics as a fun and a curiosity-inducing exercise. This book can act as a bonding exercise between parent and child over a single weekend.

What you will learn

  • Write simple programs using variables, functions, loops, arrays, and libraries
  • Set up the Arduino and understand its internal functioning
  • Get to grips with connections in electronics and arrive at ways to connect various components yourself
  • Delve into various sensors and their selection and build your own sensor
  • Unravel the concept of resistors and capacitors along with understanding the physics of electronics
  • Become an inventor through interactive exercises (such as making a friend happy with a proximity sensor, and giving "life" to a plant)

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Mar 23, 2017
Length: 218 pages
Edition : 1st
Language : English
ISBN-13 : 9781785882227
Category :
Concepts :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Mar 23, 2017
Length: 218 pages
Edition : 1st
Language : English
ISBN-13 : 9781785882227
Category :
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 103.97
Arduino for Kids
€29.99
Raspberry Pi Projects for Kids (Second Edition)
€20.99
Arduino: Building exciting LED based projects and espionage devices
€52.99
Total 103.97 Stars icon

Table of Contents

10 Chapters
1. The World around Us Chevron down icon Chevron up icon
2. Systems and Logic Chevron down icon Chevron up icon
3. Components and Connections Chevron down icon Chevron up icon
4. The Magic Wand Chevron down icon Chevron up icon
5. Hello World! Chevron down icon Chevron up icon
6. Safety Box Chevron down icon Chevron up icon
7. Make a Friend Chevron down icon Chevron up icon
8. Save Energy Chevron down icon Chevron up icon
9. High 5! Chevron down icon Chevron up icon
10. Plant, Meet Arduino! Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
(4 Ratings)
5 star 0%
4 star 0%
3 star 0%
2 star 0%
1 star 100%
Amazon Customer Aug 28, 2018
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
I was hoping to see a page of content to ensure if this is something my kid would understand. But the Look Inside feature simply showed the table of contents which is as good as cover and did not help my buy this book.
Amazon Verified review Amazon
Sreekanth Oct 29, 2017
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
High price with low quality printing. Sees every page is a photocopy.The material representation is too not good. Better to learn from arduino help than buying this book. Packt, please see how MAKE books are made.
Amazon Verified review Amazon
Sunita Maurya Jun 22, 2018
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
Waste of time and money
Amazon Verified review Amazon
CD Jan 07, 2020
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
I was looking for a beginner Arduino book for my two long distance middle school nieces who have expressed interest in building small electronics projects. I've built a few Arduino projects and thought I would send them each a decent kit and a book. I have an O'Riley web account and was able to review this book online prior to buying it. I am glad I did!This book is basically just like an adult book with a handful of bad cartoon drawings. It looks like it covers the topics but I'm not sure what makes this for kids. Frankly, I can't think of a better way to make a kid lose interest in something, than reading through four chapters before they see something happen. The book should start with the Arduino IDE setup and loading an example blink sketch ("hello world program" in Arduino language) and then gradually build on that as they walk the child through adding more functionality and application logic, explaining it as they go. Instead, this "9 and up" book goes into such engaging topics as "What is an algorithm" and "Physics behind sensors" before they take the Arduino out of the box. See the first half of the ToC I've added if you don't believe me, LOL.This was so traumatic, I'm giving up on buying a book. There is a lot of good stuff online which is where kids are learning everything anyway. I'll probably setup a private slack channel so I can help them with the harder stuff. I know that dosen't help, sorry. ¯\_(ツ)_/¯Someone mentioned pages lacked crispness, like it was done with a copy machine, welcome to Packt Publishing, this is common for their print books.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.