Adding Flora LE Bluefruit to Gemma M0

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
dondoc1
 
Posts: 2
Joined: Fri May 21, 2021 9:59 pm

Adding Flora LE Bluefruit to Gemma M0

Post by dondoc1 »

I've been working to add special functionality to a NeoPixel Jewel attached to a Gemma M0. The project was a success but now I'm being asked to add the Flora LE to the project. I noticed that the Gemma has RX and TX options but I'm not sure how to merge the bluetooth feature to this project. I've search for some time for Gemma and Flora LE hoping for some sample code for adding this to the Gemma, No luck so far. Any assistance would really be appreciated.

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Adding Flora LE Bluefruit to Gemma M0

Post by adafruit_support_mike »

The Gemma M0's Serial connection works the same way as the Flora's. The code from the tutorial should work without any modification:

https://learn.adafruit.com/adafruit-flo ... ample-code

User avatar
dondoc1
 
Posts: 2
Joined: Fri May 21, 2021 9:59 pm

Re: Adding Flora LE Bluefruit to Gemma M0

Post by dondoc1 »

adafruit_support_mike wrote:The Gemma M0's Serial connection works the same way as the Flora's. The code from the tutorial should work without any modification:

https://learn.adafruit.com/adafruit-flo ... ample-code


thx. I'll try the code minus a few lines as suggested. Again, thanks.

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

Return to “Wireless: WiFi and Bluetooth”