Other Parts Discussed in Thread: CC2640
Tool/software: TI-RTOS
Hi,
I want to add some network features into my cc2640 board by connecting a external gprs moderm over uart.
So, I tried to add a tcp/ip stack and a ppp driver to my project. Then I found that Ti NDK was quite useful and I have already downloaded the ndk 2.25.
1.Could anyone give me some advice about how to integrate the tcp/ip stack into ble 3.0 stack?
2.Does Ti have some examples about how to use ppp over uart(I found that some developers were in trouble about this as well ).