Hi,
If possible I'd like to get a copy as well.
Willing to plot my analog sensors, IMU, temp etc for kinda hobby project.
Thanks
I hope you find the ESM useful.
Some advice, apologies if this is what you generally do anyway, especially for the IMU. I found the algorithm development for the IMU quite a challenge and the visualiser very helpful. The output from the IMU devices suffers from noise on the signal and drifts which you will have to deal with in the code.
Start by simulating the output from the IMU by sending data from your Arduino, perhaps simulating altering of the angle of the IMU by adjusting potentiometers for example. Make sure you see the small 'aeroplane' in the visualiser doing what you expect. Then start collecting data and outputting the real values in place of the simulated ones. If you haven't got the code to stabilise the signal you will see the 'aeroplane' jittering around and even possibly also rolling over with time! Time now, to work on the algorithm... good luck.
Alan