Other Parts Discussed in Thread: CC3100
We try to use the CC3200 for an application WITHOUT host. The intention is to read sensors and send the values to a server via HTTP.
This appears to be very complicated:
Many functions of the CC3200 device require a host to respond. For example sl_start(0,0,0) leads to a message to the host (via SPI or UART) and will wait forever for the answer of the host.
We have already mimicked a simple response from the host, so we could satisfy part of the initialization. But the host seems to be fairly deeply integrated and needs to provide intimate data to the CC3200 device.
It seems to be very complicated to integrate part of the host functions into the CC3200 device.
Therefore the question:
What is the simplest way of building a standalone application for the CC3200 which is able to connect to a WLAN AP and send data via HTTP, please?
Thanks you very much in advance and wish you all the best.