Search found 4 matches

by zhschip
11 Mar 2024 09:52
Forum: Website & Forums General Discussion
Topic: LM324N (quad switch IC)
Replies: 2
Views: 1131

Re: LM324N (quad switch IC)

It seems like you are trying to use an LM324N operational amplifier for voltage amplification to boost a 5V signal from an Arduino pin to 15V or at least 12V. The LM324N is typically used as a general-purpose operational amplifier and might not be the best choice for voltage boosting applications, e...
by zhschip
11 Mar 2024 09:42
Forum: Website & Forums General Discussion
Topic: Putting STM32F103 in sleep mode
Replies: 2
Views: 380

Re: Putting STM32F103 in sleep mode

When working on a project involving the STM32F103C8T6 microcontroller and MikroC environment to implement sleep mode and wake-up using an external interrupt like a UART interrupt, there are alternative approaches you can consider if functions like WFI (Wait For Interrupt) are not readily available i...
by zhschip
24 Jan 2024 10:25
Forum: mikroC PRO for PIC General
Topic: How to set time period of pulse in PWM
Replies: 6
Views: 663

Re: How to set time period of pulse in PWM

It appears that the provided code is a set of functions for controlling the PCA9685 16-channel PWM controller through the I2C interface using a PIC16F1526 microcontroller. The code includes functions for initializing the PCA9685, sending PWM signals to specific channels, turning off all channels, an...
by zhschip
24 Jan 2024 10:19
Forum: PIC32 PRO Compilers
Topic: Display temperature with DS18b20, but the display is always
Replies: 2
Views: 2691

Re: Display temperature with DS18b20, but the display is always

The DS18B20 is a digital temperature sensor that uses the 1-Wire protocol for communication. Timing is crucial when working with the DS18B20, as it follows specific timing requirements for sending commands and receiving data. In order to successfully communicate with the DS18B20 and receive accurate...

Go to advanced search