want to know how can i judge that the variation is caused in the connection interval, connection supervision timeout, slave latency once i have flashed ble_app_template code in nrf52832 s132.
want to know how can i judge that the variation is caused in the connection interval, connection supervision timeout, slave latency once i have flashed ble_app_template code in nrf52832 s132.
Hello,
The best way to see exactly how your connection parameter configuration affects the connection would be to use the nRF Sniffer tool to see exactly what is happening on-air.
Alternatively, if you just would like to play around with different connection parameters to see how each of them affects your connection you could take a look at the experimental ATT MTU throughput example from the SDK.
If you would like to visualize different connection parameter configurations you could take a look at the Online Power Profiler, which will let you see the effects of each configuration on the packet exchanges (as well as estimated power consumption).
Best regards,
Karl
Karl i am finding a difficulty in normal understanding the connection interval thing. Actually, by definition of CI i found it is the time btw two consecutive events for which the radio is turned ON. how can i judge this in nrf connect app?
Please share logs using the Insert -> Code -> Text option rather than sharing screenshots of the logs. Proper formatting drastically increases readability and thus makes debugging easier.
Please also show me the log for the scenario in which the application seemingly stops after 16 logs.
Have you run a debugging session and checked out if the program counter gets stuck anywhere following the 16'th logging?
Please see my previous comment about the sniffer.
Could you capture a sniffer trace of these two scenarios in addition to the logs?
Best regards,
Karl
17:26:10.658 -> <info> app: BeforeFivesec 17:26:10.658 -> <info> app_timer: RTC: initialized. 17:26:10.658 -> <info> app: hello ble 17:26:10.658 -> <info> app: Before enter into sleep mode 17:26:10.705 -> <info> app: After enter into sleep mode 17:26:10.705 -> <info> app: Alarm status : 0 17:26:10.705 -> <info> app: Upper threshold : 30 17:26:10.705 -> <info> app: Lower threshold : 20 17:26:10.705 -> <info> app: Type C : 1 17:26:10.705 -> <info> app: Starting delay in sec. : 0 17:26:10.705 -> <info> app: Interval delay in sec.: 10 17:26:10.705 -> <info> app: Data EF4015 17:26:10.705 -> <info> app: Data3 15 17:26:10.705 -> <info> app: Data2 40 17:26:10.705 -> <info> app: Data1 EF 17:26:10.705 -> <info> app: Data0 0 17:26:10.705 -> <info> app: temporarylogcounter4 10 temporarylogcounter3 0 temporarylogcounter2 0 temporarylogcounter1 0 17:26:10.705 -> <info> app: log counter value : 16 17:26:10.705 -> <info> app: Newpasskey12:123456 17:26:10.752 -> <info> app: Fast advertising 17:26:10.752 -> <info> app: start advertising 17:26:10.752 -> <info> app: Application started in Advertising Mode. 17:26:10.752 -> <info> app: Current Time service client started. 17:26:16.257 -> <info> app: Device Connected 17:26:16.257 -> <info> app: Connected. 17:26:16.914 -> <info> ble_cts_c: Current Time Service discovered at peer. 17:26:16.914 -> <info> app: Current Time Service discovered on server. 17:26:17.009 -> <info> app: Current Time received. 17:26:17.009 -> <info> app: 11/16/21-17:26:24 17:26:30.180 -> <info> app: passkeynew:123456 17:26:30.180 -> <info> app: passkeynew1:123456 17:26:30.180 -> <info> app: comaprision successful 17:27:05.129 -> <info> app: BeforeFivesec 17:27:05.129 -> <info> app: Data logging Mode. 17:27:05.176 -> <info> app: Bluetooth deactivated. 17:27:05.176 -> <info> app: Fast advertising 17:27:05.176 -> <info> app: Device Disconnected 17:27:05.176 -> <info> app: Disconnect Complete. 17:27:05.176 -> <info> app: Disconnected. 17:27:05.176 -> <info> app: defaualtpasskey ****** 17:27:05.176 -> <info> app: Memory Initialization done. 17:27:05.176 -> <info> app: Temp Logging started hi. 17:27:05.176 -> <info> app: Timer started hi. 17:27:05.176 -> <info> app: Initial timer finished! 17:27:05.176 -> <info> app: data_to_send 25.88-11/16/21-17:27:05 17:27:05.176 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 0 23 17:27:05.176 -> <info> app: reading 1 done 17:27:05.176 -> <info> app: temporarylogcounter0 1 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:27:15.809 -> <info> app: data_to_send 25.88-11/16/21-17:27:16 17:27:15.809 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 23 23 17:27:15.809 -> <info> app: reading 2 done 17:27:15.809 -> <info> app: temporarylogcounter0 2 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:27:25.810 -> <info> app: data_to_send 25.88-11/16/21-17:27:26 17:27:25.810 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 46 23 17:27:25.810 -> <info> app: reading 3 done 17:27:25.810 -> <info> app: temporarylogcounter0 3 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:27:35.800 -> <info> app: data_to_send 25.88-11/16/21-17:27:36 17:27:35.800 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 69 23 17:27:35.800 -> <info> app: reading 4 done 17:27:35.800 -> <info> app: temporarylogcounter0 4 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:27:45.787 -> <info> app: data_to_send 25.88-11/16/21-17:27:46 17:27:45.787 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 92 23 17:27:45.834 -> <info> app: reading 5 done 17:27:45.834 -> <info> app: temporarylogcounter0 5 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:27:55.823 -> <info> app: data_to_send 25.88-11/16/21-17:27:56 17:27:55.823 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 115 23 17:27:55.823 -> <info> app: reading 6 done 17:27:55.823 -> <info> app: temporarylogcounter0 6 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:28:05.811 -> <info> app: data_to_send 25.75-11/16/21-17:28:06 17:28:05.811 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 138 23 17:28:05.811 -> <info> app: reading 7 done 17:28:05.811 -> <info> app: temporarylogcounter0 7 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:28:15.801 -> <info> app: data_to_send 25.88-11/16/21-17:28:16 17:28:15.801 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 161 23 17:28:15.801 -> <info> app: reading 8 done 17:28:15.801 -> <info> app: temporarylogcounter0 8 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:28:25.789 -> <info> app: data_to_send 25.88-11/16/21-17:28:26 17:28:25.789 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 184 23 17:28:25.789 -> <info> app: reading 9 done 17:28:25.789 -> <info> app: temporarylogcounter0 9 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:28:35.807 -> <info> app: data_to_send 25.88-11/16/21-17:28:36 17:28:35.807 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 207 23 17:28:35.807 -> <info> app: reading 10 done 17:28:35.807 -> <info> app: temporarylogcounter0 A temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:28:45.788 -> <info> app: data_to_send 25.75-11/16/21-17:28:46 17:28:45.788 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 230 23 17:28:45.835 -> <info> app: reading 11 done 17:28:45.835 -> <info> app: temporarylogcounter0 B temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:28:55.799 -> <info> app: data_to_send 25.75-11/16/21-17:28:56 17:28:55.799 -> <info> app: reading 12 done 17:28:55.799 -> <info> app: temporarylogcounter0 C temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:29:05.819 -> <info> app: data_to_send 25.63-11/16/21-17:29:06 17:29:05.819 -> <info> app: temp_write_page temp_write_offset bytes_to_write 1 20 23 17:29:05.819 -> <info> app: reading 13 done 17:29:05.819 -> <info> app: temporarylogcounter0 D temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:29:15.791 -> <info> app: data_to_send 25.63-11/16/21-17:29:16 17:29:15.791 -> <info> app: temp_write_page temp_write_offset bytes_to_write 1 43 23 17:29:15.791 -> <info> app: reading 14 done 17:29:15.791 -> <info> app: temporarylogcounter0 E temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:29:25.826 -> <info> app: data_to_send 25.63-11/16/21-17:29:26 17:29:25.826 -> <info> app: temp_write_page temp_write_offset bytes_to_write 1 66 23 17:29:25.826 -> <info> app: reading 15 done 17:29:25.826 -> <info> app: temporarylogcounter0 F temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:29:35.783 -> <info> app: data_to_send 25.63-11/16/21-17:29:36 17:29:35.830 -> <info> app: temp_write_page temp_write_offset bytes_to_write 1 89 23 17:29:35.830 -> <info> app: reading 16 done 17:29:35.830 -> <info> app: temporarylogcounter0 10 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:29:45.819 -> <info> app: data_to_send 25.63-11/16/21-17:29:46 17:29:45.819 -> <info> app: temp_write_page temp_write_offset bytes_to_write 1 112 23 17:29:45.819 -> <info> app: reading 17 done 17:29:45.819 -> <info> app: temporarylogcounter0 11 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:29:55.804 -> <info> app: data_to_send 25.63-11/16/21-17:29:56 17:29:55.804 -> <info> app: temp_write_page temp_write_offset bytes_to_write 1 135 23 17:29:55.804 -> <info> app: reading 18 done 17:29:55.804 -> <info> app: temporarylogcounter0 12 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:30:05.819 -> <info> app: data_to_send 25.63-11/16/21-17:30:06 17:30:05.819 -> <info> app: temp_write_page temp_write_offset bytes_to_write 1 158 23 17:30:05.819 -> <info> app: reading 19 done 17:30:05.819 -> <info> app: temporarylogcounter0 13 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:30:15.813 -> <info> app: data_to_send 25.50-11/16/21-17:30:16 17:30:15.813 -> <info> app: temp_write_page temp_write_offset bytes_to_write 1 181 23 17:30:15.813 -> <info> app: reading 20 done 17:30:15.813 -> <info> app: temporarylogcounter0 14 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:30:25.820 -> <info> app: data_to_send 25.50-11/16/21-17:30:26 17:30:25.820 -> <info> app: temp_write_page temp_write_offset bytes_to_write 1 204 23 17:30:25.820 -> <info> app: reading 21 done 17:30:25.820 -> <info> app: temporarylogcounter0 15 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:30:35.790 -> <info> app: data_to_send 25.50-11/16/21-17:30:36 17:30:35.790 -> <info> app: temp_write_page temp_write_offset bytes_to_write 1 227 23 17:30:35.790 -> <info> app: reading 22 done 17:30:35.790 -> <info> app: temporarylogcounter0 16 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:30:45.824 -> <info> app: data_to_send 25.50-11/16/21-17:30:46 17:30:45.824 -> <info> app: reading 23 done 17:30:45.824 -> <info> app: temporarylogcounter0 17 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:30:55.814 -> <info> app: data_to_send 25.63-11/16/21-17:30:56 17:30:55.814 -> <info> app: temp_write_page temp_write_offset bytes_to_write 2 17 23 17:30:55.814 -> <info> app: reading 24 done 17:30:55.814 -> <info> app: temporarylogcounter0 18 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:31:05.816 -> <info> app: data_to_send 25.50-11/16/21-17:31:06 17:31:05.816 -> <info> app: temp_write_page temp_write_offset bytes_to_write 2 40 23 17:31:05.816 -> <info> app: reading 25 done 17:31:05.816 -> <info> app: temporarylogcounter0 19 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:31:21.150 -> <info> app: data_to_send 26.00-11/16/21-17:31:22 17:31:21.150 -> <info> app: temp_write_page temp_write_offset bytes_to_write 2 63 23 17:31:21.199 -> <info> app: reading 26 done 17:31:21.199 -> <info> app: temporarylogcounter0 1A temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:31:25.793 -> <info> app: data_to_send 25.75-11/16/21-17:31:26 17:31:25.793 -> <info> app: temp_write_page temp_write_offset bytes_to_write 2 86 23 17:31:25.793 -> <info> app: reading 27 done 17:31:25.793 -> <info> app: temporarylogcounter0 1B temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 17:31:35.814 -> <info> app: data_to_send 25.75-11/16/21-17:31:36 17:31:35.814 -> <info> app: temp_write_page temp_write_offset bytes_to_write 2 109 23 17:31:35.814 -> <info> app: reading 28 done 17:31:35.814 -> <info> app: temporarylogcounter0 1C temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0
Case of multiple logs with CI: 7.5-100ms
Case of getting only 16 logs with CI: 1000-1000ms: after 16 logs not able to get log
12:47:30.329 -> <info> app: BeforeFivesec 12:47:30.329 -> <info> app_timer: RTC: initialized. 12:47:30.329 -> <info> app: hello ble 12:47:30.329 -> <info> app: Before enter into sleep mode 12:47:30.329 -> <info> app: After enter into sleep mode 12:47:30.329 -> <info> app: Alarm status : 0 12:47:30.329 -> <info> app: Upper threshold : 30 12:47:30.329 -> <info> app: Lower threshold : 20 12:47:30.329 -> <info> app: Type C : 1 12:47:30.329 -> <info> app: Starting delay in sec. : 0 12:47:30.329 -> <info> app: Interval delay in sec.: 10 12:47:30.329 -> <info> app: Data EF4015 12:47:30.329 -> <info> app: Data3 15 12:47:30.329 -> <info> app: Data2 40 12:47:30.376 -> <info> app: Data1 EF 12:47:30.376 -> <info> app: Data0 0 12:47:30.376 -> <info> app: temporarylogcounter4 3 temporarylogcounter3 0 temporarylogcounter2 0 temporarylogcounter1 0 12:47:30.376 -> <info> app: log counter value : 3 12:47:30.376 -> <info> app: Newpasskey12:123456 12:47:30.376 -> <info> app: Fast advertising 12:47:30.376 -> <info> app: start advertising 12:47:30.376 -> <info> app: Application started in Advertising Mode. 12:47:30.376 -> <info> app: Current Time service client started. 12:48:10.486 -> <info> app: Device Connected 12:48:10.486 -> <info> app: Connected. 12:48:11.282 -> <info> ble_cts_c: Current Time Service discovered at peer. 12:48:11.282 -> <info> app: Current Time Service discovered on server. 12:48:11.282 -> <info> app: Current Time received. 12:48:11.282 -> <info> app: 11/16/21-12:48:53 12:48:36.287 -> <info> app: passkeynew:123456 12:48:36.287 -> <info> app: passkeynew1:123456 12:48:36.287 -> <info> app: comaprision successful 12:49:11.552 -> <info> app: BeforeFivesec 12:49:11.552 -> <info> app: Data logging Mode. 12:49:11.552 -> <info> app: Bluetooth deactivated. 12:49:11.552 -> <info> app: Memory Initialization done. 12:49:11.552 -> <info> app: Fast advertising 12:49:11.552 -> <info> app: Device Disconnected 12:49:11.552 -> <info> app: Disconnect Complete. 12:49:11.552 -> <info> app: Disconnected. 12:49:11.552 -> <info> app: defaualtpasskey ****** 12:49:11.552 -> <info> app: Temp Logging started hi. 12:49:11.552 -> <info> app: Timer started hi. 12:49:11.552 -> <info> app: Initial timer finished! 12:49:11.598 -> <info> app: data_to_send 25.75-11/16/21-12:49:12 12:49:11.598 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 0 23 12:49:11.598 -> <info> app: reading 1 done 12:49:11.598 -> <info> app: temporarylogcounter0 1 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:49:22.178 -> <info> app: data_to_send 25.63-11/16/21-12:49:22 12:49:22.178 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 23 23 12:49:22.225 -> <info> app: reading 2 done 12:49:22.225 -> <info> app: temporarylogcounter0 2 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:49:32.181 -> <info> app: data_to_send 25.63-11/16/21-12:49:32 12:49:32.181 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 46 23 12:49:32.228 -> <info> app: reading 3 done 12:49:32.228 -> <info> app: temporarylogcounter0 3 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:49:42.218 -> <info> app: data_to_send 25.63-11/16/21-12:49:42 12:49:42.218 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 69 23 12:49:42.218 -> <info> app: reading 4 done 12:49:42.218 -> <info> app: temporarylogcounter0 4 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:49:52.210 -> <info> app: data_to_send 25.50-11/16/21-12:49:52 12:49:52.210 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 92 23 12:49:52.210 -> <info> app: reading 5 done 12:49:52.210 -> <info> app: temporarylogcounter0 5 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:50:02.208 -> <info> app: data_to_send 25.63-11/16/21-12:50:02 12:50:02.208 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 115 23 12:50:02.208 -> <info> app: reading 6 done 12:50:02.208 -> <info> app: temporarylogcounter0 6 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:50:12.213 -> <info> app: data_to_send 25.50-11/16/21-12:50:12 12:50:12.213 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 138 23 12:50:12.213 -> <info> app: reading 7 done 12:50:12.213 -> <info> app: temporarylogcounter0 7 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:50:22.203 -> <info> app: data_to_send 25.50-11/16/21-12:50:22 12:50:22.203 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 161 23 12:50:22.203 -> <info> app: reading 8 done 12:50:22.203 -> <info> app: temporarylogcounter0 8 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:50:32.197 -> <info> app: data_to_send 25.63-11/16/21-12:50:32 12:50:32.197 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 184 23 12:50:32.197 -> <info> app: reading 9 done 12:50:32.197 -> <info> app: temporarylogcounter0 9 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:50:42.199 -> <info> app: data_to_send 25.63-11/16/21-12:50:42 12:50:42.199 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 207 23 12:50:42.199 -> <info> app: reading 10 done 12:50:42.199 -> <info> app: temporarylogcounter0 A temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:50:52.188 -> <info> app: data_to_send 25.50-11/16/21-12:50:52 12:50:52.188 -> <info> app: temp_write_page temp_write_offset bytes_to_write 0 230 23 12:50:52.188 -> <info> app: reading 11 done 12:50:52.235 -> <info> app: temporarylogcounter0 B temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:51:02.193 -> <info> app: data_to_send 25.63-11/16/21-12:51:02 12:51:02.193 -> <info> app: reading 12 done 12:51:02.193 -> <info> app: temporarylogcounter0 C temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:51:12.203 -> <info> app: data_to_send 25.63-11/16/21-12:51:12 12:51:12.203 -> <info> app: temp_write_page temp_write_offset bytes_to_write 1 20 23 12:51:12.203 -> <info> app: reading 13 done 12:51:12.203 -> <info> app: temporarylogcounter0 D temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:51:22.216 -> <info> app: data_to_send 25.63-11/16/21-12:51:22 12:51:22.216 -> <info> app: temp_write_page temp_write_offset bytes_to_write 1 43 23 12:51:22.216 -> <info> app: reading 14 done 12:51:22.216 -> <info> app: temporarylogcounter0 E temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:51:32.177 -> <info> app: data_to_send 25.75-11/16/21-12:51:32 12:51:32.177 -> <info> app: temp_write_page temp_write_offset bytes_to_write 1 66 23 12:51:32.224 -> <info> app: reading 15 done 12:51:32.224 -> <info> app: temporarylogcounter0 F temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:51:42.216 -> <info> app: data_to_send 25.63-11/16/21-12:51:42 12:51:42.216 -> <info> app: temp_write_page temp_write_offset bytes_to_write 1 89 23 12:51:42.216 -> <info> app: reading 16 done 12:51:42.216 -> <info> app: temporarylogcounter0 10 temporarylogcounter1 0 temporarylogcounter2 0 temporarylogcounter3 0 12:52:05.716 -> <info> app: BeforeFivesec 12:52:05.716 -> <info> app_timer: RTC: initialized. 12:52:05.716 -> <info> app: hello ble 12:52:05.716 -> <info> app: Before enter into sleep mode 12:52:05.716 -> <info> app: After enter into sleep mode 12:52:05.716 -> <info> app: Alarm status : 0 12:52:05.716 -> <info> app: Upper threshold : 30 12:52:05.716 -> <info> app: Lower threshold : 20 12:52:05.716 -> <info> app: Type C : 1 12:52:05.716 -> <info> app: Starting delay in sec. : 0 12:52:05.716 -> <info> app: Interval delay in sec.: 10 12:52:05.716 -> <info> app: Data EF4015 12:52:05.716 -> <info> app: Data3 15 12:52:05.763 -> <info> app: Data2 40 12:52:05.763 -> <info> app: Data1 EF 12:52:05.763 -> <info> app: Data0 0 12:52:05.763 -> <info> app: temporarylogcounter4 10 temporarylogcounter3 0 temporarylogcounter2 0 temporarylogcounter1 0 12:52:05.763 -> <info> app: log counter value : 16 12:52:05.763 -> <info> app: Newpasskey12:123456 12:52:05.763 -> <info> app: Fast advertising 12:52:05.763 -> <info> app: start advertising 12:52:05.763 -> <info> app: Application started in Advertising Mode. 12:52:05.763 -> <info> app: Current Time service client started. 12:52:32.666 -> <info> app: Device Connected 12:52:32.666 -> <info> app: Connected. 12:52:33.414 -> <info> ble_cts_c: Current Time Service discovered at peer. 12:52:33.414 -> <info> app: Current Time Service discovered on server. 12:52:33.414 -> <info> app: Current Time received. 12:52:33.414 -> <info> app: 11/16/21-12:53:02 12:52:47.276 -> <info> app: passkeynew:123456 12:52:47.276 -> <info> app: passkeynew1:123456 12:52:47.276 -> <info> app: comaprision successful 12:53:01.240 -> <info> app: Logging started! 12:53:01.380 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 0 23 12:53:01.380 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 23 23 12:53:01.380 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 46 23 12:53:01.380 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 69 23 12:53:01.380 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 92 23 12:53:02.270 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 92 23 12:53:02.270 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 115 23 12:53:02.270 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 138 23 12:53:02.270 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 138 23 12:53:02.318 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 161 23 12:53:02.318 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 184 23 12:53:02.318 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 184 23 12:53:03.253 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 184 23 12:53:03.300 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 207 23 12:53:03.300 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 230 23 12:53:03.300 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 0 230 23 12:53:03.300 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 1 20 23 12:53:03.300 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 1 20 23 12:53:04.278 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 1 20 23 12:53:04.278 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 1 43 23 12:53:04.278 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 1 66 23 12:53:04.278 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 1 66 23 12:53:05.261 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 1 66 23 12:53:05.261 -> <info> app: tempread temp_read_page temp_read_offset bytes_to_read 1 89 23 12:53:05.261 -> <info> app: ***All Readings have been sent.!!!*** 12:53:22.263 -> <info> app: Fast advertising 12:53:22.263 -> <info> app: Device Disconnected 12:53:22.263 -> <info> app: Disconnect Complete. 12:53:22.263 -> <info> app: Disconnected. 12:53:22.263 -> <info> app: defaualtpasskey ******
Thanks for providing the logs.
Please also address the rest of my questions from my previous comments.
Best regards,
Karl
This looks like a screenshot of a single, random packet.
Please elaborate thoroughly on what you are trying to communicate.
Best regards,
Karl
This looks like a screenshot of a single, random packet.
Please elaborate thoroughly on what you are trying to communicate.
Best regards,
Karl