
Ponez
Members-
Content Count
7 -
Joined
-
Last visited
About Ponez
-
Rank
Noob Class
Profile Information
-
Location
Germany
-
Hi everybody, I'm facing this problem right now. My question is, how can i read 50 bytes after '/r'. Little Code Example would be great. Thanks
-
CC3200 LAUNCHXL WiFi.beginNetwork deletes Array
Ponez replied to Ponez's topic in Energia - TivaC/CC3XXX
And again, thanks a lot. Now it works great. -
CC3200 LAUNCHXL WiFi.beginNetwork deletes Array
Ponez replied to Ponez's topic in Energia - TivaC/CC3XXX
I get this Error... SearchNET_and_start_ap.cpp: In function 'void listNetworks()': SearchNET_and_start_ap.cpp:83:30: error: array bound forbidden after parenthesized type-id } ^ SearchNET_and_start_ap.cpp:83:30: note: try removing the parentheses around the type-id SearchNET_and_start_ap.cpp:86:39: error: array bound forbidden after parenthesized type-id { ^ SearchNET_and_start_ap.cpp:86:39: note: try removing the parentheses around the type-id -
CC3200 LAUNCHXL WiFi.beginNetwork deletes Array
Ponez replied to Ponez's topic in Energia - TivaC/CC3XXX
How i have to declare "serachedSsid" when i want to use it with your correct code. -
CC3200 LAUNCHXL WiFi.beginNetwork deletes Array
Ponez replied to Ponez's topic in Energia - TivaC/CC3XXX
What a great forum here! Thanks a lot for your explanation. I think I get it . I will make a few test sketches to train a bit. -
CC3200 LAUNCHXL WiFi.beginNetwork deletes Array
Ponez replied to Ponez's topic in Energia - TivaC/CC3XXX
Thanks for your fast reply. I will try it as soon as possible. It's a bit difficult to get behind the logic of pointers and arrays . -
Hi together, i got a problem in Energia and my CC3200 LAUNCHXL. The first thing i do in my code is to check for nearby WLAN networks. The founded networks are stored in the "searchedSsid" Array. The Problem. Until i go to "Wifi.beginNetwork" all the Networks are stored in the Array but behind this point when the AP have started the Array is empty. I can open the string in the Array but they are empty. I want to display all the nearby networks on the webpage. #ifndef __CC3200R1M1RGC__// Do not include SPI for CC3200 LaunchPad#include <SPI.h>#endif#include <WiFi.h>char wifi