Answer the question
In order to leave comments, you need to log in
How to display CPU load data in port monitor?
How to display CPU load data in port monitor? Arduino
Answer the question
In order to leave comments, you need to log in
If you mean the loading of the Arduino processor, then almost nothing.
1. Roll on the unfortunate mega RTOS, send this data in one of the tasks and put up with a further deterioration in performance.
2. If the main program has a big loop, send some data on each pass of the main loop. If it is possible to bind to one of the permanent timers, send it "ticks". If not, send "still alive" and, upon receipt, calculate the load on the receiving side.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question