Hello,
I have a EC200U which has a firmware version of EC200UCNAAR02A10M08 does it support BLE and Wi-Fi? If yes, is there any command manual or a guide that I can follow?
Hi,
If WIFI and Bluetooth functions are not selected when purchasing this module, they are not supported by default. Information about this has been previously provided in the link below.
Hi @Emre_Karabek ,
Thank you for the reply, seems like the supplier has enabled BLE. The document in the conversation also helps. I just have one more doubt the document says:
AT+QBTPWR=(enable)
(enable) Integer type. Turn on or off BT. Range: 0β127 (in ORed).
But then when I query AT+QBTPWR=?
it gives : +QBTPWR: (0-5)
Is it software or hardware constraint?
Hi @Navya_A,
It doesnβt support Wi-Fi, but it does support BLE.
AT+QBTPWR is used to select BLE profiles.
The parameter is a bit mask (0β127). Each bit represents a different protocol:
1 β BLE GATT Server
2 β BLE GATT Client
4 β SPP
8 β HFP
16 β A2DP + AVRCP
32 β A2DP Source + AVRCP Destination (not yet supported)
64 β HFP AG
Since your module outputs AT+QBTPWR=? (0β5):
Only BLE GATT Server, BLE GATT Client, and SPP are supported.
Other profiles like HFP and A2DP are not available in this version due to hardware limitations, I believe.
Therefore, I suspect the restriction is related to the hardware version and hardware support, not the software.
Hi @Emre_Karabek ,
Thank you.
