-
Notifications
You must be signed in to change notification settings - Fork 11
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
Demo program for ESP32 and logging to a webpage #20
Comments
Concidentally I have an ESP32 based board available and will play around with creating a small program to illustrate WiFi connectivity and logging to a webpage. This will be part of the development branch for v1.0.7 |
I've got an example running and have expanded it to also log data to a SD-Card, if one is present. Will work on testing the program and cleaning up the code before adding it to the next release |
Completing final checks and preparing the Wiki documentation prior to publishing |
The Doxygen and Travis-CI tests passed successfully, so am closing this issue and hopefully v1.0.7 will get released soon; so far this is the only change for that release. |
Is your feature request related to a problem? Please describe.
An additional example program showing how to send BME680 logging data to a web page would be helpful. The ESP32 has built-in WiFi so is a good hardware platform for this example
Describe the solution you'd like
A running example program for the ESP32 microprocessor platform showing BME680 data going to a self-hosted webpage using AJAX
Describe alternatives you've considered
While adding a WiFi breakout to a smaller Arduino is possible, that would require specific programming for the various WiFi breakout boards available. Each example would be for just one WiFi board and be too much effort.
Additional context
None
The text was updated successfully, but these errors were encountered: