View Single Post
Old 02-20-2021, 02:03 PM   #58
hobnail
Running with scissors
hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.
 
Posts: 1,590
Karma: 14328510
Join Date: Nov 2019
Device: none
That's what I want to do. My idea is to use mqtt for the sensor to send data to an android tablet; the tablet would be an mqtt broker. The tablet is always on unlike the computer. Then the e-paper display can fetch it also using mqtt. This would allow me to have more than one display fetching the data.

Here's another display library. It's written for the arduino but that shouldn't be a problem since the esp32 can use the arduino api. I want to try and use espressif's idf api instead of the arduino one.

https://github.com/ZinggJM/GxEPD
hobnail is offline   Reply With Quote