Maciej Pijanowski 18a4f3c9e6 Merge pull request #1 from Dasharo/impl
Implement I2C to UART relay
2023-09-15 11:16:52 +02:00
2023-09-14 18:12:18 +02:00

README

Env setup

Building

west init -m https://github.com/Dasharo/zephyr-i2c-to-uart.git --mr master
west update
west build --board nucleo_l432kc zephyr-i2c-to-uart/app/

Flashing

west flash

Using

By default, I2C is exposed on PA9 (CLOCK) and PA10 (DATA) pads. See the pinout here. All data coming from I2C is forwarded to virtual UART which works over USB (CDC-ACM).

When using with Clevo laptops, following connection must be made:

  • SMC - PA9
  • SMD - PA10
Description
No description provided
Readme 43 KiB
Languages
C 94.8%
CMake 5.2%