Arduino Create Overview
Arduino Create
Arduino Create is an online integrated development environment (IDE) for the Arduino platform. This is where we will manage our projects, write code, upload programs to our Arduino, and communicate with the Arduino.
Arduino Create Home - https://create.arduino.cc/
Arduino Create Web Editor - https://create.arduino.cc/editor/
Arduino Create Web Editor Overview
- Verify – compiles code. Verifies code has valid syntax
- Upload – uploads program to Arduino.
- Board/Port – select board (Arduino/Genuino Uno) and port (COMXX or /dev/tty/XX) that device is connected to.
- Sketchbook - where all of your programs or "sketches" are located.
- Examples - access to example programs.
- Manage Libraries – allows you to download libraries to use other people’s existing code in your projects.
- Serial Monitor – communicate messages between Arduino and PC.