Open mgandhi-1 opened 1 day ago
Then use the RP connected to a circuit with switch. Input voltage can be controlled, pick 9V battery. Use that to measure current across LED and collect data for plotting.
Try changing the attenuation ratio to 1:20 and check how data behaves
Tried removing mutex, there is a race issues which lowers the event rate to 0.2 events/second. Mutex is fine and functioning correctly.
Try branching and edit frontend.cxx to remove the data analysis thread and see if that is affecting the readings. Before that, try removing mutex and see if that is an issue