User Activity

We need to trigger camera by using PWM with different trigger delay for each photo. i.e trigger the camera at 100ms, 120ms, 150ms, 200ms, 210ms, 240ms, 260ms, 280ms, 300ms, 350ms for taking 10 photos at each cycle and this cycle repeats. Is it pos...
Hi,We designed stm32f7 based custom board and it consist 3 slave devices (FPGA) connected to SPI3 in master mode. when three slaves connected simultaneously & try to access one by one, first two slaves are able to read/write & 3rd slave fail to acces...
Hello,I'm using STM32f723ZE controller & ADC configured as follow with external trigger(Timer), I verified timers works properly all the times and ADC 1 Stops after few minutes of data capture, but no error code set in Register. ADC1 & ADC2; (Externa...
I'm using Hypsometric formula to Calculate Altitude by using Pressure & Temperature. ( Source Code used to read the sensor https://github.com/stm32duino/LPS22HB )The Pressure value & Temperature are not in Sync.. Temperature Increases irrespective of...