CHAPTER
FOUR
FOR ARDUINO USER
This chapter includes installing Arduino IDE, uploading code to Raspberry Pi with Arduino IDE and a dozen interest-
ing and practical projects to help you learn Arduino code quickly.
We recommend that you read the chapters in order.
4.1 Getting Started with Arduino
Arduino is an open source platform with simple software and hardware. You can pick it up in short time even if you
are a beginner. It provides an integrated development environment (IDE) for code compiling, compatible with multiple
control boards. So you can just download the Arduino IDE, upload the sketches (i.e. the code files) to the board, and
then you can see relative experimental phenomena.
For more information, refer to
4.1.1 Install Arduino IDE
Go to
to download the Arduino IDE accordingly to your operating systemthen follow the
instructions to install it.
Click
to get step-by-step instructions accordingly to your operating system.
137
Summary of Contents for Thales Kit
Page 1: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 Jimmy SunFounder Jun 04 2021 ...
Page 2: ......
Page 4: ...ii ...
Page 6: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 2 CONTENTS ...
Page 140: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 136 Chapter 3 For MicroPython User ...
Page 164: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 160 Chapter 4 For Arduino User ...