Skip to content

Dasharo/zephyr-i2c-to-uart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published