www.adeept.com
68
The interface of Arduino software is as follows:
The Arduino Integrated Development Environment - or Arduino Software (IDE) - contains a text
editor for writing code, a message area, a text console, a toolbar with buttons for common
functions and a series of menus. It connects to the Arduino and Genuino hardware to upload
programs and communicate with them.
Verify
: Checks your code for errors when compiling it.
Upload
: Compiles your code and uploads it to the configured board.
Before uploading your sketch, you need to select the correct items from the
Tools > Board
and
Tools > Port
menus. The boards are described below. On the Mac OS X, the serial port is probably
something like
/dev/tty.usbmodem241
(for an Uno or Mega2560 or Leonardo) or
/dev/tty.usbserial-1B1
(for a Duemilanove or earlier USB board), or
/dev/tty.USA19QW1b1P1.1
(for a serial board connected with a Keyspan USB-to-Serial adapter). On Windows, it's probably
COM1
or
COM2
(for a serial board) or
COM4, COM5
,
COM7
, or higher (for a USB board) - to find
out, you look for USB serial device in the ports section of the Windows
Device Manager
. On Linux,
it should be
/dev/ttyACMx
,
/dev/ttyUSBx
or similar.
Once you've selected the correct serial port and board, press the upload button in the toolbar or
select the
Upload
item from the
Sketch
menu. Current Arduino boards will reset automatically
and begin the upload. With older boards (pre-Diecimila) that lack auto-reset, you'll need to press
the reset button on the board just before starting the upload. On most boards, you'll see the RX
and TX LEDs blink as the sketch is uploaded. The Arduino Software (IDE) will display a message
when the upload is completed, or show an error.
Summary of Contents for Hexapod 6 Legs Spider Robot
Page 1: ...www adeept com 1...
Page 40: ...www adeept com 36 The effect diagram after the assembly of three right feet...
Page 49: ...www adeept com 45 The effect diagram after the assembly of three left feet...
Page 63: ...www adeept com 59 C Connect Adeept Ultrasonic Module with Adeept 32 Channel PWM Drive...
Page 64: ...www adeept com 60 D Connect Adeept RGB LED Module with Adeept 32 Channel PWM Drive...
Page 65: ...www adeept com 61 E Connect Adeept Passive Buzzer Module with Adeept 32 Channel PWM Drive...
Page 66: ...www adeept com 62 F Connect 18650x2 Battery Holder with Adeept 32 Channel PWM Drive...
Page 67: ...www adeept com 63 G Connect 18650x2 Battery Holder with Adeept Remote Control Shield...
Page 75: ...www adeept com 71...
Page 77: ...www adeept com 73...
Page 79: ...www adeept com 75 Click the button to upload the sketch to the board...
Page 83: ...www adeept com 79...