Hi I’m using zumo robot kit (with 75:1 pololu geared motors & arduino uno).
I added a bluetooth serial module to it. (connecting to uno pins 0 and 1) So I received the information of block position, motor speed and command value wirelessly. I plan to store this data in a database and visualize it in realtime. (here is my video : https://youtu.be/5H8i2oktGAc)
However, one thing to note was that the data transfer rate dropped dramatically as the battery drained.
I wonder if this is the result of the lack of power that has reduced the computing power of pixy2 processor itself.( or Atmega328p…??) I want to know how much computational speed of pixy2 itself is affected by the battery.
thanks for reading.
-yuna