Loading... Please wait...T: +44(0)115 822 6333
Product description
This easy to use digital electronics development board is a hybrid of the phenomenally popular Arduino UNO R3 and our new SRF-U wireless module. The combination provides some unique features:
The board is in stylish blue colour just like the original Arduino.
We think it's the easiest wireless to use anywhere, here's a quick example that will send a simple text string to another XRF family radio.
pinMode(8, OUTPUT);
digitalWrite(8, HIGH);
Serial.begin(115200);
Serial.print("HELLO WORLD");
Features:
Technical data
Dimensions: 68.58 mm x 53.4 mm x 14.9 mm (DC jack highest point)
Downloads
Windows driver - USB CDC driver cc1111.zip
Pinata (the really, really easy way to do wireless I/O) - Pinata for Arduino
Part images for use in Fritzing - http://openmicros.org/index.php/articles/88-ciseco-product-documentation/275-fritzing-parts
Documentation
XinoRF – Learning the basics (with sample code)
Driver install (uses the same driver as the URF, SRF stick etc)
LLAP library to enable the construction of easy wireless nodes
Schematic PDF (to come)
Projects
Claire's automated light switch (to come)
Related or associated products
Also available from
Really important note from us
Make an informed purchase
We strongly recommend you read all about this item before purchase. Our products are intended for people who love the challenge of being part of making things. Some items are easy to use and some are not, please make your decision to buy based on what you see combined with your own experience levels. Please don't rush in, if you need to ask questions, please do on our forum at Openmicros.org
Postage
We offer various choices of postage, please be aware the lowest cost options are usually not tracked. If your order has not been received within a reasonable time please follow this link
Posted by Unknown on 21st Mar 2013
I'm new to "Arduino" but wanted to set up a wireless sensor for my Raspberry Pi. Since the XinoRF incorporates an SRF-U, it works out much cheaper than buying an Arduino UNO + shield + XBee. I use it with an XRF mounted on the Pi.
I had no problems following the documentation on the openmicros.org site and have managed to get the Pi fetching temperature data from the XinoRF in my loft!
I would definitely recommend this board.