OpenMQTTGateway icon indicating copy to clipboard operation
OpenMQTTGateway copied to clipboard

Add SHT31 and E-Paper support

Open knopserl opened this issue 6 years ago • 11 comments

I was thinking to use this project for a quality temperature/humidity sensor with e-paper (Wavershare, 1,54" 200x200 pixel) with LiPo battery. I would need some help to add support for a SHT31 temp/humitidy sensor and also for a waveshare (or any other) e-paper/e-ink. The libs are available but if somebody could proper integrate it into the project, that would be great.

knopserl avatar Mar 24 '18 21:03 knopserl

Could this be added as SHT3x to include other versions of this sensor?

BertrumUK avatar Mar 27 '18 19:03 BertrumUK

yes of course ;-)

1technophile avatar Mar 27 '18 19:03 1technophile

i added SHT3x, m5stack and CCS811 to the code. im hopeless with GITHUB and CODE but it works https://github.com/stripeyhorse/OpenMQTTGateway

stripeyhorse avatar Jul 18 '18 13:07 stripeyhorse

great, could you submit a pull request so as to enable me to add it easily?

1technophile avatar Jul 18 '18 17:07 1technophile

@stripeyhorse do you need some help so as to submit a pull request?

1technophile avatar Jul 28 '18 15:07 1technophile

@stripeyhorse so you have included the SHT3x sensors (SHT31, 35 etc) and a TFT display support from the m5stack? But there is still e-paper support missing right?

knopserl avatar Jul 29 '18 20:07 knopserl

@1technophile Yes please. i did try and do it but ive ended up with https://github.com/stripeyhorse/OpenMQTTGateway

My SHT3x sensor on my m5 stack has been working great all week. I think my CCS811 is faulty thou so ive stopping using it. I have ordered more and a few different sensors as well. The code is pretty hacked together but i did try and follow the layout and style already used.

stripeyhorse avatar Jul 31 '18 06:07 stripeyhorse

@stripeyhorse When on your OMG repository main page you should see a button "New pull request". Click on it You will see the changes you have made. Check these changes. If ok click on "create pull request" Name it and put some descriptions

Once done I will review the changes made

1technophile avatar Jul 31 '18 07:07 1technophile

thanks @1technophile i just did that. happy to help btw. Im not a great coder but the code base is easy so happy to add more sensors.. ive got more on the way...

stripeyhorse avatar Jul 31 '18 13:07 stripeyhorse

In the mean time how about adding support for SSD1306 oled displayes, these are pretty common.

insane2subro avatar Aug 01 '18 09:08 insane2subro

@insane2subro feel free to submit a pull request also :-)

1technophile avatar Sep 07 '18 21:09 1technophile