Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkfun/wifly-shield
WiFly Shield -- A shield for the Roving Networks RN-52 WiFly Module.
https://github.com/sparkfun/wifly-shield
arduino sparkfun-products
Last synced: 13 days ago
JSON representation
WiFly Shield -- A shield for the Roving Networks RN-52 WiFly Module.
- Host: GitHub
- URL: https://github.com/sparkfun/wifly-shield
- Owner: sparkfun
- License: other
- Created: 2010-10-19T15:18:28.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T01:06:13.000Z (over 5 years ago)
- Last Synced: 2024-12-19T01:07:37.123Z (21 days ago)
- Topics: arduino, sparkfun-products
- Language: C++
- Homepage: https://www.sparkfun.com/products/9954
- Size: 217 KB
- Stars: 147
- Watchers: 65
- Forks: 141
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
***NOTE:*** *This product has been retired from our catalog. If you are looking for more up-to-date info, please check out the [forum](https://forum.sparkfun.com/), [comments here on GitHub](https://github.com/sparkfun/WiFly-Shield/issues), or [IRC channel](https://www.sparkfun.com/news/263) to see how other users are still hacking and improving on this product.*
SparkFun WiFly Shield
===================================![SparkFun WiFly Shield](https://dlnmh9ip6v2uc.cloudfront.net/images/products/9/9/5/4/09954-01b_i_ma.jpg)
[*SparkFun WiFly Shield (WRL-09954)*](https://www.sparkfun.com/products/9954)
The[SparkFun WiFly Shield](http://sparkfun.com/products/9954) enables ARduino boards to connect to 802.11b/g wireless networks with Roving Networks RN-131C module. It uses the SC16IS750 SPI-to-UART chip to free up the Arduino's UART.
Repository Contents
-------------------* **/Firmware** - Example sketches
* **/Hardware** - All Eagle design files (.brd, .sch)
* **/Libraries** - All Arduino libraries and board examples
* **/Production** - Test bed files and production panel filesDocumentation
--------------
* **[Library](https://github.com/sparkfun/SparkFun_WiFly_Shield_Arduino_Library)** - Arduino library for the WiFly Shield.
* **[Hookup Guide](https://learn.sparkfun.com/tutorials/wifly-shield-hookup-guide)** - Basic hookup guide for the WiFly Shield.
* **[SparkFun Fritzing repo](https://github.com/sparkfun/Fritzing_Parts)** - Fritzing diagrams for SparkFun products.
* **[SparkFun 3D Model repo](https://github.com/sparkfun/3D_Models)** - 3D models of SparkFun products.Product Versions
----------------
* [WRL-09954](https://www.sparkfun.com/products/9954)- The basic WiFly shield
* [RTL-11389](https://www.sparkfun.com/products/11389)- Retail packaging of WiFly shield and stackable headersLicense Information
-------------------
The hardware is released under [Creative Commons Share-alike 3.0](http://creativecommons.org/licenses/by-sa/3.0/).The SparkFun WiFly Shield library is Copyright (c) 2010 by SparkFun Electronics and is licensed under the [LGPL](http://www.gnu.org/copyleft/lesser.html).
Examples based on the original examples from the official Arduino Ethernet library are licensed under the same terms as the originals.
'ParsedStream.h' contains a ringbuffer implementation based on one originally found in the Arduino 'HardwareSerial' implementation.
Authors
-------* Chris Taylor (Original autoconnect sketch and tutorial)
* Philip J. Lindsay (Conversion to library)
* John Crouchley (1.0 updates -- see https://github.com/jcrouchley/WiFly-Shield)
* Bob Breznak (see https://github.com/bobbrez/WiFly-Shield for updates)
* jmr13031 (Additional 1.0 updates -- see https://github.com/jmr13031/WiFly-Shield)