2017-11-30 11:49 AM
Hi everyone,
I have a shield stm32L476 Nucleo and an ultrasonic sensor.
is it possible to connect them together ?
Thank you
2017-12-01 04:20 AM
I have a shield stm32L476 Nucleo and an ultrasonic sensor.
is it possible to connect them together ?
Why not ?
For the MCU, it does not matter what the sensor actually measures, just the interface (analog, SPI, I2C, ...).
So, it would be helpful to state the sensor type you want to use.
And, things are easier if the supply voltages match.
2017-12-01 09:29 AM
AvaTar wrote:
For the MCU, it does not matter what the sensor actually measures
And for the sensor, it does not matter what microcontroller you use!
The sensor will simply behave as specified in its documentation - so it's your job to read that, and then write your code accordingly:
2017-12-01 10:20 AM
You are right, but (as I guess) if the O.P. knew and understood that, he wouldn't have asked.