This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Does the ble_app_uart_c routine, without serial port initialization, affect the scan?

我正在执行ble_app_uart_c例程的功率测量,并且已经关闭了串行端口,这与打开串行端口时测量的波形不同。我猜封闭的串口会影响扫描。

This is the waveform without closing the serial port

This is the waveform without serial port initialization

Parents
  • Why the current without UART initialization is lower than normal?

     請問兄台為何串口沒初始情況下,電流出現平時工作以下的數值?

    I wonder that the difference just UART is working or not.But the time period of scope is different. The main current consumpion may not be cause by the scan ble event. 

    個人認為差異只是剛好串口有無作動而已,但實際脈衝周期似乎也有明顯差距,可能的原因也許變動的電流脈衝並非主要是scan ble的工作電流造成。

    Is the ble_app_uart_c example without uart driver normal  or not  during advertising/scan / discovery /connection period?

    在範例略過初始化下廣播,掃描,發現跟裝置連接的事件處理程序都正常作動嗎?

  • No serial port initialization.The slave machine could not connect.

    Finally, how can I check if the power I measured is normal? Scan.

    This viewBut the results I got were a lot different from what I had measured.

Reply Children
Related