Circuit diagram

3Dsimo Kit
Device: 3Dsimo Kit
Rev. 1.00 Page 6/18
4 Code for 3Dsimo Kit
The code for 3Dsimo Kit is written in the Arduino environment, which can be downloaded for free on
arduino.cc in the Software section. It is a C/C++ programming language in which the whole program is
written. The base version of the program is already programed in the microcontroller and its source
codes are available on our github.com .
4.1 Preparation and installation
The base version of the code for Arduino Nano is written in a C/C++ language and the Arduino IDE
environment. The development environment can be downloaded for free on arduino.cc in the software
section. During the installation process you are asked to install the driver as well, it is recommended
to do so. Otherwise you need to install it later.
After the installation you still need to add 2 plugins called “SSD1306” and “EveryTimer” for a correct
compilation of the code. You can add plugins in Sketch => Include Library => Manage Libraries , where
a dialog window pops up, as shown in Pic. 3. Write SSD1306 in the search box on the top right and
the appropriate library will be selected which is highlighted red in Pic. 3. Select the latest version and
press “Install”. “EveryTimer” is installed in the same manner.
Pic. 3: Adding ssd1306 plugin into the Arduino IDE