Hi!
I am struggling to find a data logger that works for my needs and am wondering if it is easier to build one, or if someone might have any suggestions for where to look.
The data logger needs internal clock and to be able to pass a supply voltage to connected hardware (3.3 V DC to 5.0). It needs at least one analog input but having 1 or 2 others is a bonus. And it needs at least two digital (serial) inputs with UART (3.0V levels, max. 3.3 V), 19200 baud, 8 data bit, 1 stop bit, no parity, no handshake.
I'd appreciate any suggestions! I am very new to this and am still learning what to look for.
9 February 2024 6:02pm
I believe an Arduino MKR ZERO would meet all those requirements. May I ask what kind of project is it for? Some more context would help with suggestions.
Arduino MKR ZERO (I2S bus & SD for sound, music & digital audio data) — Arduino Online Shop
The MKR ZERO brings you the power of a Zero in the smaller format established by the MKR form factor. The MKR ZERO board acts as a great educational tool for learning about 32-bit application development. It has an on-board SD connector with dedicated SPI interfaces (SPI1) that allows you to play with MUSIC files with
25 February 2024 10:04pm
Hi Andrea, for the real time clock, you may want to add a GPS module to the setup and synchronize the internal clock with the received GPS time. Regarding the other requirements an Arduino or Raspberry will likely do the job.
26 February 2024 10:20am
I think it's important to state whether you have a lot of power available or not. If not, it would rule out the Pi. If you do, then you have a lot of flexibility but would have to add an external chip for the ADC.
So, would the use case have sufficient power to power a Raspberry Pi continously for the data logging period?
Brett Muir