Hi i need suggestion what to use between arduino due and mega for my project that will handle various sensor. These 2 have the same pins, but different voltage and speed. What do you think the best option, or the best to considerate? Thanks
That depends on the detailed requirements of your project. What does your Bard need to handle?
- Type and Count of the sensors
- Operating Voltage of the sensors
- Timing Constraints, e.g. sensor reading frequency
- Do you need to read the sensor values continuously or wait for interrupt from the sensors?
- etc...