background preloader

Piloter des dispositifs sans fil

http://faitmain.org/volume-1/dispositifs.html

Related:  Projet de réalisationArduino

Arduino ATmega328 Hardcore Arduino ATmega328 - Hardcore Ok, you've completed your prototype using an Arduino Uno board, perhaps using a shield or a breadboard for any additional components, but now you want to finalise your design and construct it using your own pcb. Well, that is fairly straightforward, as we have made a complete kit of essential parts available for the ATMega328 micro (click here). The kit includes the following items (depending on which bootloader chip 16MHz or 8MHz)

Send & Receive 433MHz Signals For Home Automation Hi, i´ve decided to work on some home automation project with raspberry pi, i want to controll all kind of 433MHz Devices like power plugs. I´ve got no expirience in working with 433MHz senders or receivers and RPi cabling so i decided to do a simple test setup before i start with the real project. I´ll document the test setup here and later the real automation project. Test SetupSimple 433MHz send and receive with the RPi Triggering a Camera’s Flash with Sound and Light Update: Check out my latest Camera Axe project for a much more robust device that handles this or my store where I sell the Camera Axe. For those just wanting to see the pretty pictures, click here. This article focuses on making the sensors used to trigger a camera’s flash using a microphone or a cheap laser pointer. Since I’ve already described how to do the actual firing of a camera’s flash here I won’t focus on that part of this project today.

Arduino 433Mhz Wireless Communication Rc Switch: 8 Steps AdWords We use AdWords to deploy digital advertising on sites supported by AdWords. Ads are based on both AdWords data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that AdWords has collected from you. We use the data that we provide to AdWords to better customize your digital advertising experience and present you with more relevant ads.

Development Team/Arduino There are different options to connect your arduino board to Sugar (trough sugar-capable activities) Squeak Thanks to the great work found on Gira We can download an squeak project and install it on our Sugar. This script can help in the process.

Adding 433 to your Raspberry Pi In this blog post I'll show you how to add RF 433MHz to your Raspberry Pi. Requirements - A Raspberry Pi (ORLY?) I'm using the revision 2 Pi, but if you have the revision 1 board, you'll just need to be mindful of the different pin numbers. How to Use IR LED and Photodiode with Arduino In this post I am going to show you how to use and program IR LED and Photodiode pair with Arduino to detect obstacles in a short range. Before going to do the project let us have a brief look at the IR LED and Photodiode. Photodiode is a light sensitive semi-conductor diode which converts the light energy into voltage or current based on the mode of operation.

Decode 433 MHz signals w/ Raspberry Pi & 433 MHz Receiver This post will show you how to read 433 MHz codes using a Raspberry Pi. This tutorial was made to complement the Voice Controlling project which needed 433 MHz Unit Code Values to control the wireless switches. If you want to know how to read 433 MHz codes using an Arduino, go to this post! I learned how to do this by reading this post.

RaspberryPi Humidity and Temperature Sensor - Wurst-Wasser.net Schematics Remember that the Pi revisions have different pinouts! This will work for Revison 2, that is board revision 0004[1]. If you don't need humidity readings, I strongly recommend using a DS18B20 instead of the DHT11, as showed in RaspberryPi Temperature Sensor, because you can use the 1-wire kernel modules for reading the DS18B20, which makes it much easier to read and extend. Configure the Pi Update the OS tutorial To use dygraphs, include the dygraph-combined.js JavaScript file and instantiate a Dygraph object. Here's a basic example to get things started: <html><head><script type="text/javascript" src="dygraph-combined.js"></script></head><body><div id="graphdiv"></div><script type="text/javascript"> g = new Dygraph( // containing div document.getElementById("graphdiv"), // CSV or path to a CSV file. "Date,Temperature\n" + "2008-05-07,75\n" + "2008-05-08,70\n" + "2008-05-09,80\n" ); </script></body></html> In order to keep this example self-contained, the second parameter is raw CSV data.

Related: