background preloader

Composants, capteurs et autres arduino tests

Facebook Twitter

Connecteur Molex : Comment utiliser le kit? Intro Les connecteurs Molex femelle peuvent s'utiliser avec des pinHeader 2.54mm.

Connecteur Molex : Comment utiliser le kit?

Ils permettent de réaliser facilement des connexions sur plaques de prototypages, shield Arduino, moteurs pas-à-pas, Servo moteurs, etc. Avec un PinHeader (connecteur mâle) et un connecteur Molex femelle, vous pouvez réaliser des connecteurs "au top" pour vos projets. Cela permettra de bancher / débrancher facilement et rapidement vos senseurs et actuateur Où acheter Avec ce type de connecteur, vous pourrez réaliser des connecteurs avec du fil allant jusqu'à 0.5mm carré Assembler un Molex Femelle Pour constituer un connecteur Molex femelle, il faut attacher des fils sur les Grimp (sorte tigette) puis insérer les Grimps dans le boitier en plastique. Vous aurez besoin:

Montages tests capteurs arduino

Pulse sensor. Servos / moteurs. Shields arduino. Résultats de recherche Le top 10 des kits de prototypage hardware. Introduction to Grove. Capteur de Température/Pression Barométrique/Altitude BMP180. How to use MQ2 Gas Sensor - Arduino Tutorial. ArduinoInitiationLedsDiversTestLedRVBac. // --- Programme Arduino --- // Trame de code générée par le générateur de code Arduino// du site www.mon-club-elec.fr // Auteur du Programme : X.

ArduinoInitiationLedsDiversTestLedRVBac

HINAULT - Tous droits réservés // Programme écrit le : 20/2/2012. // ------- Licence du code de ce programme ----- // This program is free software: you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation, either version 3 of the License,// or any later version.// This program is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the// GNU General Public License for more details.// You should have received a copy of the GNU General Public License// along with this program.

If not, see < Yocto-Meteo - Capteur USB de données météo (humidité, température et pression) Léoké. Capteur de charge poids 50 kg. Digital Scale Strain Gauge Weight Sensor. We took a $20 digital scale from Target and hooked it up to an amplifier and a microcontroller.

Digital Scale Strain Gauge Weight Sensor

This video outlines taking apart the scale, wiring it to the amplifier, and the code, as well as an overview of the concepts behind strain gauges and Wheatstone bridges. There's a demo of two live scale apps written in Python near the end of the video. Note: there's a lot going on in this project, from the cantilever bending to the bridge noise cancellation to the PC graphics code. It's a complicated one, so take it slow. You can download the microcontroller source code. Knock. Learning Examples | Foundations | Hacking | Links Examples > Sensors Knock.

Knock

MEAS Vibration Sensor how to connec to to arduino? Kit de communication Infrarouge émission et réception. Voir le forum - Kit Communication IR. Exemple kit ir LED (résolu) Bonjour, voici pour un exemple simple ir sensor TSOP32138 + télécommande du shop la touche + allume la led,la touche - l’éteint... le code Code: Tout sélectionner /* * IR TEST LED & REMOTE * Copyleft Snootlab 2012 */ #include <IRremote.h> #define RECV_PIN 11#define LED_PIN 4.

Exemple kit ir LED (résolu)

Photo Interrupteur GP1A57HRJ00F + breakout + extra. Capteur "flex sensor" résistif. Sensing A Bend With A Flex Sensor. We spend so much time talking about sensing things less mechanical, that is is easy to forget the accelerometer isnt the only part in town.

Sensing A Bend With A Flex Sensor

The flex sensor is one of those parts often overlooked by the advanced user. But what if you need to check if something bent? Like a finger, or a doll arm. (A lot of toy prototypes seem to have this need). Anytime you need to detect a flex, or bend, a flex sensor is probably the part for you. The flex sensor is basically a variable resistor that reacts to bends.

Also, make sure you don’t bend the sensor at the base as it wont register as a change, and could break the leads. Hooking it up, and why The flex sensor changes its resistance when flexed so we can measure that change using one of the Arduino’s analog pins. The analog read on your arduino is basically a voltage meter. at 5V (its max) it would read 1023, and at 0v it read 0. The amount of that 5V that each part gets is proportional to its resistance. Capteurs de position Flex Sensor. Module Capteur Humidité et Température DHT11 [DFR0067] : Ce module capteur d’humidité et de température est très rependu dans le contrôle de climatisation, il est constitué d’un capteur de température à base de NTC et d’un capteur d’humidité résistif, un microcontrôleur s’occupe de faire les mesures, les convertir et de les transmettre.

Module Capteur Humidité et Température DHT11 [DFR0067] :

Ce capteur est calibré en usine et ses paramètres de calibration sont stockés dans la mémoire OTP du microcontrôleur. DHTxx Sensors. This tutorial covers the low cost DHT temperature & humidity sensors.

DHTxx Sensors

These sensors are very basic and slow, but are great for hobbyists who want to do some basic data logging. The DHT sensors are made of two parts, a capacitive humidity sensor and a thermistor. There is also a very basic chip inside that does some analog to digital conversion and spits out a digital signal with the temperature and humidity. DHT11Lib. A DHT11 Class for Arduino. remarks & comments Intro The DHT11 is a relatively cheap sensor for measuring temperature and humidity.

DHT11Lib

This article describes a small library for reading both from the sensor. The DHT22 is similar to the DHT11 and has greater accuracy. This library is tested on a MEGA2560 and is confirmed working on an Arduino 2009. Niesteszeck has made an interrupt-driven library for the DHT11 sensor. Andy Dalton has made a modified version. Connection The DHT11 has three lines: GND, +5V and a single data line. Kit LCD pour Arduino. LiquidCrystal. Codecouleurs.jpg (650×489) Capteur de température DS18B20. Bonjour tout le monde ! Aujourd’hui je vous ai préparé un article qui va vous faire monter en température. [TUTORIEL] Mise en oeuvre du capteur DS18b20. Arduino and DS18B20 temperature sensore. Blinker une LED. De Wikidebrouillard.

Blinker une LED

Article incomplet en cours de rédaction Présentation de l'expérience Comment faire clignoter une LED avec un Arduino ? C'est le "Hello World" de l'Arduino, les premiers pas ! Arduino UNO Tutorial 7 - Piezo Beep. Arduino UNO Tutorial 7 - Piezo Beep In this easy Arduino UNO tutorial, we are going to use a simple Piezo Transducer to create some beeps.

Piezo Transducers are similar to speakers in that an applied voltage causes the piezo crystal to move and make a sound. In order to get a tone a square wave needs to be applied usually in the range 20Hz to 20kHz. Don't confuse piezo transducers with piezo sounders or piezo buzzers. Documentation des afficheurs 7 segments. Pour utiliser les modules d'affichage 7 segments, voici des informations utiles : Le module vu de dessus, avec en "transparence" les pattes correspondantes. Le point est donc en bas à droite sur ce schéma. Afficheur 7 segments afficheur-7-segments.jpg (14.8 Kio) Vu 1229 fois.