Re: ostc BT download failure

2015-10-01 Thread Claudiu Olteanu
Please try to unpair - pair the devices and then repeat the steps. There are moments when the device gets stuck and doesn't work properly. If this doesn't work try to get some logs using the hcidump tool. Claudiu ___ subsurface mailing list

Re: ostc BT download failure

2015-10-01 Thread Miika Turkia
On Thu, Oct 1, 2015 at 2:28 AM, Jef Driesen wrote: > On 2015-09-29 20:06, Miika Turkia wrote: >> >> I am testing out OSTC sport and BT download. However, this fails >> miserably: >> ---8<--- >> INFO: Sleep: value=300 >> Event: model=18 (0x0012), firmware=2578

Re: ostc BT download failure

2015-10-01 Thread Anton Lundin
On 01 October, 2015 - Miika Turkia wrote: > On Thu, Oct 1, 2015 at 2:28 AM, Jef Driesen wrote: > > On 2015-09-29 20:06, Miika Turkia wrote: > >> > >> I am testing out OSTC sport and BT download. However, this fails > >> miserably: > >> ---8<--- > >> INFO: Sleep:

Re: ostc BT download failure

2015-10-01 Thread Anton Lundin
On 01 October, 2015 - Claudiu Olteanu wrote: > Please try to unpair - pair the devices and then repeat the steps. > There are moments when the device gets stuck and doesn't work properly. > > If this doesn't work try to get some logs using the hcidump tool. > I've had cases where the hci layer

Re: ostc BT download failure

2015-10-01 Thread Jef Driesen
On 2015-09-29 20:06, Miika Turkia wrote: I am testing out OSTC sport and BT download. However, this fails miserably: ---8<--- INFO: Sleep: value=300 Event: model=18 (0x0012), firmware=2578 (0x0a12), serial=10321 (0x2851) You have an OSTC Sport with firmware v10.18. ERROR:

Re: ostc BT download failure

2015-09-30 Thread Miika Turkia
yep, qt 5.5 did not help, firmware seems to be 10.18. Any ideas? Current error message on console: qt.bluetooth.bluez: Bluez 4 detected. qt.bluetooth.bluez: void QBluetoothDeviceDiscoveryAgentPrivate::_q_propertyChanged(const QString&, const QDBusVariant&) "Discovering" QVariant(bool, true)

Re: ostc BT download failure

2015-09-30 Thread Claudiu Olteanu
It should work with qt 5.4.1 too. From your logs it seems that the devices exchanged some data but there was something wrong with the communication protocol. If there is something wrong with your qt version I believe that it would fail on the connection step. Claudiu

Re: ostc BT download failure

2015-09-30 Thread Steve
gmail.com> Cc: Subsurface Mailing List <subsurface@subsurface-divelog.org>,Thiago Macieira <thi...@macieira.org> Subject: Re: ostc BT download failure yep, qt 5.5 did not help, firmware seems to be 10.18. Any ideas? Current error message on console: qt.bluetooth.bluez: Bluez 4 dete

Re: ostc BT download failure

2015-09-30 Thread Miika Turkia
On Wed, Sep 30, 2015 at 4:31 PM, Steve wrote: > On mobile, seems to be a firmware error updating from mac: > > http://forum.heinrichsweikamp.com/read.php?6,15704 Thanks, even though this was about Mac, updating firmware did the trick for me. So I can report that

Re: ostc BT download failure

2015-09-30 Thread Anton Lundin
On 30 September, 2015 - Miika Turkia wrote: > On Wed, Sep 30, 2015 at 4:31 PM, Steve wrote: > > On mobile, seems to be a firmware error updating from mac: > > > > http://forum.heinrichsweikamp.com/read.php?6,15704 > > Thanks, even though this was about Mac,

Re: ostc BT download failure

2015-09-29 Thread Miika Turkia
Or it could be too old qt (5.4.1). Is there any easy way to upgrade to 5.5 with poor Internet connection? miika On Tue, Sep 29, 2015 at 2:44 PM, Claudiu Olteanu wrote: > Hi, > > Anton is right. It seems that after it sends a command to the device, > the

Re: ostc BT download failure

2015-09-29 Thread Thiago Macieira
On Tuesday 29 September 2015 17:25:34 Miika Turkia wrote: > Or it could be too old qt (5.4.1). Is there any easy way to upgrade to > 5.5 with poor Internet connection? Hi Miika, Sorry, no easy way to do that. The libraries are big... -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT)

ostc BT download failure

2015-09-29 Thread Miika Turkia
Hi Claudiu and Thiago, I am testing out OSTC sport and BT download. However, this fails miserably: ---8<--- INFO: Sleep: value=300 Event: model=18 (0x0012), firmware=2578 (0x0a12), serial=10321 (0x2851) ERROR: Unsupported command. [in hw_ostc3.c:207 (hw_ostc3_transfer)] ERROR: Failed

Re: ostc BT download failure

2015-09-29 Thread Anton Lundin
On 29 September, 2015 - Miika Turkia wrote: > Hi Claudiu and Thiago, > > I am testing out OSTC sport and BT download. However, this fails miserably: > ---8<--- > INFO: Sleep: value=300 > Event: model=18 (0x0012), firmware=2578 (0x0a12), serial=10321 > (0x2851) > ERROR: Unsupported

Re: ostc BT download failure

2015-09-29 Thread Claudiu Olteanu
Hi, Anton is right. It seems that after it sends a command to the device, the received response is not a valid one (your device doesn't recognize the command sent). Therefore it could be a problem with the version of your firmware. Claudiu ___