I ordered a couple TinyTiles from MCM Electronics and received them yesterday (2/15/2017)!!!
Now the fun begins. I was excited to load up my Arduino IDE (1.6.10) on my Windows 8.1 laptop.
Under "File" - > "Preferences" -> "Additional Boards Manager URLs":
https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
http://arduino.esp8266.com/stable/package_esp8266com_index.json
https://github.com/01org/corelibs-arduino101/releases/download/2.0.0/package_2.0.0-rc4_index.json
I have closed my IDE, re-opened it and checked updates in the Board Manager - everything looks updated (but now i have two "Intel Curie Boards" listed.
Intel Curie Boards by Intel version 1.0.7 INSTALLED
and
Intel Curie Boards (Test) by Intel version 2.0.0 INSTALLED
I select "Tools" -> "Board:Arduino/Genuino 101" == BTW, there are two of those now, so I'm selecting the second one
I select "Tools" -> "Programmer: Arduino/Genuino 101 Firmware Updater" == BTW, there are two of these as well -- I'm selecting the bottom one
I then select "Tools" -> "Burn Bootloader"
C:\Users\birchtree\AppData\Local\Arduino15\packages\Intel-Test\tools\flashpack\2.0.0/flash_dfu.bat
Reset the board before proceeding...
find: 'sensor': No such file or directory
find: 'sensor': No such file or directory
find: 'sensor': No such file or directory
find: 'sensor': No such file or directory
I'm trying to NOT uninstall a bunch of things. I'd like to try and get this working without all of that work. Seems like it should be possible. Any suggestions?
BTW: The reason for all of this, is when I load the Arduino/Genuino 101 Sample Sketch "CurieIMU -> Accelerometer" I get this result:
Starting download script...
Args to shell: [C:\Users\birchtree\AppData\Local\Arduino15\packages\Intel\tools\arduino101load\1.6.9+1.28/x86/bin C:\Users\birchtree\AppData\Local\Temp\build556afad2c684a8400d7ad8bbe2abe4ad.tmp/Accelerometer.ino.bin COM5 verbose ATP1BLE000-1541C5635 141312]
Serial Port: COM5
BIN FILE C:\Users\birchtree\AppData\Local\Temp\build556afad2c684a8400d7ad8bbe2abe4ad.tmp/Accelerometer.ino.bin
Waiting for device...
Device found!
Verifying BLE version: ATP1BLE000-1541C5635
!! BLE firmware version is not in sync with CurieBLE library !!
- Set Programmer to "Arduino/Genuino 101 Firmware Updater"
- Update it using "Burn Bootloader" menu
An error occurred while uploading the sketch
I've checked the CurieBLE library by Emutex and have Version 1.0.0 Installed, with on option to update it.
Thanks folks -- look forward to your advice...
birchtree
:o