Other Parts Discussed in Thread: CC3100
Hello Ti support team,
Let me explain the project background.
Host MCU: K61P256M150SF3RM
OS: MQX RTOS
Wi-Fi interface : CC3120 through SPI protocol.
IDE: Codewarrior ver10.6
I've already configured cc3120 Wi-fi chip to my host MCU which running on MQX RTOS. I could successfully run http webserver, telnet and FTP services etc,. Recently I got a new requirement that need to
broadcast information from host MCU when ever a new events occurred. We have selected MQTT protocol as a broadcast protocol. I've gone through Wi-fi MQTT wiki ()
and added source files from simplelink_sdk_wifi_plugin_4_20_00_10 SP release. I've modified POSIX related dependency from Ti RTOS and added MQX related APIs such as semaphore, task, mutex and message queue, etc. I try to execute mqtt_client_app example and could not succeed so far.
Note: I am still using CC3120 Gen1 stack due to some technical challenge and time constrain issues. I hope mqtt will support with Gen1 stack.
Here is my doubts,
1. Is there any porting document available for MQTT stack?
2. Will it work if I directly replaced RTOS components (POSIX dependencies)?
3. How can I test whether my code is running or not?
4. How can I test with a public mqtt broker which installed in my PC and connected to same network which CC3120 connected.
Basically I stuck in mqtt stack porting and testing part.
It would be great if someone could help me.
Thanks in advance.
BR,
Paul