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

Compatibility with ESP-WROOM-32D #6

Open
KatiGithub opened this issue Jul 21, 2020 · 2 comments
Open

Compatibility with ESP-WROOM-32D #6

KatiGithub opened this issue Jul 21, 2020 · 2 comments

Comments

@KatiGithub
Copy link

I don't know if this is a noob problem but when I connect the library with my ESP32, it returns just 0. Yes, I have set the correct analog channel (I use A0 which is pin 36 on the ESP32) and I went as far as to go into the library and modify the already set pin inside the cpp file. I don't know what I must do to be able to make the ESP32 and the library compatible together. Please help.

@hunterjlu
Copy link

I got the same problem here...Initially when compiling, I got the un-declared A0 pin issue inside the .cpp file, so I changed it to 39, which is ADC0, and compiling mistake went away, but it returns from serial port with 0ppm, not sure where went wrong.

@dr3adx
Copy link

dr3adx commented Jul 29, 2022

problem is code gets stuck while reading EEPROM value, comment out those lines and boom!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants