Jump to content
43oh

Ponez

Members
  • Content Count

    7
  • Joined

  • Last visited

Everything posted by Ponez

  1. 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
  2. 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
  3. How i have to declare "serachedSsid" when i want to use it with your correct code.
  4. 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.
  5. 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 .
  6. 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
×
×
  • Create New...