background preloader

Détecteur optique d'éclairs ou flash pour déclenchement photographique ou flash esclave

Détecteur optique d'éclairs ou flash pour déclenchement photographique ou flash esclave

brouillon_1-wire [tj - Wiki] Materiel Clé USB Capteur de température Brancher la clé DS9490R $ tail -f /var/log/syslog Aug 13 23:29:12 k8 kernel: usb 3-2.1.4: new full speed USB device using ehci_hcd and address 11 Aug 13 23:29:12 k8 kernel: usb 3-2.1.4: configuration #1 chosen from 1 choice Aug 13 23:29:12 k8 kernel: Driver for 1-wire Dallas network protocol. Ok… bon… et alors? Les modules chargés: # diff lsmod-1.txt lsmod-2.txt 1a2,4 > ds2490 7776 0 > wire 21764 1 ds2490 > cn 8032 1 wire 111c114 < usbcore 133004 7 wacom,pl2303,usbserial,usb_storage,ehci_hcd,uhci_hcd --- > usbcore 133004 8 ds2490,wacom,pl2303,usbserial,usb_storage,ehci_hcd,uhci_hcd Mais encore: # lsusb Bus 003 Device 014: ID 04fa:2490 Dallas Semiconductor DS1490F 2-in-1 Fob, 1-Wire adapter avant de brancher Avant de brancher la clé, il faut desactiver le chargement de certains pilotes. Editer le fichier /etc/modprobe.d/blacklist pour avoir (à la fin par exemple): # ---- # TJ blacklist ds9490r blacklist ds2490 blacklist wire # ---- J'ai aussi ajouté un petit:

Shelly Park Weather Station | Howick, Auckland, New Zealand 1-wire projects - Koos van den Hout 1-wire (or one-wire, but I prefer the name Maxim uses) is a simple bus to connect electronic devices. Other sites can explain it much better: But basically it is a way to create a simple network of devices that can communicate with one master device aimed at low-speed communications with measuring devices like thermometers and output devices like relays. The minimal 1-wire network has two wires: one for ground and one for data and power. Simple devices can be powered using parasitic power derived from the data line. The network of 1-wire devices is also known as 'Microlan'. All 1-wire devices have unique addresses and an in my opinion very neat protocol is used to discover devices. I got interested in 1-wire because at work we had a 4-channel thermometer based on 1-wire sensors which we now use to monitor rack temperatures. I quite liked the whole idea of 1-wire and how it could make hooking up temperature and other sensors to the computer simple and cheap. Temperature logging Links

Arduino: Weather-Shield – schematics, layout, code, … – everything you need | Zipfelmaus - Blog I’ve been working quite a while on my weather station project. Since the first version of the hardware had some bugs, I redesigned the electronics from scratch and created a weather shield for the Arduino. So here it is: Overview: The shield has several sensors: - barometric pressure sensor – BMP085, from Bosch, I2C interface - humidity sensor – SHT11, from Sensirion, proprietary serial interface - light sensor, connected to an ADC-In - DIO, e.g. for a wind meter - ADC-Ins for measuring the voltage in the solar system part of the system Apart from the weather shield I also attached a Xbee shield in order to transmit data wirelessly to a server PC, because I want to display the data on a website. Before 10:00 a.m. there was no data available. Downloads: Hardware: Software for Arduino: wheater_app_110807.zip

Related: