I have an Arduino Nano Click Shield with Knob G Click, Arduino Nano, and OLED B Click installed. How do I write an Arduino program to reach the Click modules? These are SPI modules so I would need the addresses and register details. I’ve downloaded the zip docs for the Click modules, but it’s all rather confusing. I don’t understand the MikroBUS system. Help, please.
Looking a the Click and Microbus information, I think Sparkfun has MicroMod. The Microbus is well defined and is supporting SPI, I2C, Serial interface, and a couple of other pins. There are many boards supported. While there is a lot of knowledge about IDE and programming here, for Click and/or MicroBus, I think there is more knowledge & you are better off using https://www.mikroe.com/.
Now I looked at your OLED-B on the forum on that website there as well. I tried to find more info on that forum but fair to say got lost. I could not find a program that can be used on the mentioned website, but did find on https://www.mikroe.com/oled-b-click that it contains an SSD1306 . Then I type in google : ‘Arduino SSD1306’ which gave me (among other sites) https://randomnerdtutorials.com/guide-f … h-arduino/ and https://www.arduino.cc/reference/en/libraries/ssd1306/
Maybe that helps you.
Follow up question, how do I set up the necto to work on an Arduino board with the click shield?
You might try here for help with this:Follow up question, how do I set up the necto to work on an Arduino board with the click shield?