I have been working on PI again..
Building a new version of the SpiMX , the 'Spi MX Shield', the improvements are:
1.
Using an Arduino Leonardo as the micro controller:
Ready to go, can plug it on , don't have to worry about assembling a micro controller.
The code is tidier (written in c, not arduino language), the previous pic code was messy.
I think arduinos are great hardware platforms.
2.
Completely different sampling/analog part. It is more like other PI designs;
The coil signal is amplified, gated (sampled) and then measured with an AtoD.
3.
Automatic sampling gate.
Sampling is triggered by the coil discharge. It is always synced to the 'knee' of the curve.
4. Simpler and better switching of Mosfets.
It still shares features with the old design:
Bi-polar pulsing
Conductivity calculation.
I have only tested the prototype, it seems quieter and deeper, am going to assemble a PCB soon.
Building a new version of the SpiMX , the 'Spi MX Shield', the improvements are:
1.
Using an Arduino Leonardo as the micro controller:
Ready to go, can plug it on , don't have to worry about assembling a micro controller.
The code is tidier (written in c, not arduino language), the previous pic code was messy.
I think arduinos are great hardware platforms.
2.
Completely different sampling/analog part. It is more like other PI designs;
The coil signal is amplified, gated (sampled) and then measured with an AtoD.
3.
Automatic sampling gate.
Sampling is triggered by the coil discharge. It is always synced to the 'knee' of the curve.
4. Simpler and better switching of Mosfets.
It still shares features with the old design:
Bi-polar pulsing
Conductivity calculation.
I have only tested the prototype, it seems quieter and deeper, am going to assemble a PCB soon.
Comment