With the new version without the "Exit" button, to quit the application I have to press the system "Home" button and then remove the app from the running apps list. Here are three exit methods I've seen implemented in other apps; one of them could be used in future versions of the SBrick app:
Unfortunately, this new version still can't detect any SBricks when running on my Shield Tablet K1; on the Xperia Z1 Compact it still works.
Just started new beta 4.2.2 and exit option has disappeared from the menu...
[blockquote]ANDRE Francois said:
Hi sbrick team and owners
Last week end i had to change my phone. my old windows phone was broken and i finally choose a sony xperia E5 android.
Now i tried again and again to make it work with my sbrick.
No problem to couple it with the phone but no way to found it with the sbrick app...I tried many times coupling uncoupling run the app but no result at all ...
maybe If it's a firmaware problem but I can't update the sbrick firmware without the app and i don't know how to do to make it available for the app...Is someone has any advice or solutions ....
[/blockquote]
Dear Andre,
If you experienced any problem with our new (4.2.1 beta) app, then please go to your device's bluetooth settings menu, and unpair your device and your sbrick. If after the unapairing any bugs or issues still persists, please contact us again.
[blockquote]ANDRE Francois said:
[blockquote]Balint Mezei said:
[blockquote]ANDRE Francois said:
[blockquote]Balint Mezei said:
[blockquote]ANDRE Francois said:
Hi sbrick team and owners
Last week end i had to change my phone. my old windows phone was broken and i finally choose a sony xperia E5 android.
Now i tried again and again to make it work with my sbrick.
No problem to couple it with the phone but no way to found it with the sbrick app...I tried many times coupling uncoupling run the app but no result at all ...
maybe If it's a firmaware problem but I can't update the sbrick firmware without the app and i don't know how to do to make it available for the app...Is someone has any advice or solutions ...
[/blockquote]
Hello!
Please check out our simple control application, whether it can find your device,
Here you can find the link for the app,
https://play.google.com/store/apps/details?id=com.vengit.blecontrol&hl=en
After checking this, please fill out this form, to help our developers find out what could be wrong,
Balint
Sbrick Team
[/blockquote]
Thanks for your fast answer. I check the simple control app and it doesn't find my sbrick so i don't have many things to tell for developpers...
Any other solutions ?
[/blockquote]
I'll forward your problem. Our developers will check it out. :)
Sorry for the inconvenience,
Balint
[/blockquote]
Hello
Still no news ? Christmas is approaching and my sbrick is still not recognized by the application sbrick !!! How sad !! At least 2 motorized sets coming soon !!!
[/blockquote]
Hello Andre,
We have a beta test program, with the (4.2.1) application version.
Here you can find the link,
Please join and share your new experiences, whether it solve the problem,
https://play.google.com/apps/testing/com.vengit.sbrick
Regards,
Balint
SBrick Team
[blockquote]Balint Mezei said:
[blockquote]ANDRE Francois said:
[blockquote]Balint Mezei said:
[blockquote]ANDRE Francois said:
Hi sbrick team and owners
Last week end i had to change my phone. my old windows phone was broken and i finally choose a sony xperia E5 android.
Now i tried again and again to make it work with my sbrick.
No problem to couple it with the phone but no way to found it with the sbrick app...I tried many times coupling uncoupling run the app but no result at all ...
maybe If it's a firmaware problem but I can't update the sbrick firmware without the app and i don't know how to do to make it available for the app...Is someone has any advice or solutions ...
[/blockquote]
Hello!
Please check out our simple control application, whether it can find your device,
Here you can find the link for the app,
https://play.google.com/store/apps/details?id=com.vengit.blecontrol&hl=en
After checking this, please fill out this form, to help our developers find out what could be wrong,
Balint
Sbrick Team
[/blockquote]
Thanks for your fast answer. I check the simple control app and it doesn't find my sbrick so i don't have many things to tell for developpers...
Any other solutions ?
[/blockquote]
I'll forward your problem. Our developers will check it out. :)
Sorry for the inconvenience,
Balint
[/blockquote]
Hello
Still no news ? Christmas is approaching and my sbrick is still not recognized by the application sbrick !!! How sad !! At least 2 motorized sets coming soon !!!
[blockquote]Tamás Fábián said:
Hello Francesco,
the documentation had an error, the ADC channel numbering changed after version 14.
The battery reading is on channel 8, the temperature is on 9.
The full list of channels can be read in the updated documentation: https://social.sbrick.com/wiki/view/pageId/11/slug/the-sbrick-ble-protocol . See section "SBrick Data Records", record 06 "Voltage measurement".
[/blockquote]
Yes! This is what I needed! :D Thanks ;)
Hello Francesco,
the documentation had an error, the ADC channel numbering changed after version 14.
The battery reading is on channel 8, the temperature is on 9.
The full list of channels can be read in the updated documentation: https://social.sbrick.com/wiki/view/pageId/11/slug/the-sbrick-ble-protocol . See section "SBrick Data Records", record 06 "Voltage measurement".
Thanks, I've opted-in for the beta test program. It should be especially interesting to me, as the previous beta version (whose APK link was published in this topic) works fine with my Sony Xperia Z1 Compact (Android 5.1.1), but my NVidia SHIELD Tablet K1 (Android 6.0.1) can't recognise that there's an SBrick connected.
The new (4.2.1.) SBrick beta application has released.
You can opt-in to our beta test program on the following link:
https://play.google.com/apps/testing/com.vengit.sbrick
News:
- stability improvements
- driver bugfixes
Please test it, and share with us your experiences.
[blockquote]Alex Kirienko said:
Hi,I have Blackview 6000 and both apps can't find Sbrick. I've tried pair, unpair and reboot.
P.s. With iPhone works fine. Firmware version 17. (Upgrade on iPhone doesn't work)
[/blockquote]
Dear Alex,
I forward your problem to our developers, they will check what could they do. :)
We ask for some patience,
Regards,
Balint
SBrick Team
I imagined there was a new protocol! ;) Thanks!
Well, actually is the same of before...the data returned is always 0.
0F Query ADC
0F < ADC channel ID, 00 or 0e >The ADC channels are read at every 2 seconds. These values are stored
in variables, and this query simply reads those variables. Because of
this, ADC data can be up to 2 seconds old.Temperature can be read on channel 0x0E, voltage on 0x00.
Return:
2 byte, little endian, 12 bit resolution ADC reading on given channel.
Value is stored MSB. (Must be divided by 16)All ADC channels are using the internal 1.24V reference.
The PSU voltage is dropped through a 10:1 voltage divider.
VPSU = (ADC * 0.83875) / 2047.0Temperature can be calculated as: celsius = ADC / 118.85795 - 160
Where 160 is an offset
Dear Francesco,
please refer the new SBrick protocol here: https://www.sbrick.com/sbrick_protocol_16.txt
[blockquote]Francesco 360fun.net said:
Pairing it and unpairing it made it working! :D So it was a cache problem I suppose.
What about Temperature & Voltage?
[/blockquote]
[blockquote]Francesco 360fun.net said:
I've the FW 17 and I just sent a report about these problems:
1. the Android app doesn't connect anymore (but the Sbrick iOS app and the Simple Control app work fine), it stays in loop while connecting (but seems to read the SBrick infos).
2. I cannot retrieve anymore Voltage and Temperature with the commands in the protocol 4.8 page, but iOS and Android apps seem to read them fine, except the Simple Control app:
Hope to get a fix soon! :(
[/blockquote]
Hello again!
We ask you to try out to connect with the help of these steps.
1. Please use Wi-fi connection with the SBrick app.
2. Restart your phone, than the application and the Bluetooth on the device.
3. If these did not solve the problem, please Pair, than unpair the SBrick in the Bluetooth system of the Android device.
If none of these will work, please contact us again.
Best wishes,
Balint
SBrick Team
[blockquote]Francesco 360fun.net said:
I've the FW 17 and I just sent a report about these problems:
1. the Android app doesn't connect anymore (but the Sbrick iOS app and the Simple Control app work fine), it stays in loop while connecting (but seems to read the SBrick infos).
2. I cannot retrieve anymore Voltage and Temperature with the commands in the protocol 4.8 page, but iOS and Android apps seem to read them fine, except the Simple Control app:
Hope to get a fix soon! :(
[/blockquote]
Hello!
Thank you for the report. We will check this out!
Sorry for the inconvenience,
Best wishes,
Balint
Sbrick Team
I've the FW 17 and I just sent a report about these problems:
1. the Android app doesn't connect anymore (but the Sbrick iOS app and the Simple Control app work fine), it stays in loop while connecting (but seems to read the SBrick infos).
2. I cannot retrieve anymore Voltage and Temperature with the commands in the protocol 4.8 page, but iOS and Android apps seem to read them fine, except the Simple Control app:
Hope to get a fix soon! :(
[blockquote]Jean-luc Vitre said: Hi all, Today I tried to connect my 2 sbrick bought since the first campaign on kickstarter and can't use them. The app ask a firmware update but the sbrick didn't won't coz firmware is too old. Same message on iOS or android. Since this, can't use them and no answer.[/blockquote]
Dear Jean,
We have a little bug with the firmware update function in the application. (If everything goes right, on the next week we will release an update with a bug fix, considering this problem.)
It means that, if you had an older firmware version that 12, in the past, now you won't be able to update it via the new app.
You has to download our simple control application, and update your SBricks with the help of that.
Here you can find it (it is only available for android devices)
https://play.google.com/store/apps/details?id=com.vengit.blecontrol&hl=en
If you updated the SBricks firmware with this app, you will be able to use it with the original one, both with android and IOS devices.
If you have any other questions feel free to ask.
Best wishes,
Balint
SBrick Team