Skip to content
New issue

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

[Feature] - Implement PicoBricks Communication with WiFi2BLE REST API #45

Open
3 tasks
RespectMathias opened this issue Oct 29, 2024 · 0 comments
Open
3 tasks

Comments

@RespectMathias
Copy link
Contributor

RespectMathias commented Oct 29, 2024

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

  • Write code to perform HTTP GET and PUT requests from the PicoBricks board.
  • Use the urequests library or equivalent in MicroPython for HTTP operations.
  • Include the api_key in the HTTP request headers as required by the API.
  • Implement error handling for network issues and API errors.

Acceptance Criteria

  • Feature is clearly defined
  • Meets proposed solution
  • Tests considered

Additional Info

Include code snippets and explanations in the project report. Address any limitations due to the hardware's capabilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

1 participant