Bluefruit app crashes after streaming data

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
collinmel
 
Posts: 58
Joined: Thu Aug 07, 2008 12:16 pm

Re: Bluefruit app crashes after streaming data

Post by collinmel »

Hey mrsmith - Bluefruit devices act as BLE Peripherals and require a BLE Central device to connect to them. So, you wouldn't be able to connect Feather M0 Bluefruit to the Bluefruit LE Friend over BLE.

But beyond that, it is possible to receive UART data on the Bluefruit LE Friend and have it displayed in the Arduino Plotter. Just ensure you have the proper driver installed, select the correct port in Arduino IDE, and send each ASCII encoded value followed by the newline character "\n" - but as mentioned above, this needs to be done from a BLE Central device (computer, tablet, etc)

Locked
Please be positive and constructive with your questions and comments.

Return to “Wireless: WiFi and Bluetooth”