From 9b39dcbbfa90f25d1da6c4b99d857dd5968a9886 Mon Sep 17 00:00:00 2001 From: marcoschwartz Date: Fri, 8 Apr 2016 15:14:07 +0200 Subject: [PATCH] added MKR1000 compatibility --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d49f5f..5f6eb35 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ If you want to know more about aREST, go over to [http://arest.io/](http://arest ## Supported hardware -### Arduino boards +### Arduino/Genuino Boards -The library is at the moment compatible with the following Arduino boards: Uno, Mega, Due, Yun and Teensy 3.x. +The library is at the moment compatible with the following Arduino boards: Uno, Mega, Due, Yun and Teensy 3.x. It is also compatible with the Arduino/Genuino MKR1000 board. ### ESP8266 @@ -47,7 +47,7 @@ For Bluetooth Low Energy communications, the library has been tested with the Ad To use the library with Arduino boards you will need the latest version of the Arduino IDE: -- [Arduino IDE 1.6.6](http://arduino.cc/en/main/software) +- [Arduino IDE 1.6.8](http://arduino.cc/en/main/software) ### For WiFi using the ESP8266 chip @@ -66,6 +66,12 @@ To use the library with the ESP8266 WiFi chip you will need to install the requi - For Linux, you need to install [Avahi](http://avahi.org/). - For Windows, you need to install [Bonjour](http://www.apple.com/support/bonjour/). +### For WiFi using the CC3000 chip + +To use aREST with the MKR1000 board, you first need to install the MKR1000 board definition from the Arduino IDE board manager. You also need to install the following library: + +- [WiFi 101 Library](https://github.com/arduino-libraries/WiFi101) + ### For Bluetooth Low Energy - [Adafruit nRF8001 Library](https://github.com/adafruit/Adafruit_nRF8001)