The ADC AD7791 is the most important part of the RF power sensor – apart from the diode detector. It has to convert the output voltage of the diode detector accurately and with very low fluctuations into digital values.At low input powers, the input voltages Read More …
Kategorie: Uncategorized
Reviving a USB power sensor Mini-Circuits PWR-SEN-6G+, Part V: 3.3V-5V
The old MCU ran directly from the USB Bus voltage, namely ~4.75…5V.All the peripherals had to be connected to the same voltage, because this was also the I/O voltage of the MCU. Now the situation is different: The Raspberry Pico runs on 3.3V and has Read More …
Reviving a USB power sensor Mini-Circuits PWR-SEN-6G+, Part IV: cable problems
I couldn’t believe it at first, but the manufacturer’s original USB cable is unshielded.This could explain the USB error when connecting the PICO.How can I change this?I really wanted to keep the nice LEMO connector!Fortunately, the LEMO connector is shielded. So how about using a Read More …
Reviving a USB power sensor Mini-Circuits PWR-SEN-6G+, Part III: Pico to the rescue?
The CYC7C64743 microcontroller is outdated. There’s no USB driver for Windows 10 or Windows 11. It’s probably best to remove this part and replace it with something else. The RF power sensor uses essentially an ADC with an SPI interface for reading the DC voltage Read More …
Reviving a USB power sensor Mini-Circuits PWR-SEN-6G+, Part II: Detective Work
The integrated circuits are small, but all have markings that can be clearly seen with the help of a magnifying glass: CY7C63743: The CY7C63743 is a „enCoRe™ USB Combination Low-Speed USB and PS/2 Peripheral Controller“ The part is obsolete, but its datasheet can still be Read More …
Reviving a USB power sensor Mini-Circuits PWR-SEN-6G+, Part I: Teardown
This new blog entry is about a USB RF power sensor. I haven’t had much time for leisure projects in recent years, but in this case, I thought it would be a small project I could manage. Of course, it turned out to be much Read More …
Bosch Logixx 8 VarioPerfect: Waschmaschine zieht keinen Weichspüler mehr
Seit einiger Zeit funktionierte die Weichspülfunktion unserer Waschmaschine nicht mehr: Der Weichspüler im mittleren Fach wurde nicht mehr ausgespült und blieb im Fach zurück. Möglicherweise sind also die Abflusswege des Weichspülers (der Weichspüler wird aus der mittleren Schublade ausgeschwemmt) verstopft?
STM32H743 PID speed
What is the computational speed of the PID algorithm? In order to measure this, I will use GPIO PG2 as a flag that can be measured with my scope. But first I will improve the placement of my variables. It is very annoying with STM32CubeMonitor Read More …
STM32H743 PID lab
A NUCLEO_H743ZI (any other similar boards work, too), a resistor (I used 1k8), some pieces of wire and a scope is all that it takes to perform interesting experiments with digital control loops! The idea: Output resistance R2 between DAC1 out and the output node Read More …
STM32H743 ADC->DAC latency
For applications like active noise cancellation, motor control and similar applications, high bandwidth control loops are needed. For implementing fast digital control loops, the time delay between an analog input signal at the ADC input and the calculated analog output signal at the DAC output Read More …