Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

BiSS-C Implementation

Hi All,we are evaluating the possibilty to use a BiSS-C encoder in our project. First time using BiSS-C.From the BiSS-C standard it seems to me that BiSS-C can be implemented at STM32 level by mean of an SPI peripheral connected to an Rs422 transceiv...

Bucky by Associate II
  • 14636 Views
  • 13 replies
  • 5 kudos

I couldn't get my bno086 to work

VOID bno055_thread_entry(ULONG thread_input) { tx_thread_sleep(1000); BNO086_Init(); while (1) { tx_thread_sleep(100); } }I'm using the BNO086 IMU sensor with an STM32U575RGT6 MCU.The schematic below shows...

CANZT-FD by Associate III
  • 992 Views
  • 8 replies
  • 3 kudos

interfacing DHT22 sensor with stm32f411re

I am trying to interface DHT22 sensor with STM32F411RE board. When initially I interfaced I was able to see data (i.e., Temp and Humidity) I am giving 3.3v power supply, data pin connected to PA0 ground and set clock frequency to 50MHZ using Internal...

Reva1605 by Associate II
  • 1036 Views
  • 11 replies
  • 3 kudos

Read voltage sensor ZMPT101B

My voltage sensor output shows 0v when actually the load is 222v. Please help me with the code logic.My current sensor ACS712 30A works well, but voltage sensor ZMPT101B is not showing correct results