Yeah I understand I will look into it, thanks.
I'm planning to integrate ENVIII Sensor, pH Sensorhttps://wiki.dfrobot.com/PH_meter_SKU__SEN0161_ and EC sensor for monitoring and actuation will be mainly performed by a 12v dc water pump and a few 12V Peristaltic pumps.
The Arduino code supplied by DFRobot looks - at a first glance - to be simple. It seems to take a sequence of readings from an Analog port on the Arduino and performs some averaging of the readings. Most of the code is about the mathematics of the averaging process. There is no dedicated code needed to interact with the sensor. The sensor simply outputs an analog voltage determined by the solution it is measuring.
Re-implemention in either C/C++ or MicroPython for a Pico seems an achievable option.
But, some sensors like ENVIII come with different libraries https://github.com/m5stack/M5Unit-ENV/ ... /QMP6988.h that make the data acquisition easy so I was wondering how do I proceed with that using MicroPython ?
Statistics: Posted by Ab25 — Thu Jul 04, 2024 11:35 am