Brock Craft is a Lecturer in the Department of Computing at Goldsmiths, University of London. He is also a Senior Tutor at the Royal College of Art. He is a specialist in physical computing, data visualization, and the Internet of Things. Brock’s background is in the field of humancomputer interaction, and he has over a decade of experience making interactive things that people can use, explore, and play with. He was a co-director of the design consultancy Tinker London, along with Alexandra Deschamps-Sonsino and Massimo Banzi, one of the founders of the Arduino Project. He has taught hundreds of people to create things with Arduinos. When he is not teaching and learning, Brock likes to make interactive stuff and digital art
More and more makerspaces around the world are looking to add coding and electronics to their maker education programs. One of the best ways to do this is by integrating an Arduino board into makerspace projects and lessons. We’ve found that a lot of maker educators haven’t taken the plunge into coding or Arduino because they think programming is scary. Because of this, we wanted to make sure this tutorial was written for the absolute beginner with no experience whatsoever. This tutorial is a high level view of all the parts and pieces of the Arduino ecosystem. In future posts, we will take you step by step in creating your first simple Arduino project.
This is a step-by-step course to get you building cool Arduino projects even with no prior experience! This Arduino course is a compilation of 25 projects divided into 5 Modules that you can build by following clear step-by-step instructions with schematics and downloadable code. Click the figure below to check out the course.
Line Follower robot is a machine that follows a line, either a black line on white surface or vice-versa. Nowadays, every robot is done with the help of the microcontroller, and hence the circuit is too big and tough to understand and makes it costly. For these reasons, in this project we have developed an intelligent Line follower robot with a simple concept with simple circuitry. Basically, there are two types of line follower robots: one is black line follower which follows black line and second is white line follower which follows white line. Here we have designed the first one. Line follower actually senses the line and run over it.