Hey,
I am using the Dash to plot the real time RSSI values. I received the values from serial port and plot them. Simultaneously, after receiving each 30 values, I applied a ML model on them to calculate the proximity. As I am receiving the rssi values, when I am updating the results, my platfrom got stuck and nothing update in my application. I uploaded some part of my code here. Can you please help me to solve this problem?
I am calling the real time values in another function and do the process on those data on that function.