Perhaps you have a look to https://awesome-micropython.com/#ir
print-statements are usually slow. So print-ing while acquiring data is usually not a good idea.
Example: philips RC5 has a bit duration of 1,778 ms, the frame needs 24,889 ms. So acquiring data each 20ms is far too slow.
print-statements are usually slow. So print-ing while acquiring data is usually not a good idea.
Example: philips RC5 has a bit duration of 1,778 ms, the frame needs 24,889 ms. So acquiring data each 20ms is far too slow.
Statistics: Posted by ghp — Tue Feb 20, 2024 2:49 pm