background preloader

Nanode

Nanode

Yaler - a simple, open and scalable relay infrastructure IOIO for Android Replacement:DEV-11343. IOIO-OTG is here! Now you can use the IOIO with your Android device or PC! The IOIO (pronounced "yo-yo") is a board specially designed to work with your Android 1.5 and later device. The IOIO board contains a single MCU that acts as a USB host and interprets commands from an Android app. The IOIO acts as a USB host and connects to most Android devices that have USB slave (device) capability. We're now shipping the IOIO board loaded with the V3.04 bootloader so that it's ready to go with the latest application update, which adds Open-Accessory support. We have a blog post that shows or has links to many well documented example projects, with source code. Note: This product is a collaboration with Ytai Ben-Tsvi. Replaces:DEV-10585

Paraimpu - The Web of Things is more than Things in the Web Guilherme Martins : PAPERduino’s design This is a fully functional version of the Arduino. We eliminated the PCB and use paper and cardboard as support and the result is.. the PAPERduino :D This is the the first version of the layout design, next we will try more designs, and another materials. You just need to print the top and the bottom layout, and glue them to any kind of support you want. We hope that you start making your own boards. If you do, please share your photos with us, we would love to see them ;) There is no USB direct connection, so to program the paperduino you will need some kind of FTDI cable or adapter. Download PDF Components list: 1 x 7805 Voltage regulator 2 x LEDs (different colors) 2 x 560 Ohm resistors (between 220oHm and 1K) 1 x 10k Ohm resistor 2 x 100 uF capacitors 1x 16 MHz clock crystal 2 x 22 pF capacitors 1 x 0.01 uF capacitor 1 x button 1 x Atmel ATMega168 1 x socket 28 pin Female and Male headers Instructions: Use a needle to puncture the holes for your components. Follow the connection lines.

The Most Common XBee Mistakes When it’s late at night and you just can’t get your ZigBee network working, more than likely a simple solution is waiting in the wings. Here are some tips for resolving issues typically encountered when working with XBee ZB (Series 2) radios and Arduino systems. Common XBee Mistakes If your project won’t work, check through this list of common mistakes that both beginners and experts make: XBee Arduino Mistakes Here are a few more mistakes commonly made during XBee projects that work with Arduino: Sending values continuously without any delay.

leah buechley - LilyPad Arduino - introduction Dissolved Oxygen Sensor Looking for a way to detect dissolved oxygen levels? If you raise fish, this and a ph sensor are two important things to monitor (and of course, temperature), and an Arduino is the ideal platform to build upon. The Sensorex DO1200 ($139) outputs a <1mv - 54 mv signal indicating DO levels. Use analogReference(INTERNAL1V1); //Mega & Mega 2560 or analogReference(INTERNAL); //328p based to set the top of the input range to 1.1v. Connect it to one of your analog pins. So: //GND(black original cable) //A3(red original cable) int analogPin = 3; // sensor+ connected to analog pin 3 int val = 0; // variable to store the value read void setup() { Serial.begin(9600); // setup serial analogReference(INTERNAL1V1); //MEGA 2560 } void loop() { val = analogRead(analogPin); // read the input pin Serial.println(val); // debug value delay(500); }

What Is Sanguino? - Sanguino.cc OpenMicros - List of cloud providers Having 'things' on the Internet Of Things isn't much use if there's nowhere on the internet for the things to talk. Luckily, there are several providers that cater for this need. They all have their own way of doing things, and the range from free 'upload your readings here' for they hobbyist, up to fully managed machine to machine (M2M) solutions for even the largest of businesses. What provider is right for you depends on your needs, expectations and wallet. We've carried out some tentative research that might help to narrow down your choice. If you use our products with a cloud provider, we would love to hear about your experiences, good or bad. Example code available: No Sierra Wireless managed paid for M2M cloud provider Environmental Intelligence Everywhere 3G/GPRS based paid for M2M solution Paid subscription only M2M cloud provider

Introduction - panStamp - Wireless Arduino-compatible miniatures panStamp is an open source project created for the enthusiasts that love measuring and controlling things wirelessly. panStamps are small wireless boards specially designed to fit in low-power applications, simple to program and simple to work with. With panStamps, you can measure almost everything by simply connecting your panStamp to the sensors, placing a battery and sending wireless data from the first moment. panStamps are suitable for any kind of project needing remote control and low-power wireless transmissions, including home automation, energy metering, weather monitoring and robot control. If you are one of these three things: a hobbyist, a professional or an end-user, you will find that panStamps provide extreme flexibility and power when creating custom wireless networks. You can join the panStamp project in different ways: This project also wants to encourage people to share their work with the community.

LINC Wireless Mobile Sensor Network by Techmor UPDATE: Time has run out for the LINC Kickstarter, but you can check out the products at www.techmor.com Thanks to all our backers! LINC is an exciting new platform for multi-sensor measurements using mobile devices. Use the LINC View mobile app to see the output of your sensor network in real-time then send the data to your friends and colleagues over the cloud! The open platform LINC communication protocol means developers can use LINC hardware to extend their Apps beyond the limits of a regular mobile device, and open up a new world of possibilities. HARDWARE - Modular and Expandable Every LINC sensor network starts with a LINC Bridge, the Bridge connects a Smart Sensor to your mobile device via Bluetooth. LINC Bridge A LINC Bridge is a self-contained unit with battery, wireless radios, and microprocessor. LINC Smart Sensors Adding a sensor is easy, just take a LINC Smart Sensor and connect it to the Bridge. Software - VIEW, SHARE AND STORE DATA The possibilities are ENDLESS! Sports Medical

Related: