background preloader

Progetti

Facebook Twitter

Wifi Shield V1.1. [中文] Introduction This Wifi Shield utilizes a RN171 wifi module to provide your Arduino/Seeeduino with serial Ethernet's function. It only takes two pins to hook your device up to 802.11b/g wireless networks with this shield. It features an independent antenna which can cover a wider range and transmit stronger signals. With supports for common TCP, UDP and FTP communication protocols, this Wifi Shield can meet needs of most wireless network projects, like smart home networks, robot controls or personal weather stations,etc. We prepared an easy and convenient command set for this shield so that you can use neat and concise code to run the function. Specification RN-171:WIFLY GSX 802.11 b/g Wireless LAN Module.Software Serial Port Configuration Area: Choose the digital pins you would like to use as RX and TX of RN171.Reset button: Reset the Wifi Shield.Status indicators illustration:Two LEDs(D1,D5) will blink alternately when no connection exists. Get started 1. 2. 3.

Join - join a network. Wifi Shield V1.1. Arduino temperature and light data-logging and chart plotting webmonitor | codetorment. SparkFun Color LCD Shield LCD-09363. The Sparkfun Color LCD Shield LCD-09363 did not have Arduino compatible code. I have modified the drivers to work fully under the Arduino environment. I have it fully working on both the Duemilanove and the mega. Click here to download the Arduino Sketch for the SparkFun LCD When you load the demo, make sure you push the buttons.

Humidity Sensor - HIH-4030 Breakout - bildr. This is a breakout board for Honeywell's HIH-4030 capacitive humidity sensor. The HIH-4030 measures relative humidity (%RH) and delivers it as an analog output voltage. You can connect the output of the sensor directly to an ADC on a microcontroller; and thanks to the sensor's near linear voltage output, the data is very easy to process. Voltage applied to the supply pins should be within 4-5.8VDC, and optimally at 5V.

The sensor will typically only consume about 200μA. The Sparkfun version comes as shown in the picture, with the surface-mounted HIH-4030 already soldered onto the breakout board. Per Table 1 of the datasheet, the relationship between output voltage and relative humidity is as follows (assuming a +5 V supply and 25 degree C temperature): <math>Sensor RH%=161\frac{V_{out</div> This page is a Component on bildr.

{V_{supply}}-25.8</math> <math>RH%=\frac{Sensor RH%}{1.0546-0.0026T}</math> where T is the temperature in degrees C. Features: |Code Information = |Availability = WiFly GSX Breakout. One Wire Digital Temperature. DS18B20. /*Copyright (c) 2007, Jim Studt Updated to work with arduino-0008 and to include skip() as of2007/07/06. --RJL20 Permission is hereby granted, free of charge, to any person obtaininga copy of this software and associated documentation files (the"Software"), to deal in the Software without restriction, includingwithout limitation the rights to use, copy, modify, merge, publish,distribute, sublicense, and/or sell copies of the Software, and topermit persons to whom the Software is furnished to do so, subject tothe following conditions: The above copyright notice and this permission notice shall beincluded in all copies or substantial portions of the Software.

Much of the code was inspired by Derek Yerger's code, though I don'tthink much of that remains. In any event that was.. (copyleft) 2006 by Derek Yerger - Free to distribute freely. #include "OneWire.h" extern "C" { #if (ARDUINO >= 100)#include <Arduino.h>#else#include <WProgram.h>#endif #include <avr/io.h>#include "pins_arduino.h"} if ( !