I have a JDY-16 BLE chip in AT command mode and are able to scan for a SoftRF device that has a Nordic UART service.
I can succesfully see the SoftRF device during a scan, but when I try to connect it times out:
AT+HOSTEN1 18:39:49.495 -> OK AT+SCAN 18:40:27.677 -> OK 18:40:27.722 -> +DEV:1=CEEE332C1C0A,-64,SoftRF-b88965-LE 18:40:33.678 -> +STOP:SCAN AT+BANDCEEE332C1C0A 18:41:06.890 -> OK 18:41:06.890 -> +BAND 18:41:09.903 -> +CONNECTION TIME OUT AT+VER 18:41:34.488 -> +VER=JDY-16-V2.3
I can succesfully connect to the SoftRF device using an Android S20 Phone using various BLE tools and can see the actual payload of the SoftRF device over the UART service (GPS and FLARM NMEA sentences).
Is the JDY-16 suitable to connect to the Nordic UART service?
TIA