Getting Started with STM32 and Nucleo Part 2-How to Use I2C to Read Temperature Sensor TMP102
2019-09-03 | By Maker.io Staff
I2C or “Inter-Integrated Circuit” is a simple way to establish two-way communication between microcontrollers and peripherals. In this video, Shawn Hymel used the I2C protocol to connects a NUCLEO_L476RG development board to a TMP102 temp sensor. Using ST Microelectronic’s STM32CubeIDE (Integrated Development Environment) as the programming platform, the code and libraries needed to send and receive transmitted data is explained in detail as well as error detection and reporting techniques.
Related Items
Related Projects
Related Videos
Recommended Reading
- Getting Started with STM32 and Nucleo Part 1: Introduction to STM32CubeIDE and Blinky
- Getting Started with STM32 and Nucleo Part 3: How to Run Multiple Threads with CMSIS-RTOS Interface
- Getting Started With STM32 & Nucleo Part 4: Working with ADC and DMA
- Getting Started with STM32 - How to Use SPI
- Getting Started with STM32 - Timers and Timer Interrupts