diff --git a/config.toml b/config.toml index 3bc7ee4..ce1f90b 100644 --- a/config.toml +++ b/config.toml @@ -1201,6 +1201,13 @@ theme = "doc-theme" parent = "pybytes" weight = 20 +[[menu.main]] + name = "Pybytes iOS" + url = "/pybytes/smart/" + identifier = "pybytes@smart" + parent = "pybytes" + weight = 20 + [[menu.main]] name = "Create new release" url = "/pybytes/releases/new/" diff --git a/content/pybytes/smart/_index.md b/content/pybytes/smart/_index.md new file mode 100644 index 0000000..5890ff5 --- /dev/null +++ b/content/pybytes/smart/_index.md @@ -0,0 +1,38 @@ +--- +title: "Pybytes iOS" +aliases: +--- + +Pybytes iOS app will allow you to quickly provision any number of devices effortlessly to Pybytes. +Your devices will need to run **firmware 1.20.1** or newer. + +Go to App Store and download Pybytes iOS app. +User your Pybytes web app account to log in. + +Pybytes iOS login + +Tip: Go to Pybytes web app with Safari on iOS or macOS and save your login credentials. +Then iPhone will let you pre-fill your saved password. + +Pybytes iOS login + +On the next screen, you will need to enter your Wi-Fi credentials. + +* if you are using iOS 12, turn off your Wi-Fi completely on your iPhone. +* use only Wi-Fi network with 2.4GHz (Pycom devices cannot connect to 5GHz network) +* your device might be provisioned faster if you move your device closer to your Wi-Fi router + +Make sure your devices are powered on and running firmware 1.20.1 or newer. + +Pybytes iOS login + +After a moment found devices should appear on the screen. +I might take up to several minutes until all your devices are provisioned. +The first device usually appears on the screen within one minute. + +Pybytes iOS login + +Then go to Pybytes -> devices. Your provisioned devices appear in the table. +The name of a device provisioned device is its Wireless MAC address. + +Pybytes iOS login diff --git a/static/gitbook/assets/pybytes/iOS/login.jpg b/static/gitbook/assets/pybytes/iOS/login.jpg new file mode 100644 index 0000000..a6ba273 Binary files /dev/null and b/static/gitbook/assets/pybytes/iOS/login.jpg differ diff --git a/static/gitbook/assets/pybytes/iOS/loginSavedPasswords.jpg b/static/gitbook/assets/pybytes/iOS/loginSavedPasswords.jpg new file mode 100644 index 0000000..cc98143 Binary files /dev/null and b/static/gitbook/assets/pybytes/iOS/loginSavedPasswords.jpg differ diff --git a/static/gitbook/assets/pybytes/iOS/provisionedDevicesIOS.jpg b/static/gitbook/assets/pybytes/iOS/provisionedDevicesIOS.jpg new file mode 100644 index 0000000..c183237 Binary files /dev/null and b/static/gitbook/assets/pybytes/iOS/provisionedDevicesIOS.jpg differ diff --git a/static/gitbook/assets/pybytes/iOS/provisionedDevicesPybytes.png b/static/gitbook/assets/pybytes/iOS/provisionedDevicesPybytes.png new file mode 100644 index 0000000..d3d1c49 Binary files /dev/null and b/static/gitbook/assets/pybytes/iOS/provisionedDevicesPybytes.png differ diff --git a/static/gitbook/assets/pybytes/iOS/wifiSettings.jpg b/static/gitbook/assets/pybytes/iOS/wifiSettings.jpg new file mode 100644 index 0000000..cf2fcef Binary files /dev/null and b/static/gitbook/assets/pybytes/iOS/wifiSettings.jpg differ