Hi Stephane, I think you ran into the same problem that I have. It has been fixed recently and is in 0.9.0 https://cwiki.apache.org/confluence/display/MYNEWT/RN-0.9.0-incubating#RN-0.9.0-incubating-ExampleBLEapplicationbleprphfixed .
Cheers James On Tue, May 31, 2016 at 12:52 PM, Stephane D'Alu <[email protected]> wrote: > I'm trying these apps (mynewt_0_8_0_tag). > > When using bleprph, I'm not able to connect to the device > > 26436:[ts=25815936ssb, mod=4 level=1] host_hci_data_rx(): handle=1 pb=2 > len=11 data=0x07 0x00 0x04 0x00 0x10 0x01 0x00 0xff 0xff 0x00 0x28 > 31559:[ts=30818864ssb, mod=4 level=1] host_hci_data_rx(): handle=1 pb=2 > len=11 data=0x07 0x00 0x04 0x00 0x10 0x01 0x00 0xff 0xff 0x00 0x28 > 36681:[ts=35820816ssb, mod=4 level=1] Disconnection Complete: status=0 > handle=1 reason=19 > > > > When using bletiny, I can connect to the device, but can't bond to it, I > end up being disconnect and I'm not able to connect anymore. > > > 26672:[ts=26046848ssb, mod=4 level=1] host_hci_data_rx(): handle=1 pb=2 > len=11 data=0x07 0x00 0x06 0x00 0x01 0x04 0x00 0x05 0x10 0x07 0x07 > 26684:[ts=26058560ssb, mod=4 level=1] rx on unknown L2CAP channel: 6 > 26930:[ts=26298656ssb, mod=4 level=1] LE Connection Update Complete. > handle=1 itvl=6 latency=0 timeout=2000 > 26939:connection updated; status=0 handle=1 peer_addr_type=0 > peer_addr=0x2a:0xb0:0x76:0x7b:0x97:0x40 conn_itvl=6 conn_latency=0 > supervision_timeout=2000 > 57328:[ts=55983808ssb, mod=4 level=1] Disconnection Complete: status=0 > handle=1 reason=19 > 57335:connection down; status=7 handle=1 peer_addr_type=0 > peer_addr=0x2a:0xb0:0x76:0x7b:0x97:0x40 conn_itvl=6 conn_latency=0 > supervision_timeout=2000 > > > > I followed the tutorial page for compiling and installing. > I'm using nrf51dk dev board and the nRF Master android app > > Any ideas? > > -- > Stephane D'Alu >
