Hi I am trying to get my 128x32 oled device working with my nrf52 development kit board. Using PCA10040. Does anyone have or know of any example code that can get it up and running? Also I plan on using it with I2C connections. Thanks
Hi I am trying to get my 128x32 oled device working with my nrf52 development kit board. Using PCA10040. Does anyone have or know of any example code that can get it up and running? Also I plan on using it with I2C connections. Thanks
Thanks all for your information and input.
Hi,
For I2C you can look into the documentation for the TWIM (Two wire interface Master) that is I2C compatible. We also have examples in our SDK on how to use this module, for example the TWI sensor example found under \nRF5_SDK_11.0.0_89a8197\examples\peripheral\twi_sensor
Best regards,
Øyvind