Hi all, I am little new to Nordic based ble 33 sense board but I did go through the datasheet of nrf52840 for capabilities. According to the datasheet the chip supports Bluetooth 2mbps which should be traditional Bluetooth like the ones in HC-05 module.
Is there a way to get HC-05 kind of traditional COM port interface using the on-board nordic chip instead of the ble way of slow data transfer.
Your answer... Does nRF52840 feature BR/EDR? - Nordic Q&A - Nordic DevZone - Nordic DevZone
What the table is saying is that you can use BLE 2Mpbs PHY mode. This is not compatible with HC-05
Oh so is there no option for wireless serial communication? That's a bummer. Anyway thanks a lot. I guess I'll see if the 2mbps phy can be used to emulate a soft serial port.
Suggest reading up on the documentation as this will help guide you on developing your application: ArduinoBLE - Arduino Reference