background preloader

Projets divers

Facebook Twitter

Table des matières @ Arduino @ t-o-f. Wiki.t-o-f.info / Arduino / Table des matières 1.

Table des matières @ Arduino @ t-o-f

Introduction. Bienvenue sur le site PHM ARDUINO. DIY Electronics Store. Project Jarvis - A.I Home Automation & Assistant. Ctrl-O. This allows members to create a login to the webpage and pay for their membership through there with PayPal (either manually each period or with a subscription).

Ctrl-O

For those managing the space the admin logins allow managing membership types, prices, duration, etc as well as assigning RFID cards/fobs to peoples accounts. The typical way this works is that you create a nodes for the doors of your space and set access to them based on a specific membership type and time or just having any valid membership. Réseau domotique. Jubito: tutorial. In this tutorial we'll create a simple circuit that sense light using a photoresistor.

Jubito: tutorial

What we need: ArduinoPhoto cell (CDS Photoresistor) 10K ResistorBreadboard or perforated pcb Follow the screenshot to wire the photocell and then upload the sketch to arduino. Blog. We have completed our fingerprint scanner and door lock and mounted it in it’s permanent place.

Blog

The fingerprint scanner activates alarm mode and can only be deactivated by a valid fingerprint ID or by the master code using the keypad. The door lock can be triggered by alarm mode, NFC, voice recognition, web app and […] We posted an image on Instagram recently (@iamteknik) of our 3D printed door lock. Makerbot Industries contacted us shortly afterwards and for those of you who don’t know, they are the largest commercial 3D printer manufacturer. They basically wanted to feature our door lock on their stories page found on their website so click the link below […] Project Jarvis A.I has made it into the semi-final round for the Hackaday Prize competition.

This is our automatic door lock inspired by The Amazing Spiderman. I’ve been working on final hardware for Project Jarvis. Alexba.in. Microcontroller Projects. 170+ Arduino Projects For Final Year Students. Arduino is a single-board microcontroller.

170+ Arduino Projects For Final Year Students

It is intended to make the application of interactive objects or environments more accessible. The hardware consists of an open-source hardware board designed around an 8-bit Atmel AVR microcontroller, or a 32-bit Atmel ARM. Here, we are listing out some of the best and very useful arduino project ideas which are collected from different resources and are very interesting to implement them. TKJ Electronics » Arduino RFID Door Lock. //Start#include <EEPROM.h>#include <Servo.h> //Initialiser Servo servoLock; // create servo object to control a servo // a maximum of eight servo objects can be created #define RFID_Enabled_Pin 2 // sets RFID enable pin to pin 2#define servoPin 3 // sets the servo's pin to pin 3#define LockedPos 10#define UnlockedPos 110 byte buffer[100]; //used to store the incoming bytes from the RFID byte RFID_Master[10] = {'1', '7', '0', '0', '7', 'D', 'B', '2', '4', 'F'}; //the secound RFID fob (key) to look for byte RFID_Slave1[10], RFID_Slave2[10], RFID_Slave3[10]; //the first RFID fob (key) to look for byte i; //used to keep track of which bit to write to byte i2; //used to erase the RFID fob (key) number from the buffer boolean DoorLocked; //true if door is locked void EmptySerialBuffer() { //replaces all bits in the buffer with zeros while (Serial.available()) { Serial.read(); } for (i2 = 0; i2 <= i; i2++) { buffer[i2] = 0; } i = 0;}

TKJ Electronics » Arduino RFID Door Lock

L'univers Arduino (2/2) Il s'adresse aux débutants en programmation des microcontrôleurs voulant rejoindre les adeptes du mouvement Do It Yourself dans le domaine du Physical Computing(1).

L'univers Arduino (2/2)

Évidemment, en grand écumeur des forums Developpez.net, la programmation en général ne vous effraie pas. Vous aimeriez juste profiter de votre métier, votre passion pour la programmation, pour interagir avec le monde physique, piloter des robots, automatiser la montée/descente de vos volets déroulants en fonction de l'ensoleillement, construire votre propre station météo et déclencher des alarmes selon des seuils de température, etc. MySensors - Touch Display Scene Controller. Sometimes you might want to control more advanced scenarios in your home automation project.

MySensors - Touch Display Scene Controller

This is when a scene controller comes in handy. In this example we've used a touch screen to display the scene launch options. The buttons can be customized in the sketch code to your preference. With a little hacking you could even change button functions depending on the time of the day or create a full fledged menu system. If you prefer to keep it simple you can skip the touch display and just attach a few buttons to your arduino to trigger the scene commands. The provided example also displays the time in the top right corner. The touch screen used here did not like to share SPI with the NRF24L01 radio. Demonstration. nRF24L01_Arduino. Projects. Une plate-forme orientée objet pour la programmation Arduino.

DevDuino Sensor Node V1.2 (ATmega 328) Introduction devDuino Sensor Node V1.2 (ATmega 328) is a compact Arduino-compatible microcontroller and is designed to build wireless networks based on transceiver nRF24L01+.

DevDuino Sensor Node V1.2 (ATmega 328)

You can easily connect other sensors (series Grove) or actuators to this platform, to build your remote monitoring or controlling system.. Model: 830068001 Feature. Hardware-Libre. TousLesProgrammes. Projets. Blog de C-quad. Jusqu’à présent, j’ai toujours réalisé des articles sur des sujets que j’ai déjà réalisés.

Blog de C-quad

Aujourd’hui je compte vous présenter mon projet domotique qui consiste à connaitre le niveau d’une cuve de récupération d’eau de pluie. J’ai choisi de le présenter avant sa réalisation parce que celui ci est plutôt très éloigné de mon domaine de compétence et je pense qu’il est donc opportun de le partager et d’en discuter avant plutôt que de regretter ses choix après. Le contexte Ma maison est équipée d’une cuve de récupération des eaux pluviales sur laquelle sont connectés les WC et la machine à laver, ainsi qu’un robinet dans le garage. La domotique chez soi. Je rentre d’une journée de boulot, et fatigué, je m’affale comme une masse dans le canapé. Me vient alors l’envie de regarder un épisode de ‘ The Big Bang Theory ‘, je sors donc mon portable, démarre l’application DomoGJ et appuie sur quelques boutons.

Le volet se ferme, les lumières s’éteignent, le vidéo projecteur s’allume, la toile descend lentement et majestueusement, et l’épisode commence enfin. Archives — Arduino Passion. The World Famous Index of Arduino & Freeduino Knowledge. Bits & Pieces de la conception Embedded World. Arduino: Arduino Wireless 433 MHz Communication. Le blog d'EskimonLe blog d'Eskimon. Dans ce tutoriel porté sur Android et Arduino, nous allons connecter ces deux mondes géniaux. Electronics : Microprocessors : Arduino Uno output to VGA monitor. This post shows how you can output VGA signals to a monitor, turning your Uno (or similar) processor into a "video card". Example: The only extra hardware used here was 5 resistors, and a DB15 socket to plug the monitor cable into: Watch live demo: VGA Timing To understand how it all works, we need to look at how VGA signal timing works. There are 5 signals being sent to the monitor:

B@ttoMicro - Microcontrôleurs et compagnie ! Capteur de débit d'eau. De Wikidebrouillard. Projects. Dangerous prototype. Arduino, Processing. Catégorie:Arduino. Top 40 Arduino Projects of the Web. DIY Arduino PIR Motion Sensor Lighting & Security.

From the minds at We wanted to save energy, and create convenience, by adding motion sensors to our lighting circuits. Maybe you want some notification of an intruder. Both can be done with a PIR Motion sensor. When I walk into a room, the lights come on automatically, and when I leave, shut off after a short period of time. You can choose how long that time delay is in the code. I also wanted a override switch for times I want the light to stay on, or off. So, I took an Arduino, added a PIR sensor, a SSR, a SPDT switch, two 10k ohm resistors and whipped up a small sketch to glue it all together. Original article, and more at. Projet. Atelier Arduino - Arduino projects - Labo4G. Wiki. Bienvenue sur le site PHM ARDUINO.