Jump to content
43oh

Info on CC3200 module


Recommended Posts

Dear All,

I am interested in purchasing the following Wifi module based on CC3200 ... http://www.exp-tech.de/en/redbearlab-wi-fi-micro

I have noticed that it can be programmed with Arduino like syntax using Energia. I have three questions please:

1) Is there any API to lower power consumption (hibernated mode) since I would like to send data every 2-3 hours?

2) I would like to send data over SSL and I noticed that it has a crypto engine. Could you please let me know if there is any API to upload certificates?

If positive are there any examples in Energia?

3) I looked also at the Wifi examples of Energia 1.6.10 but I did not find any example with SSL. Could you please let me know if there is a library for SSL?

Thank you in advance.

Best,

George

Link to post
Share on other sites
  1. Low power for the CC3200 is not that straight forward unfortunately. I have attached 2 Sketches for the CC3200 LaunchPad. One is low power always connected and the other one is low power with intermitted connect. Note that when the CC3200 goes into low power, pin configurations are not maintained and we need to be reconfigured. There is a function in the Sketch called setupPeripherals() in which you can do so.
  2. There is no API to upload certificates. You will need to upload them with Uniflash. Right now certificates are not validated on the connection.
  3. Currently there is only one API called sslConnect.

WiFiPowerSketches.zip

Link to post
Share on other sites
  • 4 weeks later...

Hello again,

I have connected the RedbearLab WifiMicro (http://discuss.redbear.cc/t/cc3200-wifi-micro/897/3) with a Real-Time Clock using I2C communication (SDA, SCL) and a sensor board using UART communication (Rx, Tx).

When initiating the low power mode by using the api "goto_sleep(seconds)" should I also call the function "setupPeripherals()" and redefine the SDA, SCL, RX, Tx pins or this is just needed for the Digital In/Out pins?

Thanks in advance.

Best George

 

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...