Adafruit Flora + GPS + Bluefruit LE problem

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
inhaze16
 
Posts: 12
Joined: Fri May 28, 2021 5:32 am

Adafruit Flora + GPS + Bluefruit LE problem

Post by inhaze16 »

Hi,

I have Adafruit Flora, GPS Flora, Bluefruit Flora and LSM303 Flora.
When i connect GPS with Flora only via SoftwareSerial (pin 9/10) and only Bluetooth with accelerometer it works, but if i connect GPS with Bluetooth module, GPS module doesnt communicate with Flora. I have no idea to fix it. I tried with serial.listen() etc. but still doesnt work :(

Code here:
https://github.com/RafalBudz/aaaaaaaa

User avatar
adafruit_support_carter
 
Posts: 29168
Joined: Tue Nov 29, 2016 2:45 pm

Re: Adafruit Flora + GPS + Bluefruit LE problem

Post by adafruit_support_carter »

Both the GPS module:
https://www.adafruit.com/product/1059
and the BLE module:
https://www.adafruit.com/product/2487
connect via serial (TX/RX).

The serial bus can not be shared. You can only have one device at a time on the serial bus.

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

Return to “Arduino”