Advertisement
kolban

Untitled

Sep 22nd, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. Starting Arduino BLE Client application...<\r><\n>
  2. BLE Advertised Device found: Name: CC2650 SensorTag, Address: c4:be:84:71:39:84, manufacturer data: 0d00030000, serviceUUID: 0000aa80-0000-1000-8000-00805f9b34fb<\r><\n>
  3. Found our device! address: Forming a connection to c4:be:84:71:39:84<\r><\n>
  4. - Created client<\r><\n>
  5. E (30669) BT: l2cble_start_conn_update, the last connection update command still pending.<\r><\n>
  6. E (30670) BT: l2cble_start_conn_update, the last connection update command still pending.<\r><\n>
  7. - Connected to server<\r><\n>
  8. E (31118) BT: l2cble_start_conn_update, staus = 1, line = 509<\r><\n>
  9. E (31695) BT: bta_gattc_cmpl_cback unknown conn_id = 3, ignore data<\r><\n>
  10. Failed to find our service UUID: 0000aa80-0000-1000-8000-00805f9b34fb<\r><\n>
  11. Setting new characteristic value to "Time since boot: 4"<\r><\n>
  12. Guru Meditation Error of type LoadProhibited occurred on core 1. Exception was unhandled.<\r><\n>
  13. Register dump:<\r><\n>
  14. PC : 0x400d622e PS : 0x00060130 A0 : 0x800d4913 A1 : 0x3ffdaff0 <\r><\n>
  15. A2 : 0x00000088 A3 : 0x3ffdb020 A4 : 0x3ffe4506 A5 : 0x0000ff00 <\r><\n>
  16. A6 : 0x00ff0000 A7 : 0xff000000 A8 : 0x800d43b4 A9 : 0x3ffdafc0 <\r><\n>
  17. A10 : 0x00000000 A11 : 0x3f4021aa A12 : 0x3f4021b4 A13 : 0x00000000 <\r><\n>
  18. A14 : 0x00ff0000 A15 : 0xff000000 SAR : 0x00000010 EXCCAUSE: 0x0000001c <\r><\n>
  19. EXCVADDR: 0x00000088 LBEG : 0x4000c349 LEND : 0x4000c36b LCOUNT : 0xffffffff <\r><\n>
  20. <\r><\n>
  21. Backtrace: 0x400d622e:0x3ffdaff0 0x400d4910:0x3ffdb010 0x400d2dfc:0x3ffdb070 0x4018496e:0x3ffdb0c0<\r><\n>
  22. <\r><\n>
  23. Rebooting...<\r><\n>
  24. ets Jun 8 2016 00:22:57<\r><\n>
  25. <\r><\n>
  26. rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)<\r><\n>
  27. configsip: 0, SPIWP:0xee<\r><\n>
  28. clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00<\r><\n>
  29. mode:DIO, clock div:1<\r><\n>
  30. load:0x3fff0010,len:4<\r><\n>
  31. load:0x3fff0014,len:708<\r><\n>
  32. load:0x40078000,len:0<\r><\n>
  33. load:0x40078000,len:11460<\r><\n>
  34. entry 0x400789f4<\r><\n>
  35. Starting Arduino BLE Client application...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement