If you did not get started with our devices yet, please follow this guide first.
If you already have a Forum or Webshop account, you can use the same credentials to log into Pybytes
Else, go to Pybytes and create an account
Select your device (WiPy, LoPy, SiPy, etc.).
Select your network options. This will be how your device connects to both Pybytes and the internet. For now, we will choose WiFi. This will show a subwindow where you enter your WiFi credentials. This will only be used to connect your device with a WiFi network to access pybytes.
Enter a unique name for your device and hit save!
After creation, you will land on the provisioning page. This is where we ‘inform’ the device about the Pybytes connection and how to set it up. The first time you set up the device for use with Pybytes, you will need to provision it using the Firmware Updater Tool. This is a good moment to become familiar with the tool here.
Pybytes activation token
. Generate a token from pybytes and paste it in the Firmware Updater tool. This will instantly generate a success message in Pybytes.Reset your Pycom device using the reset button. This will reboot the device and activate the Pybytes connection automatically. The output will look similar to this. You should see the Last Connection
status in Pybytes change from Never
to Seconds ago
If you get any kind of error message, check the WiFi credentials you entered are correct and that you are in range of this WiFi network
Now, in the REPL, you can type:
>>> pybytes.send_signal(1, "hello world")
And it will show up on Pybytes in the signals
tab:
You can continue to display data from your device into the Pybytes dashboard