Skip to content

Commit 733746f

Browse files
updated comments in bleConfig
1 parent 009eff9 commit 733746f

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

examples/StandardFirmataBLE/bleConfig.h

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Supported boards and shields:
99
* - Arduino 101 (recommended)
1010
* - RedBearLab BLE Shield (v2) ** to be verified **
11+
* - RedBearLab BLE Nano ** works with modifications **
1112
*
1213
*==================================================================================*/
1314

@@ -59,11 +60,17 @@ BLEStream stream;
5960

6061

6162
/*
62-
* RedBearLab BLE Nano
63+
* RedBearLab BLE Nano (with default switch settings)
64+
*
6365
* Blocked on this issue: https://github.com/RedBearLab/nRF51822-Arduino/issues/46
64-
* Also, need to skip Capability Query (see example in test script)
66+
* Works with modifications. See comments at top of the test script referenced below.
67+
* When the RBL nRF51822-Arduino library issue is resolved, this should work witout
68+
* any modifications.
6569
*
6670
* Test script: https://gist.github.com/soundanalogous/d39bb3eb36333a0906df
71+
*
72+
* Note: If you have changed the solder jumpers on the Nano you may encounter issues since
73+
* the pins are currently mapped in Firmata only for the default (factory) jumper settings.
6774
*/
6875
// #ifdef BLE_NANO
6976
// #include <BLEPeripheral.h>
@@ -74,8 +81,10 @@ BLEStream stream;
7481

7582
/*
7683
* RedBearLab Blend and Blend Micro
77-
* StandardFirmataBLE is requires too much Flash and RAM to run on Blend Micro
78-
* may work with ConfigurableFirmata selecting only analog and digital I/O
84+
*
85+
* StandardFirmataBLE requires too much Flash and RAM to run on the ATmega32u4-based Blend
86+
* and Blend Micro boards. It may work with ConfigurableFirmata selecting only analog and/or
87+
* digital I/O.
7988
*/
8089
// #if defined(BLEND_MICRO) || defined(BLEND)
8190
// #include <SPI.h>

0 commit comments

Comments
 (0)