Are there any storage oscilloscope options for hobbyists with lots of analog channels, but doesn't cost US$ 20,000 ?
I've decided to embark on a silly project to try to add automatic engine start to a tiny Honda EU1000i portable electric generator. I merely need to temporarily disconnect the...
Hi,
I am using the PIC12F1571 MCU in our latest design. It is connected to two sensors (TSSP58038- Proximity, IRA-S210ST01- PIR sensor) with analog input.
The PIR is connected to RA0 and the Proximity sensor is connected to RA2.
The program:
As soon as the PIR sensor detects anything(Goes to...
Hello,
I'm currently working on a project, where I want to measure force using strain gauges. The strain gauges are configured in four point Wheatstone bridges. I'm using a four channel ADC. On each channel I feed in the amplified differential output voltage of a Wheatstone bridge. My question...
Hi,
I want to use channel 3 and the internal temperature sensor of stm32f051.
I read the reference manual of the micro and I tried to use it, but unfortunately, my code does not work.
Please help me.
Thanks and Best Regards,
The code:
#include <stm32f0xx.h>
short ADC_Result[2]={0,0};
char...