nRF5 SDK v11.0.0
TWI Sensor Example

The TWI Sensor Example demonstrates how to use the I2C interface by communicating with the accelorometer (MMA7660FC). Data is collected from the accelorometer and sent by UART.

This example assumes that an mbed application shield is used and that the SDA line is connected to PIN30 and the SCL line is connected to PIN7.

You can find the source code and project file of the example in the following folder: <InstallFolder>\examples\peripheral\twi_sensor

Testing

Test the TWI Sensor Example application by performing the following steps:

  1. Connect the mbed application shield to the development board.
  2. Compile and program the application.
  3. Start a terminal emulator like PuTTY and connect to the used COM port with the following UART settings:
    • Baud rate: 115.200
    • 8 data bits
    • 1 stop bit
    • No parity
    • HW flow control: RTS/CTS
  4. Observe the data from the accelerometer.

Documentation feedback | Developer Zone | Updated