RedBearLab / Blend

Arduino-compatible boards (Blend and Blend Micro) with BLE (Atmega32u4 + nRF8001).
50 stars 14 forks source link

Is there a reason you only support Arduino version 1.0.5 #1

Closed rosterloh closed 9 years ago

rosterloh commented 10 years ago

I have followed the quickstart instructions for the blend micro but I don't get the hardware support in Arduino IDE version 1.5.6-r2 just wanted to know if there are any workarounds

RedBearLab commented 10 years ago

Hi @rosterloh,

Version 1.0.5 is much stable than version 1.5.x (still in beta), if you have any good reason that you must use 1.5.x, it will consider to add support for it.

rosterloh commented 10 years ago

Thanks for the quick response. Personally I've used the 1.5.x beta since it came out ages ago and I've never had any stability issues. Just wondering if you have any plans to support it.

don commented 10 years ago

I think you can eliminate the need to edit/patch main.cpp if you support 1.5.6r2.

Checkout how RFduino does it. I can install by cloning a git repo.

$ cd /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino
$ git clone https://github.com/RFduino/RFduino.git

screen_shot_2014-06-26_at_2_16_36_am