PROGRAMMING DASDUINO CORE FROM ARDUINO IDE

PROGRAMMING CRODUINO BASIC3 FROM ARDUINO IDE-Uncategorized

These are the instructions for programming Dasduino Core from Arduino IDE. The settings are very simple and quick! The following instructions refer to Dasduino Core. If you have another Dasduino, find the instructions here.

STEP 1: DRIVER INSTALLATION

If you have not used our boards so far, first you will have to install the drivers for CH340. Find the instructions here.

STEP 2: ARDUINO IDE INSTALLATION

Likewise, if you have not used Arduino IDE so far, you will have to install it too. Find the instructions here.

STEP 3: ARDUINO IDE CONFIGURATION AND UPLOAD

You just need to set up Arduino IDE. Two settings are important: board and serial port. Both menus are located under Tools.
Under Tools -> Board, you must select Arduino Nano.
Under Tools -> Port,  you must select a COM with the largest number next to it (COM4 in our example). In Linux, the port will be named ttyUSB0, and in MacOS /dev/tty.wchusbserial.

Right after the setup, you are ready for the upload!