Learn how to create a batteryless crawling robot using basic electronic components and a 3D-printed chassis.
Learn how to create a batteryless crawling robot using basic electronic components and a 3D-printed chassis.
We’ll be walking you through creating a robotic subsystem with a voice-activated motor leveraging machine learning (ML)…
We’ll be walking you through creating a robotic subsystem with a voice-activated motor leveraging machine learning (ML) and an Arduino Nano 33 BLE Sense.
By connecting an L298 bridge IC to an Arduino, you can control a DC motor.
By connecting an L298 bridge IC to an Arduino, you can control a DC motor.
We’ll use real collision data to refine the detection algorithm, and even better, we’ll confirm that the system…
We’ll use real collision data to refine the detection algorithm, and even better, we’ll confirm that the system actually works.
A Picaxe 08M2 microcontroller and an HIH6030 sensor team up to easily control a ventilation fan using temperature or…
A Picaxe 08M2 microcontroller and an HIH6030 sensor team up to easily control a ventilation fan using temperature or humidity or both.
In this article, we’ll develop and test an algorithm for automatically shutting down a robot in response to a collision…
In this article, we’ll develop and test an algorithm for automatically shutting down a robot in response to a collision (or some other violent event).
In part two of the tachometer/speedometer project, we'll add a keypad and LCD for easier user interaction.
In part two of the tachometer/speedometer project, we'll add a keypad and LCD for easier user interaction.
Learn how to make a tachometer and speedometer using a C8051 microcontroller, an optoelectronic sensor, and a spinning disc.
Learn how to make a tachometer and speedometer using a C8051 microcontroller, an optoelectronic sensor, and a spinning disc.
In this article, we’ll discuss the hardware design for a robotics PCB, and we’ll write firmware for controlling two DC motors.
In this article, we’ll discuss the hardware design for a robotics PCB, and we’ll write firmware for controlling two DC motors.
Part 3 of this project focuses on choosing and configuring the servos you will use to create your Wi-Fi Eye.
Part 3 of this project focuses on choosing and configuring the servos you will use to create your Wi-Fi Eye.
MIT-i takes on stepper motors 101!
MIT-i takes on stepper motors 101!
Detecting, decoding, and displaying IR (Infrared) signal data is interesting, but using those signals to control stuff is…
Detecting, decoding, and displaying IR (Infrared) signal data is interesting, but using those signals to control stuff is more interesting . . . and sometimes useful. Read on to learn how.
Remote controls for electronics often use IR (infrared) radiation in a very precisely coded sequence for channel surfing,…
Remote controls for electronics often use IR (infrared) radiation in a very precisely coded sequence for channel surfing, volume adjustments, and more. One of the most popular codes is the SIRC (Sony Infrared Remote Code) which may be used with a PICAXE microcontroller to manage a stepper motor, or most any other electronic or electro-mechanical device.
Tracking an infrared light source is not as difficult as you might think; a 14-pin PICAXE, a stepper motor with a driver…
Tracking an infrared light source is not as difficult as you might think; a 14-pin PICAXE, a stepper motor with a driver IC, three phototransistors, and a few other components will do the trick.
A PICAXE 08M2 can be used to read the amount of IR (infrared) light falling on a phototransistor and respond by moving a…
A PICAXE 08M2 can be used to read the amount of IR (infrared) light falling on a phototransistor and respond by moving a servo to a predetermined position.
Finally, we have everything we need for a functional robot. Let’s put the pieces together and see what the C-BISCUIT…
Finally, we have everything we need for a functional robot. Let’s put the pieces together and see what the C-BISCUIT demo bot can do.
The Zambroombi is the next step up from your neighbor's fancy Roomba. Set it and forget it!
The Zambroombi is the next step up from your neighbor's fancy Roomba. Set it and forget it!
This object detection toy will keep your cat's head spinning for hours!
This object detection toy will keep your cat's head spinning for hours!
We’ll discuss some important layout and manufacturing concepts as we look at the PCB for the Robot Control Board.
We’ll discuss some important layout and manufacturing concepts as we look at the PCB for the Robot Control Board.
We’ll continue our discussion of the C-BISCUIT demo bot by looking at portions of the RCB schematic that weren’t…
We’ll continue our discussion of the C-BISCUIT demo bot by looking at portions of the RCB schematic that weren’t covered in the previous article.