Sending message via Bluetooth

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
inhaze16
 
Posts: 12
Joined: Fri May 28, 2021 5:32 am

Sending message via Bluetooth

Post by inhaze16 »

Hi, I have another problem.
I have Flora Bluefruit LE and Adafruit Flora.
How can i send a message via Bluetooth to my smartphone using Bluefruit Connect app?

User avatar
Franklin97355
 
Posts: 23917
Joined: Mon Apr 21, 2008 2:33 pm

Re: Sending message via Bluetooth

Post by Franklin97355 »

What type of message do you want to send?

User avatar
inhaze16
 
Posts: 12
Joined: Fri May 28, 2021 5:32 am

Re: Sending message via Bluetooth

Post by inhaze16 »

I have GPS module (https://www.adafruit.com/product/1059) and i want to send this to my smartphone instead of serial monitor:
Serial.print("Location: ");
Serial.print(GPS.latitude, 4); Serial.print(GPS.lat);
Serial.print(", ");
Serial.print(GPS.longitude, 4); Serial.println(GPS.lon);

User avatar
inhaze16
 
Posts: 12
Joined: Fri May 28, 2021 5:32 am

Re: Sending message via Bluetooth

Post by inhaze16 »

Any ideas? Where can i find any tutorial for this Bluetooth module?

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

Return to “Wireless: WiFi and Bluetooth”