Skip to content

Correct values of Nano 33 BLE power save pin macros #10

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

Merged
merged 1 commit into from
Aug 14, 2020
Merged

Correct values of Nano 33 BLE power save pin macros #10

merged 1 commit into from
Aug 14, 2020

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Jul 7, 2020

The values of the PIN_ENABLE_I2C_PULLUP and PIN_ENABLE_SENSORS_3V3 macros were swapped with each other.

#define PIN_ENABLE_SENSORS_3V3 (32u)
#define PIN_ENABLE_I2C_PULLUP (33u)

{ P1_0, NULL, NULL, NULL }, // I2C_PULL
{ P0_22, NULL, NULL, NULL } // VDD_ENV_ENABLE

Clipboard01

The values of the PIN_ENABLE_I2C_PULLUP and PIN_ENABLE_SENSORS_3V3 macros were swapped with each other.
@Petorrr
Copy link

Petorrr commented Aug 13, 2020

Updated Arduino to V1.1.6 of the Nano BLE variant today (coming from 1.1.4) but this fix is still not in....? It really should get higher prio, because now you can't get it the board into a decent power down situation with only a few microAmps in deep sleep mode! I swapped the definitions in pins_arduino.h again to fix it locally.

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

Successfully merging this pull request may close these issues.

3 participants