-
Notifications
You must be signed in to change notification settings - Fork 2
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
Tester code for temperature/humidity/pressure sensor (currently working) #63
base: main
Are you sure you want to change the base?
Conversation
Update temperatureSensor with related libraries (WIP)
|
Lmk if/when I should merge. |
…code for adafruit bme680 temperature sensor
Do you mind addressing the formatting issues? Instructions for pre-commit are available at https://ac-training-lab.readthedocs.io/en/latest/contributing.html#create-an-environment. |
@Luthiraa can you resolve the issues with .gitignore? |
They have been addressed. Should I merge? |
Seems to still have some kind of issues that's blocking merging |
Is there no micropython implementation for this sensor? Also, is this already set up with mqtt and a corresponding web app? |
I'll check over the issues again. In terms of the sensor program itself, it is a micropython implementation. The webapp is a streamlit app. How should I merge the webapp to this repository as it is currently implemented here. |
Okay, thanks for clarifying that it's micropython. I just invited you to the hugging face organization, you can create a new hugging face space there, similar to the other ones. More instructions at https://ac-training-lab.readthedocs.io/en/latest/devices/setup_iolt_devices.html |
I created a streamlit web app under AC's hugging face and updated it with the code from my repo. I also made a folder with the scripts for the temperature sensor. However, I'm a little fuzzy on how it works autonomously... Correct me if I'm wrong but are the scripts loaded onto the device and set up in a permanent spot in the office and the web app can be used to retrieve the sensor data? If so, there might be an issue with the traffic so should I consider adding a limit to the data it transmits? |
Do you mind taking a look at the other examples? https://huggingface.co/collections/AccelerationConsortium/hardware-control-66a4506f9876e9781c8a0808 Yes, the microcontroller should be running the microcontroller code and constantly publishing data to the corresponding topic. I'm not worried about the traffic. |
No description provided.