cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 with TSL2561 I2C

eeyjws
Associate II
Posted on March 17, 2015 at 12:31

Hi, I'm working on STM32F072b discovery board.

I am new to this so I don't know much.

I am trying to make the luminosity sensor, TSL2561 with I2C serial bus communicate with my dis.board.

Can someone show me step by step of how to do this?

And I have some question, Do i need to config I2C port of the STM32 as I2C master?

#stm32f072b-discovery-b #tsl2561
2 REPLIES 2
mandrake
Senior
Posted on March 17, 2015 at 14:42

That usually makes sense. The MCU is configured as master and the device is slave.

eeyjws
Associate II