Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people's questions & connect with other people.
Volt.Tech
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
STM32WB55 IR DA Hardware Setup?
Hello, IrDA has hardly been used for a long time, which is also marked in discontinued IrDA transceivers. However, since basically everything except the TIA and visual factors is included in the STM32 IrDA SIR ENDEC, it's possible to recreate IrDA with an IR LED plus driver transistor and an IR photRead more
Hello,
IrDA has hardly been used for a long time, which is also marked in discontinued IrDA transceivers. However, since basically everything except the TIA and visual factors is included in the STM32 IrDA SIR ENDEC, it’s possible to recreate IrDA with
RX and TX are switched to the IrDA function so that the LED driver and TIA can be connected directly.
Regards
Julian White
See lessESP32-C3 first programming via USB?
It's not required per se, but it's helpful. The issue is that an empty ESP32-C3 usually will try to boot from flash and fail. After some attempts, the RTC watchdog will protest in to reset the entire chip. This is useful as it may clear any transient error that would stop a properly flashed chip froRead more
It’s not required per se, but it’s helpful. The issue is that an empty ESP32-C3 usually will try to boot from flash and fail. After some attempts, the RTC watchdog will protest in to reset the entire chip. This is useful as it may clear any transient error that would stop a properly flashed chip from booting. However, it also resets the USB-serial- JTAG device, causing the OS tore-enumerate it. Going into download mode (either by pulling low GPIO9 or by successfully connecting using the flashing app) stops that from passing, allowing the chip to be flashed as normal.
Not having GPIO9 accessible will generally work (depending on how fast your OS is in detecting USB devices) but may need several tries in flashing for the timing to be right.
Another thing is that without forcing the chip into download mode, for old performances of the esp tool, a watchdog will keep running during the flashing process, which may interrupt flashing if the firmware is fairly large. Using a newer version of the esp tool should fix that, however.)
See lessLow Frequency DC to AC Transformer Design?
Hi, Thank you for posting on the Volt.Tech community. Can you please share a detailed block diagram of the Inverter system? Is it the same as the below-attached block? This operation note from Infineon depicts a sample figure for a low-frequency converter. Regards, Julian
Hi,
Thank you for posting on the Volt.Tech community.
Can you please share a detailed block diagram of the Inverter system?
Is it the same as the below-attached block?
This operation note from Infineon depicts a sample figure for a low-frequency converter.
Regards,
Julian