A grisp application that tries to connect to GRiSP.io, and link the device.
This app has been thought to be serviced to the user through the GRiSP.io device web view.
Login on grisp.io and navigate to your Grisp Manager web view.
- Click on
Link Device
button - Follow instrucitons to download a ready made application.
- Click
Download Application
- GRiSP Manager will fill the
config/sys.config
file of this project with a valid token and offer the deployed app to the user in a zip file. - Extract the zip content onto an SD card.
- Click
Finally, insert the SD card and connect the board to the internet via an ethernet cable. You should see your device appear on the Grisp Manager web page.
Alternatively, you can clone this repo and copy the device_linking_token
from the web page directly inside config/sys.config
.
You might want to setup wpa_supplicant settings for you WiFi since you are here. You do not need it if you plan to use an ethernet cable.
Then you can deploy the app on the grisp board as it is done for any standard GRiSP application.