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

First version of micropython programm #5

Open
matt-kubica opened this issue Nov 6, 2021 · 0 comments
Open

First version of micropython programm #5

matt-kubica opened this issue Nov 6, 2021 · 0 comments
Assignees
Labels
feature New feature

Comments

@matt-kubica
Copy link
Owner

matt-kubica commented Nov 6, 2021

For now simple http server, exposing two endpoints with fake data (no communication with sensors):

  • for temperature, ex. /api/temperature/
  • for humidity, ex. /api/humidity
  • or optionaly one enpoint with both kinds of data

This could be built even on a personal computer since micorpython allows to do so and this version of programm won't be interacting with sensors via GPIOs.

#3 needs to be done first.

@matt-kubica matt-kubica added this to To do in WeatherStation Nov 6, 2021
@matt-kubica matt-kubica moved this from To do to In Progress in WeatherStation Nov 6, 2021
@matt-kubica matt-kubica added the feature New feature label Nov 6, 2021
@matt-kubica matt-kubica moved this from In Progress to Done in WeatherStation Dec 13, 2021
@matt-kubica matt-kubica removed this from Done in WeatherStation Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants