Bluetooth LE as Central mode

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
hyojeong
 
Posts: 2
Joined: Mon Feb 05, 2018 3:33 am

Bluetooth LE as Central mode

Post by hyojeong »

Hi,
I found Bluefruit nRF52 Feather device, and want to use it as BLE central mode device.
now I am wondering that if I send "ATZ" or "AT+GAPCONNECTABLE" AT command to nRF52 Feather on my PC, is these command works on nRF52 Feather device?
or should I modify something to use this command?

Thanks,
HJ

User avatar
equack
 
Posts: 16
Joined: Tue Jan 02, 2018 3:27 pm

Re: Bluetooth LE as Central mode

Post by equack »

The nRF52 does not accept AT commands.

User avatar
hathach
 
Posts: 1270
Joined: Tue Apr 23, 2013 1:02 am

Re: Bluetooth LE as Central mode

Post by hathach »

you may want to check out the central hrm example here
https://github.com/adafruit/Adafruit_nR ... om_hrm.ino

User avatar
hyojeong
 
Posts: 2
Joined: Mon Feb 05, 2018 3:33 am

Re: Bluetooth LE as Central mode

Post by hyojeong »

Thanks guys!

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

Return to “Wireless: WiFi and Bluetooth”