Jump to content
43oh

Icion

Members
  • Content Count

    5
  • Joined

  • Last visited

About Icion

  • Rank
    Noob Class
  • Birthday 10/18/1985

Contact Methods

  • Website URL
    http://www.cdelec.co.za

Profile Information

  • Gender
    Male
  • Location
    South Africa
  • Interests
    IoT is my latest craze
  1. I moved over to Mac OSX and Yosimite yesterday and found a single solution from Energia that worked after none of the others worked. https://github.com/energia/Energia/issues/500 Disabling the kext worked best for me. Hope it works for you as well
  2. Have been having great strides with CC3200 and Energia, but I hit a snag, hoping someone can assist. I am attempting to use a AP server to display to surrounding available SSIDs and connect to it. Unfortunately as soon as I try to connect to the Wlan using WiFi.Begin it just fails. I have attached the test code below. When removing the WiFi.BeginNetwork(); the CC3200 connects to the WLan mentioned. But as soon as you introduce the AP it just doesn't connect. //Include Files #include <WiFi.h> #include <WiFiClient.h> #include <WiFiServer.h> #include <WString.h>
  3. Hi Guys, Robert, I need some assistance, You mentioned in (https://github.com/energia/Energia/issues/414) that an example of using AP would be to use it to connect to a WLAN. Now your ScanNetworks example works perfectly, but I'm finding that when connected as an AP the function returns 0. What would the easiest work around be? I can't imagine disconnecting as an AP to scan would be helpful. Thanks, Abrie
  4. Hi Guys, Just an update, got it working on Android smartphones. It seemed that the buffer length was too small, by increasing it to 300 it started working. i.e. char buffer[300] = {0}; My iPhone 5 however does not trigger the while (client.connected()) event, so that's a new problem on its own. Hope it helps. P.S> I also got the AP working which includes the LED toggling thanks to Energia.
  5. CC3200 LAUNCHXL v4.1 ENERGIA 0101E0013 WINDOWS 7 Hi Guys, So I just got a few CC3200 Launchpads to do some prototyping on. Ultimately I would like to be able to connect onto the Launchpad without having to first go through my router. But I digress... I've been running the SImpleWebServerWIFI sketch from Energia. It works as expected when I have my computer with Chrome accessing it, But as soon as I connect with my Android phone(4.4.2) and chrome(v39.0.2171.59) and press a button the unit freezes up. Attempting to connect to Network named: WNL108 .. You're connected to the network
×
×
  • Create New...