You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/09/30 00:05:06 UTC

[GitHub] [incubator-nuttx] quantumhu opened a new issue #4629: Can't get Particle Photon Wi-Fi to work on 3 different versions

quantumhu opened a new issue #4629:
URL: https://github.com/apache/incubator-nuttx/issues/4629


   I'm having an identical issue to a previously closed issue here: https://github.com/apache/incubator-nuttx/issues/3663
   
   I have the Particle Photon board and am unable to get the WiFi working. I've taken approximately the same steps as the issue opener above did:
   
   ```$ git clone https://github.com/apache/incubator-nuttx.git nuttx
   $ git clone https://github.com/apache/incubator-nuttx-apps apps
   $ cd nuttx
   $ ./tools/configure.sh -m photon:wlan
   $ make menuconfig
   $ # set WAPI config under Application Config > Network Utilities > Network Initialization
   $ make
   $ sudo dfu-util -d 2b04:d006 -a 0 -s 0x08020000 -D nuttx.bin
   ```
   
   I tried version 10.1.0, 9.0.0 and 8.2 and all three didn't work. I don't have a serial device to check the boot up logs. Just wanted to check in to see if I missed something obvious.
   
   Thank you!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] quantumhu commented on issue #4629: Can't get Particle Photon Wi-Fi to work on 2 different versions

Posted by GitBox <gi...@apache.org>.
quantumhu commented on issue #4629:
URL: https://github.com/apache/incubator-nuttx/issues/4629#issuecomment-930656581


   Update: When I use my phone hotspot, it is able to connect on both versions of NuttX and I'm able to successfully telnet. I assume that my iPhone uses WPA2 Personal, so the only difference between my test WiFi and phone hotspot is that my test WiFi SSID has a dash and numbers.
   
   Is it possible the dash (hypen minus 0x2d) is being encoded improperly or read improperly?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org