Make: Jumpstarting the Arduino 101, interacting with a computer that learns

Jumpstarting the Arduino 101 is a book that helps you to get started with prototyping your Arduino 101 projects. I wrote this book with Sagar Mohite in 2017.

It is published by Make Media in August, 2017 as a part of Humble Bundle Exclusive(https://makezine.com/2017/09/04/introducing-jumpstarting-series-even-better-humble-bundle). Here's another blog post from Tisch School of the Art, NYU: 2 ITP ALUMNI PUBLISH A MAKE BOOK

Jumpstarting the Arduino 101 book cover
Screen Shot 2017-09-21 at 12.42.12 AM.png
Screen Shot 2017-09-21 at 12.42.45 AM.png
Screen Shot 2017-09-21 at 12.42.57 AM.png

This book introduces 4 projects built with Arduino 101. All the code for these 4 projects lives here: https://github.com/yining1023/Jumpstarting-the-Arduino-101

  1. Blinking an LED

  2. Project: Toggle an LED via a Chrome Browser

  3. Project: Controlling a Web Page with an Interactive Toy

  4. Project: DIY BLE Gesture Recognition Media Controller

This is a demo for Toggle an LED via a Chrome Browser project from Jumpstarting the Arduino 101 book from Make: media by Yining Shi. The browser is connected to Arduino 101 through Bluetooth LE. When input 1 or 0 in the input box on the web page and hit send, the LED on the Arduino 101 will light up or be turned off.
This is a demo video for Controlling an interactive web page with your 101 project, from Jumpstarting the Arduino 101 book from Make: media by Yining Shi. When you tap or double tap the physical heart, Arduino 101 will detect the tap or double tap, and send data to the browser through Bluetooth LE, and the browser will show different visuals and play sound.
This is a demo video for DIY BLE Gesture Recognition Media Player project, from Jumpstarting the Arduino 101 book from Make: media by Yining Shi.