Difference between revisions of "2 WiFI wireless connection"
(→BPI:bit connect WiFI AP) |
(→BPI:bit connect WiFI AP) |
||
Line 12: | Line 12: | ||
::[[File:Try_connect.png]] | ::[[File:Try_connect.png]] | ||
− | *In the default networking mode, if no network has ever been configured, the board will initially automatically connect to the WIFI hotspot with WIFI name:webduino.io password:webduino. | + | *In the default networking mode, if no network has ever been configured, the board will initially automatically connect to the WIFI hotspot with WIFI name:'''webduino.io''' password:'''webduino'''. |
Revision as of 22:52, 20 February 2019
WiFI wireless connection
BPI:bit connect WiFI AP
- After the firmware is powered on, it will try to connect to the Internet by default after the LED light in the panel has been rolled over. You may notice that if the tool or artificial Ctrl + C stops at this time, there will be no connection to the Internet. The following code is required
mport wifi # booy.py default enable wifi.try_connect()
- As shown below, import wifi is invoked by default in boot.py, so you can also call wifi.try_connect() directly from REPL.
- In the default networking mode, if no network has ever been configured, the board will initially automatically connect to the WIFI hotspot with WIFI name:webduino.io password:webduino.