Skip to content

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