Jump to content
43oh

dsimo

Members
  • Content Count

    5
  • Joined

  • Last visited

About dsimo

  • Rank
    Noob Class

Contact Methods

  • Website URL
    http://www.hunterindustries.com

Profile Information

  • Location
    San Marcos, CA
  • Interests
    Firmware
  1. Hi Nick, thanks for your reply. The WEP mode is required as part of the board evaluation process ... I understand its weaknesses :-) ... can you redirect me to someone that could help with the WEP mode for this sketch? thanks regards, Diego
  2. Hi Nick, now that my simple server is working for WPA... my next step is to make it work for WEP... I changed: WiFi.begin(ssid, pass); // for WPA APs by uint8_t key_idx = 0; WiFi.begin(ssid, key_idx, pass); // for WEP APs this experiment did not work... so I started following the code and I ran into a little confusion since the function: wlan_connect(WLAN_SEC_WEP, ssid, strlen(ssid), NULL, key, key_idx); called by WiFi.begin appears to interpret the parameter key_idx as the length of the password? not as the key index... so I changed key_idx
  3. Hi Nick... never mind the last question... I got it working now!... thanks regards
  4. Hi Nick, thanks for the tip... how do I run the firmware update sketch?.... I do not see the option on energia menus? regards, Diego
  5. Hello I found the following YouTube video demonstrating a web server using the MSP430 CPU and the CC3000 Wi-Fi module, together with the Energia toolchain. The video is at http://www.youtube.com/watch?v=1yBP8HwUyeo The evaluation modules recommended in the video are the MSP-EXP430F5529LP launchpad evaluation board http://www.ti.com/tool/MSP-EXP430F5529LP With the CC3000BOOST booster module http://www.ti.com/tool/cc3000boost I got the parts and connected them. Got the energia toolchain and compiled and downloaded the simpleWebServer example. through the serial monitor
×
×
  • Create New...