Hi,
I would like to use I2c on CC2430. The SPI protocor and the UART are fully supported, but how can i get I2C support as well?
thanks,
Nir
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.
There is the Z-Stack that can be downloaded which runs on the CC2430. In this software, there is a Hardware Abstraction Layer (HAL) that has implementation of I2C. I presume you want I2C master capability.
The Z-Stack can be found at http://focus.ti.com/docs/toolsw/folders/print/z-stack.html
Unfortunately we don't have a HAL API that supports I2C. So you will just have to bit-bang this since the CC2430 doesn't have an I2C peripheral controller.
Hi Baba Sanfur,
Just google CC2430 & I2C, and you can find the S-Mote from TinyOs supporting the CC2430 with an I2C driver.
http://mobed.yonsei.ac.kr/pdf/index.php?name=sukwon-secon2007.
Check out
Enjoy,
LPRF Rocks the World
One more thing....
This is the best place to go for Open Source CC2430 ideas for firmware and hardware.
Enjoy,
LPRF Rocks the World
Brandon,
Can you be more specific as to the file and the loction which contains the HAL implementation of the I2C?
Thank you for any assistance,
Joel
Hi,
I want to use I2C (Bit bang) for one sensor (SHT11) interface to Cc2430 .. I tried to get I2C.c file in the Zstack but could not find it .. can you provide the link /doc to get the I2C.c for cc2430..
regards chethan
Check the RemoTI stack for CC2530. It includes a hal_i2c.c driver that can be ported to CC2430.
LPRF Rocks the World
Hi,
Pls help me to solve the problem which I posted In the link
http://e2e.ti.com/support/low_power_rf/f/159/p/18211/70711.aspx#70711
regards
chethan