STM32 - I2C Tutorial | Interfacing MLX90614 |Temperature Sensor | STM32CubeIDE and STMCubeMX

preview_player
Показать описание
In this video, I have covered
1) How to use STM32CubeIDE
2) How to I2C using STM32CubeIDE
3) Understanding I2C Protocol using Blocking Polling Mode
4) CubeMX + IDE code understanding.
5) Debugging and Final testing using STMStudio software

-----------------------------------------------------------------------------------------------------------

You can support my channel at-- Paytm: +91-8655761125

-----------------------------------------------------------------------------------------------------------
For more details, you can visit my website here:

-----------------------------------------------------------------------------------------------------------
Some of my other videos are:

STM32 - Pulse Width Modulation | STM32CubeIDE and STMCubeMX

STM32 - Real Time Clock | Internal Clock | KEIL with STM32CubeMX

STM32 Nucleo - UART Serial Communication

STM32 - Interrupts with CubeMX and KEIL uV 5 (MDK-ARM)

Getting started with stm32 - Bull Pill Board (STM32F103C8T6)

Raspberry Pi PDF Reader
Рекомендации по теме
Комментарии
Автор

Can you please explain the Device Address part?

If the default device address is consider 78hex what device address will be used while using HAL_I2C_Mem_Write and HAL_I2C_Mem_Read functions.

for write will it be just shifted to left by 1 bit and for read shift it to left by 1 and then add 1?

mohsinnaik
Автор

Thanks for the effort, appreciate it!

Jerry-xpcw