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

Could it work with an ESP8266? #19

Open
flywire opened this issue Nov 28, 2020 · 1 comment
Open

Could it work with an ESP8266? #19

flywire opened this issue Nov 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@flywire
Copy link

flywire commented Nov 28, 2020

Could it work with an ESP01?

Sadly the ESP01 doesn't have an ADC and we need one to measure the solar panel input voltage.

An ESP8266 has one ADC channel with 10bit resolution so it may work, but the little extra resolution of the ESP32 and far more flexibility made it an easy choice. The ESP32 has 12 bit resolution (0-4096).

So the answer is yes ??

Comparison - note ESP32 has bluetooth. What is the concern about flexibility?

@t413
Copy link
Member

t413 commented Nov 29, 2020

Sure, give it a shot! I haven’t tried it. And it will definitely work great if you’re using one of the now-supported DPS5005 power supplies that have input voltage measurement built in.

I’m curious though, why an 8266?

@t413 t413 added the enhancement New feature or request label Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants