background preloader

Home

Related:  Internet of things

Think Big Factory | We create products and services for a connected world RasWIK - Raspberry Pi Wireless Inventors Kit Product description The Wireless Inventors Kit for the Raspberry Pi (RasWIK) is an exciting and affordable addition to the Raspberry Pi. RasWIK demonstrates that with our leading edge technology anyone (and we mean anyone) can build wireless sensors and actuators , you do not need huge experience, a degree or even any tools. Getting started is just 5 simple steps: 1. You can build wireless devices in just a matter of minutes. There are 29 fully documented projects. Out of the box all the hardware is configured to start you off without you writing a single line of code. In a review of RasWIK in the October 2013 issue of Custom PC , Gareth Halfacree (co author of the Raspberry Pi manual) said: "It provides possibly the simplest platform for experimenting with wireless sensor networks I’ve ever seen." The youngest WIKer we know of is just 8 years old! Here is a 17 minute video of a presentation on RasWIK we gave at the Cambridge Raspberry Jam on 21 September 2013. Features: Technical data

Nanode - Network Application Node Phidgets Inc. - Unique and Easy to Use USB Interfaces le mouv' MKR1000 OSH: Schematics The MKR1000 is open-source hardware! You can build your own board using the following files: Pinout Download the pinout in PNG format Li-Po batteries, Pins and board LEDs Battery capacity Li-Po batteries are charged up to 4,2V with a current that is usually half of the nominal capacity (C/2). Battery connector If you want to connect a battery to your MKR1000 be sure to search one with female 2 pin JST PHR2 Type connector.Polarity : looking at the board connector pins, polarity is Left = Positive, Right = GNDDownload here the Connector datasheet. This pin outputs 3.3V through the on-board voltage regulator. This LED is connected to the 5V input from either USB or VIN. The CHARGE LED on the board is driven by the charger chip that monitors the current drawn by the Li-Po battery while charging. Onboard LED On MKR1000 the onboard LED is connected to D6 and not D13 as on the other boards.

Dr. Monk's DIY Electronics Blog: Raspberry Pi and Arduino Note. There is now a followup to this post here. The Raspberry Pi is creating quite a storm of interest. I have just got mine and one of the first things that I wanted to try was to get it talking to an Arduino over USB using Python. .. and you know what? Arduino Let's start with the Arduino end. Here is the sketch - paste it into a new Arduino IDE window and load it up onto your Arduino using your regular computer. const int ledPin = 13;void setup(){ pinMode(ledPin, OUTPUT); Serial.begin(9600);}void loop(){ Serial.println("Hello Pi"); if (Serial.available()) { flash(Serial.read() - '0'); } delay(1000);}void flash(int n){ for (int i = 0; i < n; i++) { digitalWrite(ledPin, HIGH); delay(100); digitalWrite(ledPin, LOW); delay(100); }}Raspberry Pi There is a Python library for serial communications called 'pySerial' which has history with Arduino. Step 1. Step 2. Step 3. Step 4. Step 5. Thats it! You type the parts after >>> import serialser = serial.Serial('/dev/ttyACM0', 9600) ls /dev/tty*

IOIO for Android Replacement:DEV-11343. IOIO-OTG is here! Now you can use the IOIO with your Android device or PC! This page is for reference only. 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

Renesas Electronics \\ PENDENTIF \\ Nanode w/Sketchgarden Bootloader - Program Over the Internet leah buechley - LilyPad Arduino - introduction

Related: