User Activity

Hi, i am working on a project where i am using 4 Relays. once i Set any one of the relay the voltage and current should flow to a particular Relay and it should turned on and off. But in my case all the four relays will set and reset . if i turned o...
Hi, i want to display temperature value of LM35 temperature sensor on oled using stm32f103. i selected adc channel . even i am able to read adc reading but it is not varying properly and even i am not able to read exact temperature reading. can anyo...
HI, i am using two timers in interrupt mode by setting 100khz frequency for each . one timer interrupt is for my power factor calculation and other one for current calculation. But the problem is when it comes to while loop. once my code enter int...
Hi, i got a fan failure project . For that i need to select 2 adc channels in DMA mode for rms calculation , and 2 digital input for my powerfactor reading . here i am using AC (230Vac) and DC (5v) supply both .I select two timers with 100khz in...
Hi, i need to measure rms voltage and current choosing ADC channels in stm32f103.i selected two channnels in ADC1 to read adc values . By using these channels i need to calculate rms voltage and current . But i am confused how to do it . is it nec...