In this week’s arduino tutorial, we take a bit of a detour and focus on some key elements of electrical engineering design that we’ll be using in future episodes. Included amongst these topics is Ohm’s Law, current-limiting resistors, pull-down and pull-up resistors, voltage dividers, potentiometers, analog inputs, and voltage regulators. If you’re yearning to learn […]
Projets
Simple IoT de l'Interrupteur à Distance Avec MQTT et ESP8266
Many years back when I was still quite heavily involved in the day-to-day company IT matters, we need to subscribe to a service called “Smart Finger” when we put our servers in a datacenter. Basically what this service is all about is to allow datacenter technician to help us to press the power or reset […]
Capteur de température pour la Douche à l'aide d'Arduino
With this device you diminish the use of water in your house or work. Instead of waiting to see vapor in the shower to get in, this device help you to know when the water its at the temperature you want and you can instantly enter to the shower. In this way you don’t waste the water […]
Dollar Cinquante Boîte De Bot À L'Aide D'Arduino
The objective is to construct a programmable hobby bot that is affordable and simple to make. The parts will be purchased from places such as Wal-Mart, Radio-Shack, any Hobby Store, or online store that is accessible to the public. The price range is 50 dollars or lower for the entirety of the robot. Step 1: […]
Mouvement Contrôlé par Ultrasons de la Lampe à l'aide d'Arduino
Recently I’ve been learning about Ultrasonic waves and how to harness their power. It’s simple enough to make some type of sonar device, but I wanted to take at a step cooler and see if I could use Ultrasonic waves to not only detect movement, but also the direction of that movement. So let’s take […]
Arduino Interruptions et de l'anti-Rebond
Interrupts are an extremely useful, yet often feared element of microprocessors. Interrupts allow you to run a program, while still being able to react to asynchronous input from the outside world. On many platforms they can be confusing to implement, but the arduino makes it easy! In this week’s episode, I’ll show you how to use […]
Serveur De Chat En Utilisant Arduino
A simple server that distributes any incoming messages to all connected clients. To use, open a terminal window, telnet to your devices IP address, and type away. Any incoming text will be sent to all connected clients (including the one typing). Additionally, you will be able to see the client’s input in your serial monitor […]
Singe Des Automates À L'Aide D'Arduino
This instructable will guide you through the process of building a set of automaton monkeys in the style of “Hear No Evil, See No Evil, Speak No Evil.” Our design ends with two monkeys reacting at the push of a button located in the Speak No Evil Monkeys eye. This design can be extended to […]
CardioSim
First of all,this is my first Instructable, and I’m not a native English speaker (or writer), therefore I apologize in advance for the overall low quality . However, I hope that this tutorial can be helpful for people using a heart rate (HR) monitor system (composed by a chest strap belt transmitter and a receiver […]
Arduino Contrôlée Capteur De Mouvement
In this Instructable, I’ll be explaining how to build a motion activated alarm! It uses an Arduino microcontroller, a PIR (passive infrared) sensor, and a type of alarm. You can use an LED indicator, a buzzer, or a piezo. That’s the easy part. I will also be showing how to display to a character LCD […]