Hi all,
I am brand new to this community and this sort of development and was hoping someone can help me get started:
I am trying to make an Ionic/ ReactJS application via capacitor to run on an android tablet. I have an HC-06 bluetooth module HC 06 Bluetooth module pinout, features & datasheet and I am trying to get my app to connect and talk to it. I have tried multiple packages such as web-bluetooth and @capacitor-community/bluetooth-le and have been unsuccessful in even getting the bluetooth module to show up in the list of devices on my browser. My module uses Bluetooth 2.0 and I saw web-bluetooth requires Bluetooth 4.0 or later and it seems like bluetooth-le does as well so I assume that is why it is not showing. Does anyone have any resources or know of any reliable packages I can use in order to connect to my module?