Skip to content

ESP32 built-in hall sensor is not working #5400

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

Closed
Dcmwrnd opened this issue Jul 16, 2021 · 3 comments
Closed

ESP32 built-in hall sensor is not working #5400

Dcmwrnd opened this issue Jul 16, 2021 · 3 comments

Comments

@Dcmwrnd
Copy link

Dcmwrnd commented Jul 16, 2021

I have tried a few ESP32 boards & the built-in hall sensor does not work with v1.0.5 or newer. When I revert to v1.0.4, it works perfectly.

int val;

void setup() {
Serial.begin(115200);
}

void loop() {
val = hallRead();
Serial.print("Hall Sensor Reading: ");
Serial.println(val);
delay(200);
}

@lbernstone
Copy link
Contributor

Fixed in #5268

@stale
Copy link

stale bot commented Sep 19, 2021

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Stale Issue is stale stage (outdated/stuck) label Sep 19, 2021
@VojtechBartoska
Copy link
Contributor

Closing due there is merged PR already.

@VojtechBartoska VojtechBartoska removed the Status: Stale Issue is stale stage (outdated/stuck) label Mar 30, 2022
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