It’s all started with a small game from the dark ages called “Mario”, right from the time of being a tiny little guy jumping on ducks to save my princess till being a masculine handsome Prince roaming in Persia (Prince of Persia) fighting against darkness to save my world behind I have been a great […]
Projets
Arduino Détecteur de Mouvement à l'aide de Capteur PIR
Detecting motions or movements has always been important in most projects. With the help of the PIR Sensor it has become very easy to detect human/animal movements. In this project we will learn how we can interface a PIR Sensor with a microcontroller like Arduino. We will interface an Arduino with PIR module and blink […]
DC-DC Convertisseur Buck-Circuit – Comment Descendre la Tension DC
In this project we are going to make a Buck Converter Circuit using Arduino and N-Channel MOSFET with a maximum current capacity of 6 amps. We are going to step down 12v DC to any value between 0 and 10v DC. We can control the output voltage value by rotating the potentiometer. A buck converter […]
Arduino Numérique Ampèremètre
Ammeter is used to measure current flow through any load or device. Here in this Arduino Ammeter, we will explain about measuring of current by using ohm’s law. It will be quite interesting as well as a good application of basic science that we studied in our school days. All of us are well known […]
Arduino DC Vitesse du Moteur et la commande de Direction à l'aide de Relais et de MOSFET
In this project we control direction and speed of a 24v high current motor using Arduino and two relays. No power switches are needed for this circuit, just two push buttons and in Potentiometer to control the direction and speed of DC Motor. One push button will rotate motor clockwise and other will rotate it counter […]
Automatique AC Contrôleur de Température à l'aide d'Arduino, DHT11 et IR Blaster
An AC (Air Conditioner) which was once considered to be a luxury item and was only to be found in big hotels, movie halls, restaurants etc… But, now almost everyone has a AC in our home to beat out the summer/winter and those who have it, worry about one common thing. That is their high […]
L'interfaçage Capteur à Effet Hall avec Arduino
Sensors have always been a vital component in any Project. These are the ones which convert the real real-time environmental data into digital/variable data so that it can be processed by electronics. There are many different types of sensors available in the market and you can select one based on your requirements. In this project […]
De Téléphone cellulaire AC commandée à l'aide d'Arduino et Bluetooth
In today’s modern world, where ever we go we have lots of electronic devices around us. But, out of all, there is only one device that we personally have in our pockets all the time. Yes, it is our mobile phones. Now Mobile phones have become more than a device used for communication, they are […]
AnduinoWiFi Prise En Main
Consider this the “Blinky LED” of the anduinoWiFi shield! Things used in this project Hardware components Andium Anduino WiFi × 1 Arduino Due × 1 Arduino Zero & Genuino Zero × 1 Software apps and online services Arduino IDE Story Motivation Implementing an IoT prototype utilizing an Arduino that doesn’t natively support WiFi can be […]
Comment Mesurer La Distance Entre Deux Capteurs À Ultrasons
Ultrasonic sensor (HC-SR04) is commonly used to find the distance of an object from one particular point. It has been fairly easy to do this with the Arduino and the code is also pretty simple. But in this article we are going to try something different with these popular HC-SR04 sensors. We will try calculating […]