I would like to send messages via the I2C with a python script to the FLIR Lepton camera module. I need some help with the syntax, I read the lepton datasheet but I do not understand the terms Word start and Word end. I tried sending different messages via the smbus lib for python but I was not yet sucessful in receiving an answer via I2C. I am using the correct address 0x2a but what should follow? SPI works fine I get images.
thank you for the reply but I have been reading through the guide already for setting up the camera. I now need control of the I2C. This is however described in the engineering datasheet but it is not clear to me what I have to do maybe I supply the lines I dont understand. First a simple example program for I2C communication.