adafruit / Adafruit_BluefruitLE_nRF51

Arduino library for nRF51822-based Adafruit Bluefruit LE modules
197 stars 122 forks source link

Make Adafruit_BluefruitLE_SPI an Arduino Stream #27

Closed monteslu closed 7 years ago

monteslu commented 7 years ago

Enhancement request:

This API is currently already close to Arduino's Stream as is: https://www.arduino.cc/en/Reference/Stream

If it fully implemented it, we could do fun stuff like plugging it into Firmata and have the uart service pipe data back and forth.

ladyada commented 7 years ago

we already have a firmata demo, btw

monteslu commented 7 years ago

Ooh nice! Want :)

StandardFirmataBLE doesn't support it, so I was trying to get it to work on the Feather 32u4 Bluefruit.

I'm not seeing it anywhere, could you give a URL?

ladyada commented 7 years ago

https://learn.adafruit.com/bluefruit-le-connect-for-ios/library-and-config

microbuilder commented 7 years ago

I'm going to close this for now since Firmata exists, but if there is a compelling use case we can open this back up again.