https://www.hackster.io/FiDeNet/raspberry-pi-current-probe-with-record-capability-2dbd9d
Project schematics are described at the link above. I try to develop software and increase accuracy of current measure process.
Telegram support is added to project. So there is no need to physical touch to box for start or end measurement. Measurement process can be controlled by using RF module too.
Here is some commands to use this probe:
/at
Starts high voltage probe. This probe is connected to AC main supply and power plug. It starts to take measurement and wait about 100ms and then close relay and powers the load. So inrush current of the load is able to be measured.
/ap
Stops high voltage current measurement.
/dt
Starts low voltage probe. This probe is connected to born jack at rear of the box. Like AC measure process, this command starts measurements and wait 100ms and close relay and connects sensor to born jacks. By the way inrush current of load can be measured.
/dp
Stops low voltage current measurement.
/summary
Gives a summary of measure process.
The horizontal line of chart is sample count. The count is useful for /range command. The load at this measurement is an three resistant eletric heater (2.7KW/h electric heater. One resistant is approx 900Watts). At beginning three of them is on, then two resistants are on, one resistant and all the rasistants are off. Then one, two and three are on.
/range:
Specify a range of measure process. This command can take one or two arguments. begin=x parameter points to beginning of data to analyze, end=y parameter points to end of data to analyze.
usage:
/range begin=1000 # from the 1000th count to end
/range end=2000 # from beginning to 2000th count
/range begin=1000, end=2000 # data that between 1000th and 2000th
I want to develop the count (samples) in seconds. I can take about 1500 samples per second. I want to increase this count up to 10.000 per second. So I can analyze AC voltage more precision.
I can't measure neither AC main voltage nor low voltage channel. Beacuse I didn't have any component to measure voltage both sides. There is isolation problems while working under high side. On low voltage side, need extra connections for battery or power source. Input range of low voltage is fairly wide. Power source might supply from a few volts to 100 volts. At second version of this project I will add ability to measure voltage on both high and low voltage.
Scope of the current is made by sample count. I will change horizontal numbers (such as 0-200) to the range where data is taken from.
Example:
when the command below is given horizontal line of chart starts from 0 to 1000.
/range begin=5000, end=6000
After revision this numbers will start from 5000 to 6000. So I can know where I am looking. Second or third query of chart is more easy.
Comments
Please log in or sign up to comment.