I just received my RC522 RFID reader and made this simple Arduino access control system that uses the reader, a buzzer for the alarm and a relay shield for the security system. The relay can be used to open a door lock and if you need a louder alarm then you can replace the small […]
Projets
Encodeur Rotatif & Arduino
I am not sure, but it was in year 1999, a non-stop (360 degree rotation) potentiometer found in a stereo music system confused me a lot. At that time, I failed to keyed out the strange potentiometer manufactured by ALPS. Later, I learned that it’s a Rotary Encoder (thanks to internet), and bought one such […]
Arduino à base de Bi-couleur de la LED de Matrice de Flappy Bird Jeu
We have built quite a few projects using the Bi-color (Red and Green) LED Matrix Driver Module kits from jolliFactory and have published them as instructables here. Each of these modules uses two MAX7219 Display Driver ICs to drive a Bi-color LED Matrix. These ICs are excellent because they take a lot of work off […]
Arduino Électronique sur le Système de file d'attente
This is a Queuing System project requested by a clinic asistant which allows the doctor enter number from a keyboard and display it on a 32×16 LED panel. This project uses two Arduino, the first Arduino functioned as a SENDER which included a PS2 keyboard and a mini LCD for number input. While the other […]
Numérique Arduino Voltmètre avec la Température
Step 1: The case I dug out an appropriate case from the dumpster, milled out a rectangular hole for the lcd, and drilled holes to mount the LCD and the Arduino. I used brass standoffs and fiber washers to prevent shorts. Then I gave the whole case a quick spray of flat black to cover […]
L'apprentissage Séquentiel Logique de Conception pour une Horloge Numérique
This instructable is for two purposes 1) to understand and learn the fundamentals of sequential logic 2) use that knowledge to create a digital clock. Digital clocks have been built by countless electronics hobbyists over the world. So why have I chosen to implement that? Well usually clock circuits available on the internet (all circuits […]
Homebrew Arduino De Pouls (Visualiser Les Battements De Votre Coeur)
Movies look cool with those EKG (electrocardiogram), the one that beeps and detects heart activities. A few months ago, we had to shoot a hospital scene for our school project. We needed an EKG instrument. To keep the movie authentic, we didn’t want to fake the readings so we made the next best thing, a […]
Comment Construire un (Piézo) Capteur de cliquetis Circuit
In this article, we go over how to build a piezo knock sensor circuit. A knock sensor is a sensor which produces a voltage in response to some type of physical stress such as a knock or vibration. This is why it’s called a knock sensor; it detects knocks. This sensor can be useful when […]
La Simulation De Portes Logiques
Introduction This project is a simple way of using the Arduino to simulate the behaviour of logic gates. Logic gates are explained on this page. The project does not actually carry out the function of the logic gate, just turns a light on or off based on one or two inputs. Effectively showing the truth […]
Tri-State Logic
Introduction So far we have sent one of two values to any Arduino output pin, either HIGH or LOW. This project shows how we can exploit a third state of the Arduino pins to reduce the number of pins needed to control LEDs. In the project, we’ll control 2 LEDs using only one Arduino pin. […]