ArneJoris
(Arne Joris)
1
The example code for the RAK15000 EEPROM wisblock powers on the EEPROM chip by pulling WB_IO2 high:
pinMode(WB_IO2, OUTPUT);
digitalWrite(WB_IO2, HIGH); // power on for AT24C02 device
I cannot find any reference to WB_IO2 or any ports other than the I2C SCL and SDA ports on the port mapping spreadsheet..:
I am trying to use the EEPROM in slot D, which pin should I be using to power on the EEPROM?
carlrowan
(Carl Rowan)
2
Welcome to RAK forum @ArneJoris ,
The IO2 controls 3V3_S line. That’s is the case in all sensor slots (from sensor slot A to F).
The transistor switch for 3V3_S can be found on all WisBlock Base. All uses IO2 to enable 3V3_S supply.
These schematics are in datasheet.
system
(system)
Closed
3
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.