Last updated
Last updated
In this section, we will explain to you how to connect your device to Pybytes by flashing Pybytes library manually.
From firmware 1.16.x onwards all Pycom devices come with Pybytes library build-in /frozen
folder. That means that you can add your device quickly without the need of flashing Pybytes library manually.
At the last step of the "Add Device" process:
Click on download "Pybytes library"
You can also download Pybytes library at the device's settings page:
2. Navigate to your device in Pybytes;
3. On your device's page click on settings tab;
4. Click on the button Download at Pybytes library;
Connect your device to your computer with USB cable.
Extract download Pybytes library and open extracted folder with Atom.
Get your device serial port: in Pymakr plugin click on More > get serial ports
Paste your device's serial port to pymakr.conf
file:
Checkout your flash/pybytes_config.json
file. It will be pre-filled with your information from Pybytes
Like deviceToken or WiFi credentials. You can change e.g. your WiFy password here.
Upload code to your device by clicking on Upload button in Pymakr.
After all Pybytes library files are uploaded to device, device will restart and will connect to Pybytes.
Pybytes library is written to /flash
folder and will take precedence over build in firmware libraries in /frozen
folder.
Now it's time to display data from your device into Pybytes dashboard.
In case you haven't installed Pymakr plugin, follow .
Put your device in .