This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hello,
I was working on a project in which I had to transmit the I2C data received to another board using Easylink API.
I first worked on the example I2C Temperature sensor code and Easylink Rx/Tx Codes given in resource monitor and made some changes.
I2C code is working well ... But I'm finding difficulty in combining both I2C and Tx/Rx codes, Can anyone help me with that...
I have attached the codes that I have modified below.
This is the I2C code i wrote to obtain 12 sensor data's From another MCU and the Code is working well...I have named the sensor data as a,b,c,d,e,f,g,h,i,j,k,l.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thank You.
Hi,
I don't have the bandwidth to review your code. However I will try to give you some pointers on how to debug your issue.
Did you see our debugging guide for I2C?
Cheers,
Marie H
I used these codes:-
I2C example
https://dev.ti.com/tirex/explore/node?node=A__AKGogX4.qFWCnpfBtpYh9Q__com.ti.SIMPLELINK_CC13X0_SDK__eCfARaV__LATEST
Easylink Example-
https://dev.ti.com/tirex/explore/node?node=A__AEnagmTscfJV575Q.-KiGw__com.ti.SIMPLELINK_CC13X0_SDK__eCfARaV__LATEST
I want to transmit all Data Received from I2C through that Tx code.
Thank you.
Hi,
I believe there is an EasyLink API to set TX power. Did you look in the EasyLink header file?
To increase your range please go through this app note and the advice given:
https://www.ti.com/lit/swra370
Cheers,
Marie H