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

RMT not available? ADC2 unavailable? #2

Open
mogplus88 opened this issue Aug 19, 2020 · 1 comment
Open

RMT not available? ADC2 unavailable? #2

mogplus88 opened this issue Aug 19, 2020 · 1 comment

Comments

@mogplus88
Copy link

Just my two cents worth as a humble user.

  1. The RMT module seems to be not available in the Loboris port. It's used for some of the other functionality (neopoxel, DHT) but I could not discover a way to access it. In main MP it can be imported with "from esp32 import RMT" but "esp32" doesn't exist in Loboris version.
  2. I like the modifications to the ADC in Loboris, my project uses lots of adcs and the extra functionality really helped.
  3. I could not use ADC2 under Loboris. When I tried "xxx = ADC(Pin(25),unit=2" it returned "ADC unit error, only support ADC1 for now" message. I don't know if that's specific to my board (a Heltec WiFi Kit 32) or a broader problem.
@carterw
Copy link
Owner

carterw commented Aug 19, 2020

This repository hasn't been updated for years, which is a shame. A lot of great features.

I like the ADC functions too, I find that you still get readings from the ADC2 pins in spite of the error message, but I don't know if they are accurate. You can't use WiFi while they are initialized though.

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

2 participants