Hello to all,
I am new in this community.
I am working on a small project and doing my first steps using arduino IOT 33 .
For a few days i am trying to print just a "Hello world" with waveshare 1.3inch OLED (SH1106) with no luck.
I have tried SPI with no results. After that I tried I2C. Changed the BS1 from 0 to 1 as noted in the wiki (switching the jumper) and tried the example from waveshare , changing the flag in DEV_config.h with no results.
I tried to scan I2C in order to make a list of connected devices and the output was the following:
Scanning...
I2C device found at address 0x60 !
I2C device found at address 0x6A !
done
Any help would be appreciated.