Smbus with the PSoc4

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi, this is Gaurav.

   

Please guide me for the SMBus protocol. MXL90614 infrared temp sensor. I want to communicate the sensor with the PSoC and then send the data to the BLE.

   

 

   

Please do guide me.

   

I'm attaching the TempSensor's Data sheet.

   

Thank you

0 Likes
6 Replies
lock attach
Attachments are accessible only for community members.
ToVa_285016
Level 5
Level 5
100 replies posted 50 replies posted 50 questions asked

Hi,

   

I connected with this sensor to test a few months ago.  See attached.
Regards,

   

Tom

0 Likes
Anonymous
Not applicable

Thank you tdvdesign,

   

I download your project into my PSoC chip. But i don't get where should i check the Temp readings.

   

Please guide.

   

 

   

Br- Gaurav Badgujar

0 Likes
Anonymous
Not applicable

I'm still not getting any output can you please tell me what should be the steps.

0 Likes

Hi Tom,

   

I understand the I2C module in the CyComponentLibrary can't write to a device with address 0x00 because valid addresses for the API calls are 8 to 120.  How were you able to change the device address of the IR sensor from the factory default of 0x00 to 0x5A?  Did you use a different SMBus master to do this?

   

 

   

Thanks,

   

-Ted

0 Likes
Anonymous
Not applicable

Hey tdvdesign, Thanks

   

Can you reply me over my gmail => 3015gaurav@gmail.com . I needed your help to code the psoc4-ble. 

   

Please!

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The SMBus is compatible to I2C, so you may use an I2C Master component to talk to the MXL90614. Read the I2C datasheet thoroughly and understand how it works.

   

 

   

Bob

0 Likes