Connecting react native app to a Raspberry Pi Zero W throught Bluetooth

June 10, 2024, 12:30

astyr

I have a Raspberri pi zero which needs to send a string of information to my react native app. How can I do it? I set up the whole bluetooth communication in my pi and the react native is developed, the only issue is that I cannot figure out how to make a communication between these two.

thunder07337

On Pi
man bluetoothctl

oops.se

What version of Raspberry Pi Zero is it?

astyr

zero W v.1.1

oops.se

You can create a Serial or Ethernet profile over the Bluetooth.

astyr

How would I do that exactly?

oops.se

Exactly, IDK.