Arduino
Arduino
SparkFun – OpenLog
SparkFun: DEV-09530
Description: The SparkFun OpenLog is an open source data logger. Simple to use, simple to change. We wanted to create a serial logger that just worked. Power up this device and it will start logging any received serial data at 9600bps. Sending Ctrl+z three times will drop out of logging and in to command mode. ‘new’ will create a new file. ‘md’ makes a directory. ‘?’ brings up the list of commands. OpenLog doesn’t do a lot, but it does log serial streams extremely well.
Example:
>new testfile.txt >append testfile.txt <(send large amounts of text followed by three ctrl+z characters)
That’s really it! OpenLog firmware is open source and is based on Bill Greiman’s sdfatlib. OpenLog currently supports FAT16 and FAT32 microSD cards (we’ve tested up to 64GB!).
All the design files (schematic, PCB layout, firmware) are open source released under the CC-SA v3 license and are available through GitHub.
Note: New firmware is available which allows the OpenLog to be used in Arduino 1.0 and also allows for higher baud rates. Check the links below for more information.
Features:
- Log to low-cost microSD FAT16/32 cards up to 16GB
- Simple command interface
- Edit config.txt file from a computer to change baud rate and other system settings
- Three modes:
- NewLog creates a new log every power up and immediately starts logging
- SeqLog appends a file called “SeqLog.txt” at every power up and immediately starts logging
- Command mode starts OpenLog at a command prompt at power up
- Configurable baud rates (2400 to 115200bps)
- Configure unit through config file or the menu system
- Power, ground, and RX-I are the minimum connections
- Reprogrammable ATmega328 using the Arduino IDE
- Two LEDs indicate writing status
- Input voltage from 3.3V to 12V
- 2mA idle, 6mA at maximum recording rate
Dimensions: 0.16 x 0.6 x 0.75″ (4 x 15 x 19mm)
Don Luc
SparkFun – Analog/Digital MUX Breakout – CD74HC4067
SparkFun: BOB-09056
Description: This is a breakout board for the very handy 16-Channel Analog/Digital Multiplexer/Demultiplexer CD74HC4067. This chip is like a rotary switch – it internally routes the common pin (COM in the schematic, SIG on the board) to one of 16 channel pins (CHANxx). It works with both digital and analog signals (the voltage can’t be higher than VCC), and the connections function in either direction. To control it, connect 4 digital outputs to the chip’s address select pins (S0-S3), and send it the binary address of the channel you want (see the datasheet for details). This allows you to connect up to 16 sensors to your system using only 5 pins!
Since the mux/demux also works with digital signals, you can use it to pipe TTL-level serial data to or from multiple devices. For example, you could use it to connect the TX pins of 16 devices to one RX pin on your microcontroller. You can then select any one of those 16 devices to listen to. If you want two-way communications, you can add a second board to route your microcontroller’s TX line to 16 device’s RX lines. By using multiple boards, you can create similar arrangements for I2C, SPI, etc.
The internal switches are bidirectional, support voltages between ground and VCC, have low “on” resistance and low “off” leakage, and to prevent crosstalk, perform “break-before-make” switching. The board also breaks out the chip’s “enable” pin, which when driven high, will completely disconnect the common pin (all switches “off”).
Features:
- 2V to 6V operation
- “On” resistance: 70 Ohms @ 4.5V
- 6ns break-before-make @ 4.5V
- Wide operating temperature range: -55C to 125C
Don Luc
SparkFun – IC Hook with Pigtail
SparkFun: CAB-09741
Description: These are good quality IC test hooks with a male connection wire. Instead of a single hook, these have two hooks that are capable of grabbing very small points (like SOIC IC legs). Comes in a bag of five IC hooks of different colors (black, red, white, blue, and green). We use them with the Bus Pirate logic analyzer harnesses but are very cool on their own.
Wire length is 2.5″ long. Male pin easily inserts into breadboard or other standard 0.1″ connector.
Don Luc
SparkFun – LinkM – USB to I2C
SparkFun: COM-09903
Description: LinkM is a USB adapter that addresses two of the most frequently-requested BlinkM features. It enables you to program BlinkMs without setting up a separate I/O board, such as an Arduino. It also lets you program or control multiple BlinkMs simultaneously. Plug it in, plug in a BlinkM, fire up the BlinkM Multitrack Sequencer, and start programming BlinkMs. It requires no drivers (when used with most operating systems), additional software or hardware. BlinkM’s sold separately.
Features:
- Driverless. Identifies itself as a USB Human Interface (HID) class device, which nearly every operating system supports without requiring additional drivers.
- Has no exposed components. Its hard plastic case makes it appropriate for long-term installation.
- Synchronizes groups of BlinkMs with a metronome signal so that their patterns do not drift in time (this even works when the LinkM is only connected to a power supply, such as an iPod USB charger).
- Works as a generic USB->I2C device, making it compatible with hundreds of standard I2C devices.
- Contains an I2C buffer chip for driving longer I2C bus cables.
- Open Source firmware, available from Google Code
- Open Source libraries for C, Java and Processing that work on Mac OS X, Windows XP/7 and Ubuntu Linux, also available from Google Code.
- Acts as an I2C master with built-in BlinkM metronome for synchronizing groups of BlinkMs so that their patterns do not drift with time
- Additional I/O pins on the board. AVR hackers can crack open the case to get access to digital I/O pins and use LinkM as a standalone microcontroller platform.
Don Luc
SparkFun – Arduino Mega 2560 R2
SparkFun: DEV-09949
Description: Arduino is an open-source physical computing platform based on a simple i/o board and a development environment that implements the Processing/Wiring language. Arduino can be used to develop stand-alone interactive objects or can be connected to software on your computer (e.g. Flash, Processing, MaxMSP). The open-source IDE can be downloaded for free (currently for Mac OS X, Windows, and Linux).
The Arduino Mega is a microcontroller board based on the ATmega2560. It has 54 digital input/output pins (of which 14 can be used as PWM outputs), 16 analog inputs, 4 UARTs (hardware serial ports), a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started. The Mega is compatible with most shields designed for the Arduino Duemilanove or Diecimila.
This is the new Arduino Mega 2560. In addition to all the features of the previous board, the Mega 2560 now uses an ATmega8U2 instead of the FTDI chip. This allows for faster transfer rates, no drivers needed for Linux or Mac (inf file for Windows is needed), and the ability to have the board show up as a keyboard, mouse, joystick, etc. It also has twice as much flash memory.
Features:
- ATmega2560 microcontroller
- Input voltage – 7-12V
- 54 Digital I/O Pins (14 PWM outputs)
- 16 Analog Inputs
- 256k Flash Memory
- 16Mhz Clock Speed
Don Luc
SparkFun – Arduino Ethernet Shield
SparkFun: DEV-09026
Description: The Arduino Ethernet Shield allows an Arduino board to connect to the internet. It is based on the Wiznet W5100 ethernet chip providing a network (IP) stack capable of both TCP and UDP. The Arduino Ethernet Shield supports up to four simultaneous socket connections. Use the Ethernet library to write sketches which connect to the internet via a standard RJ45 Ethernet jack using the shield.
The latest revision of the shield adds a micro-SD card slot, which can be used to store files for serving over the network. It is compatible with the Arduino Uno and Mega (using the Ethernet library). You can access the on-board SD card slot using the SD library which is included in the current Arduino build.
The latest revision of the shield also includes a reset controller, to ensure that the W5100 Ethernet module is properly reset on power-up. Previous revisions of the shield were not compatible with the Mega and need to be manually reset after power-up. The reset button on the shield resets both the W5100 and the Arduino board.
Arduino communicates with both the W5100 and SD card using the SPI bus (through the ICSP header). This is on digital pins 11, 12, and 13 on the Duemilanove and pins 50, 51, and 52 on the Mega. On both boards, pin 10 is used to select the W5100 and pin 4 for the SD card. These pins cannot be used for general i/o. On the Mega, the hardware SS pin, 53, is not used to select either the W5100 or the SD card, but it must be kept as an output or the SPI interface won’t work.
Note that because the W5100 and SD card share the SPI bus, only one can be active at a time. If you are using both peripherals in your program, this should be taken care of by the corresponding libraries. If you’re not using one of the peripherals in your program, however, you’ll need to explicitly deselect it. To do this with the SD card, set pin 4 as an output and write a high to it. For the W5100, set digital pin 10 as a high output.
Don Luc
SparkFun – MIDI Shield
SparkFun: DEV-09595
Description: The SparkFun MIDI Shield board gives your Arduino access to the antiquated, but still widely used and well supported MIDI communication protocol, so you can control synthesizers, sequencers, and other musical devices. The MIDI protocol shares many similarities with standard asynchronous serial interfaces, so you can use the UART pins of your Arduino to send and receive MIDI’s event messages.
The MIDI Shield provides an opto-isolated MIDI-IN port as well as a MIDI-OUT port. The MIDI Shield can be mounted directly on top of an Arduino, connecting the MIDI-IN to the Arduino’s hardware RX pin and the MIDI-OUT to TX. Potentiometers are connected to analog pins 1 and 2, and can be used to control volume, pitch, tone or anything else you’d like. Also connected on the shield are three momentary push buttons (connected to D2-4), a reset button, and green and red stat LEDs. The RUN/PROG switch allows you to program the Arduino over serial without having to remove the shield.
Note: The MIDI Shield does not come with the through-hole MIDI connectors or trimpots soldered on. All of these components (2 MIDI connectors and 2 trimpots) are included with the product, however
Note: When using this shield with the Arduino Pro you will have to bypass the TX/RX resistors on the Pro to get enough current to the shield.
Don Luc
SparkFun – ProtoShield Kit
SparkFun: DEV-07914
Description: Riding on the waves of the very popular Arduino USB board is this small prototyping shield. Originally spawned with collaboration between the folks at SFE and ITP @ NYU, the ProtoShield mates with the Arduino USB board and gives the user a small soldering area, two general LEDs, access to a BlueSMiRF socket, a general pushbutton switch, and most important of all – the Arduino reset switch is brought to the top level. A ProtoShield quickstart guide is available!
This comes in kit form and must be soldered together by the end user. Please note – we do not ship assembly instructions, but you can find a big, clean photographed assembly guide here! There are a few tutorials on assembly listed below. All soldering is through-hole (relatively easy) but always check your component orientation before soldering!
The kit is pictured with the bread-board option. We highly recommend this breadboard! See the related items below for all the colorful options of breadboards you have.
Note: The SparkFun ProtoShield Kit does not include the holes for the Uno R3 SDA and SCL.
Kit Includes:
- 1 x ProtoShield bare PCB
- 2 x Stackable Headers 6-pin
- 2 x Stackable Headers 8-pin
- 2 x 5mm Basic Yellow LEDs
- 2 x 330 Ohm resistors
- 1 x 10k resistor
- 2 x Momentary push buttons
- 2 x 0.1uF Ceramic Capacitors
Features:
- All Arduino pins are brought to the top level
- 5V, GND, and Vin pins are exposed as well
- BlueSMiRF socket for wireless communication between Arduinos
- 2 general use LEDs
- 1 general use button
- Reset button brought to top level
Don Luc
SparkFun – Digital Temperature Sensor Breakout – TMP102
SparkFun: SEN-09418
Description: This is a breakout board for the incredibly small TMP102 digital temperature sensor. The TMP102 is a digital sensor (I2C a.k.a. TWI), has a resolution of 0.0625°C, and is accurate up to 0.5°C. The sensor requires very low-current, and is loaded with features.
Communication with the TMP102 is achieved through a two-wire serial interface. There is no on-board voltage regulator, so supplied voltage should be between 1.4 to 3.6VDC. Filtering capacitors and pull-up resistors are included as shown.
Features:
- 12-bit, 0.0625°C resolution
- Accuracy: 0.5°C (-25°C to +85°C)
- Low quiescent current
- 1.4V to 3.6VDC supply range
- Two-wire serial interface
- 10µA Active (max)
- 1µA Shutdown (max)
Don Luc
SparkFun – Humidity and Temperature Sensor – RHT03
SparkFun: SEN-10167
Description: The RHT03 (also known by DHT-22) is a low cost humidity and temperature sensor with a single wire digital interface. The sensor is calibrated and doesn’t require extra components so you can get right to measuring relative humidity and temperature.
Features:
- 3.3-6V Input
- 1-1.5mA measuring current
- 40-50 uA standby current
- Humidity from 0-100% RH
- -40 – 80 degrees C temperature range
- +-2% RH accuracy
- +-0.5 degrees C
Don Luc