Classification using different microcontroller

If i collected my data using ESP32 which it has 12 bits and started to train my model and when it comes to the test my model in the real time classification, i use arduino uno to do that. Does is going to affect the accuracy of the prediction since the arduino uno 10 bits?

Hi @Joker147,

Accuracy should not take a significant hit, assuming that all of the information is not stored in the least significant bits of the 12-bit values (i.e. you’re actually using the most significant 10 bits).

1 Like