Dtynin
Dtynin
DIIDevHeads IoT Integration Server
Created by Sterling on 6/27/2024 in #middleware-and-os
I need to monitor hall sensors for position encoding with up to 350 changes per second.
@Sterling Your program keeps checking the sensors, wasting power. Try letting the sensors interrupt the program only when they change, or use a separate task to handle them. C/C++ might be faster than Python for this job.
4 replies