Hi,
I am using BX3105 module in my project , I want to know the clarification of interface .Could please help me out this module will support at a time two interface ??
Ex: I want to run on BLE for uart and wifi for SPI or I2c interface it is possible?
Regards,
Pandi
Hi @palpandi,
Yes you can. Please refer example code for more details. Tell us if you have any concern and help tick Solution if your question is answered
Thanks
at
OK
at+srbtsystem=3 /// Enable BT system mode BTDM (BLE & BT Classic)
+SRBTC_IND: 0
OK
AT+SRBTCPROFILES=7 ////Enable all BTC profiles
+SRBTC_IND: 12
+SRBTC_IND: 9
+SRBTC_IND: 5
OK
AT+SRBTSTATE=1,2 /////Set device to be connectable and general discoverable
OK
at+srbtname? /// Check Local Device’s Bluetooth Name
+SRBTNAME: “BX310x-200AFE”
OK
+SRBTPAIR: “d8:ce:3a:80:8e:df”,1
+SRBTPAIR: “d8:ce:3a:80:8e:df”,1
at+srsppcfg=“d8:ce:3a:80:8e:df” ////Establish SPP connection to remote device
+SRBTCFG: 1,0,“d8:ce:3a:80:8e:df”,SPP,0
OK
at+srsppcnx=1 /////Connect to remote BT device
+SRBTPAIR: “48:2c:a0:0a:55:ad”,1+SRBTCFG: 2,0,“48:2c:a0:0a:55:ad”,SPP,0
+SRSPPCNX: 2,1,129
at+srwcfg=3 ////Configure local device Combined Station + Access Point (Wifi)
OK
AT+SRWSTACFG=“TheEve”,“conheodethuong”,1 ///Configure information and enable autoconnect
OK
at+srwstacon=1 ////Connect to access point that has “ssid” = “TheEve”
OK+SRWSTASTATUS: 1,“TheEve”,“4a:2c:a0:d0:55:ad”,6,3,-34+SRWSTAIP: “192.168.43.54”,“255.255.255.0”,“192.168.43.1”
1 Like