We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop the software on the PicoBricks board to communicate directly with the WiFi2BLE REST API for desk control.
To enable the PicoBricks board to control desks by sending HTTP requests to the API, facilitating physical interaction with the desk control system.
GET
PUT
urequests
api_key
Include code snippets and explanations in the project report. Address any limitations due to the hardware's capabilities.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Develop the software on the PicoBricks board to communicate directly with the WiFi2BLE REST API for desk control.
Motivation
To enable the PicoBricks board to control desks by sending HTTP requests to the API, facilitating physical interaction with the desk control system.
Proposed Solution
GET
andPUT
requests from the PicoBricks board.urequests
library or equivalent in MicroPython for HTTP operations.api_key
in the HTTP request headers as required by the API.Acceptance Criteria
Additional Info
Include code snippets and explanations in the project report. Address any limitations due to the hardware's capabilities.
The text was updated successfully, but these errors were encountered: