Skip to content

PacktPublishing/Arduino-for-Kids

Repository files navigation

Arduino for Kids

This is the code repository for Arduino for Kids, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

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.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

int pin = 13;
void setup() {
 // put your setup code here, to run once:
 pinMode(pin,OUTPUT);
}
void loop() {
 // put your main code here, to run repeatedly:
dot();dot();dot();
dash();dash();dash();
dot();dot();dot();
delay(3000);
}

The latest version of Arduino IDE for your computer.

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781785884818

About

Arduino for Kids by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages