Member | Action | Date |
---|---|---|
|
Replied
to
BGX13P with firmware version 1.2.2376.1 not comunicate
last question ... where can find release notes for '1.2.2738.2' firmware upgrade ?
Show more
|
10 days ago |
|
Replied
to
BGX13P with firmware version 1.2.2376.1 not comunicate
Hawe more board with bgx13p / st32m ( wallbox charger ) On first board
this log on Android 10 ... 9 ... 8 ... 7 ... 6 .. 5 |
10 days ago |
|
Replied
to
BGX13P with firmware version 1.2.2376.1 not comunicate
We wants an application that can be used from android 5 to android 11 At moment from api 21 to 29 works fine ( BGX13P v21 or v31 ) In api 30, pair, read service and characteristic, change MTU but when I try to write it is as if the data has not been sent. I could also send you a log, but in this case it is not easy to understand. |
15 days ago |
|
Posted
BGX13P with firmware version 1.2.2376.1 not comunicate on
Bluetooth Forum
We use the bgx13p (v21 / v31) connected to st32m via serial. With the previous firmware (1.0.927.2) everything worked fine in both IOS and Android (even version 11) although we had to write practically the entire library to make our app work on android from SDK 21 (android 5) with sdk bgx was not possible. We have now updated the firmware to version 1.2.2376.1. No problem with IOS but instead with android 11 it doesn't really want to send (write) any data. Is this a known problem? has any of you already been able to solve the problem?
Thank you in advance for all the help you can give me |
17 days ago |
|
Updated
BGX13P iOs SDK fail on reconnect. on
Bluetooth Forum
Good Morning at all ...
Show more
I'm writing an application in ios that uses a card with your BGX13P on board. All perfect! except one thing. Place a piece of code that manages the connection: // MARK: - connection management delegate func stateChanged (fordevice: BGXDevice) { print("Device state changed: \(BGXDevice.name(for: selecteddevice?.deviceState ?? .Interrogating))") if device.deviceState == .Connected { currentwallbox?.connected = true busModeChanged(STREAM_MODE, for: device) self.selecteddevice = device self.selecteddevice?.deviceDelegate = self self.selecteddevice?.serialDelegate = self if currentwallbox?.timestamp == 0 { executequestion(currentwallbox!, MON_SV) } } else { currentwallbox?.connected = false } } |
May 08 2020, 3:30 PM |
|
Posted
BGX13P iOs SDK fail on reconnect. on
Bluetooth Forum
Good Morning at all ...
Show more
I'm writing an application in ios that uses a card with your BGX13P on board. All perfect! except one thing. Place a piece of code that manages the connection: // MARK: - connection management delegate func stateChanged (for device: BGXDevice) { print ("Device state changed: \ (BGXDevice.name (for: selecteddevice? .deviceState ?? .Interrogating))") if device.deviceState == .Connected { currentwallbox? .connected = true busModeChanged (STREAM_MODE, for: device) self.selecteddevice = device self.selecteddevice? .deviceDelegate = self self.selecteddevice? .serialDelegate = self if currentwallbox? .timestamp == 0 { executequestion (currentwallbox !, MON_SV) } } else { currentwallbox? .connected = false } } |
May 08 2020, 6:42 AM |