I power my RPi3 using a power bank for smartphones, and I'd like to check how much power the Pi draws from it while my project is running.
I don't have any special equipment for power measurement. Is there any way to measure (or at least estimate)…
I'd like to detect whether an external device is switched on or off.
I found two pins where there should be 5V between in the first case, but the voltage may vary a bit and I don't wont to break the Pi. How should I connect the points to GPIO pins…
I'm planning to count the RPM of a RC Car which is controlled with a PI B+.
But while planning the question occurs, how to count the RPM. My Idea is via a Sensor, which gives a Pulse every Round, and to count that via Software.
My Problem right now…
hello ladies and gents.
your knowledge helped me a lot until now but now i have a question.
i want to read out the frequency of a 3.3V squarewave. (The unit i want to readout is a capacitive moisture sensor: SensorLink)
the frequency the sensor puts…
I want to use a clamp-on ammeter (like this one) to detect whether a table saw (230V) is switched on or not. The clamp-on ammeter is meant to be used with a volt meter and has an 1 mVAC / A output signal.
I'm looking for a way to hook the clamp-on…
I am looking to use four 18650 batteries and a step-down DC-DC converter to power my Raspberry Pi 4. The negative terminal of the DC-DC converter is common for the input and the output.
I would like a way to monitor the voltage of the battery pack…
I am not able to see specific protocol version of HDMI (1.4 or 2.0) supported by RPI 3.0. Basically I want to take HDMI 2.0 output from RPI and provide it to my device.
Also can we measure the rate of output HDMI signal?
Using the SPIdev, I have setup the SPI clock frequency, but measuring the real signal frequency using oscilloscope shows, it differs extremely to the expectations. How is this possible?
spi_fd = open(device, O_WRONLY);
ret = ioctl(spi_fd,…
I'm trying to input the frequency of a 3.3V square wave on a GPIO pin as a program feedback parameter. The input frequency range would be 1000 to 100,000 Hz and data polling would happen at 30 Hz. Its important to minimize processor overhead.
We…
I have recently bought a Raspberry Pi, and I would like to be able to measure the current flowing through the circuit in our Greenpower electric racing car. It would also be useful to record this for future analysis, ideally using Python. I have…
I want to measure speed with one infra gate. The width of the bypassing object is known therefore I could calculate the speed. However the infrared gate would be interrupted only for 3-10ms. I understand raspi is not real time but it doesn't matter…
I'd want to use the RPi-pico to measure the ratio between two frequencies, one stable F0 = 10MHz, the other F1 about 14MHz, both externally fed to two GPIOs. 20 bit accuracy is fine. That could be e.g. counting over 21 bits how many F1 pulses there…
I am attempting to increase the frequency at which I read samples from the I2C dedicated pins. I have attempted this through the wiringPi library (C code), from which I reached just about 900Hz. As well as with python, I was able to reach roughly…
I saw online some cheap hardware ~10$ that can measure Volt, Amps, Watt and Kwh and display the results on an LCD screen.
I could buy and plug these on my 12V solar panel system to monitor it. (5 of them)
But thinking about it, I wish to use my RPI…