Step2: The very basic experiments with Crowduino

From Elecrow
Revision as of 03:37, 22 August 2019 by Admin (talk | contribs) (Created page with "==Task for this Step== <BR> <BR> ''' Light up and control the LED which is controlled by Digital 13! ''' <BR> === step1: Connect Crowduino to PC === As you read this sect...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Task for this Step



Light up and control the LED which is controlled by Digital 13!

step1: Connect Crowduino to PC

As you read this section, I beleve you have connected your Croduino to PC and installed the Driver as the Step1.

step2: Open the Blink example

Open the LED blink example sketch: File->Examples->01.Basics->Blink.
Getting Started1.png

step3: Select your board

You'll need to select the entry in the Tools > Board menu that corresponds to your Arduino. 在Here we need to select ATmega328.
Getting Started2.png

step4: Select your Serial Port

Select the serial device of the Arduino board from the Tools | Serial Port menu.
Getting Started3.png

step5: Upload the program

Now, simply click the "Upload" button in the environment. Wait a few seconds - you should see the RX and TX leds on the board flashing. If the upload is successful, the message "Done uploading." will appear in the status bar.
Getting Started4.png

step6: Modify the code as you like

As you see the "Uploading Done", it means that the program has been download to your Crowduino. You should see the pin 13 (L) LED on the board start to blink with a interval of 1s. Try to modify the val of delay() , you will see the blink interval changing.
Getting Started4.jpg