Hi there, I am trying to choose the right Arduino to use with galvanised sensors in order to create a patch with PD. Do you know what would be the best Arduino for this? thank you !!
The best Arduino for your project depends on a few factors, such as the number of galvanic sensors you plan to use, the type of data processing required, and how you want to connect it to Pure Data (PD). Here are some good options:
- Arduino Uno – A solid choice if you just need basic analog readings from the sensors and will process the data on a computer via USB.
- Arduino Micro or Leonardo – These have built-in USB HID support, which might be useful if you want the Arduino to act as a MIDI or HID device for PD.
- Arduino Due – Has higher resolution (12-bit ADC vs. 10-bit on most Arduinos), which could be beneficial for more precise sensor readings.
- Arduino Nano 33 IoT – If you need wireless communication (Wi-Fi or Bluetooth) for sending sensor data to PD without a wired connection.