Hi all,
I am looking for a system to run automated measurements on analog electronic circuits. It needs to be a general environment in which I can
- set >1 analog output pins (these will be input to the electronic circuit)
- read >1 analog input pins (output of the elec. circuit)
- collect these data and send them to the computer for further processing
This system needs to be able to take commands from the computer like
- which pins to use
- range of voltages to put on analog output pins
- interval between voltages (linear/logarithmic)
- time between measurements
Between different test scenario's I do not want the code on the Arduino to be recompiled and uploaded. The Arduino should just take commands on what to do from the computer.
This system will consist of code running on an Arduino, and software running on a computer. Does anyone know of a system, or combination of packages which can do this task?
Koen