Yes, that is correct. I download the project files a while back and made it a project for myself to learn among other things EE, design, and SMT.
But I'm glad to say I am a KickStarter contributor and anxiously await the 1.0 shields!
Thanks again for your help, I will begin more testing shortly and report my findings.
Just to clarify, the BLEShieldSS.ino should work with a minimum hardware.xml? (below):
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<hardware>
<sleeposc enable="true" ppm="30" />
<sleep enable="false" />
<txpower power="15" bias="5" />
<!-- this usart line seems to the be source of confusion in some cases, anything tested with 0.9.2? -->
<usart channel="1" mode="uart" alternate="1" baud="19200" endpoint="api" />
</hardware>