Skip to main content

23 docs tagged with "get-started"

View all tags

Arduino Hardware Setup

What you need and how to install drivers for your Arduino board — CH340/CH341 drivers for clones, and macOS driver permission tips.

Arduino Setup

Install the Arduino IDE, set up drivers, select your board and port, and run your first sketch — a complete beginner setup guide.

ESP-IDF Setup

Install and configure Espressif's official ESP-IDF toolchain to build, flash, and monitor ESP32 projects.

ESP32 & ESP8266 Setup

ESP32 vs ESP8266 — which chip do you have, how are they different, and where to go for board-specific hardware and software setup.

ESP32 Hardware Setup

What you need and how to install USB-to-UART drivers (CP210x, CH340) for your ESP32 development board.

ESP32 Software / IDE Setup

Install the Arduino IDE and add the ESP32 board package via Boards Manager to start programming your ESP32.

ESP8266 Hardware Setup

What you need and how to install USB-to-UART drivers (CH340, CP210x) for your ESP8266 development board.

First Boot & SSH

Boot your Raspberry Pi for the first time, find its IP address, connect over SSH, and run initial configuration and updates.

Flash Raspberry Pi OS

Download Raspberry Pi Imager, choose an OS, and write it to a microSD card — including presetting SSH, WiFi, and a user account before first boot.

Get Started with ESP32

Install the Arduino IDE, add the ESP32 board package, install USB drivers, and verify your ESP32 connection — a complete beginner setup guide.

Get Started with ESP8266

Install the Arduino IDE, add the ESP8266 board package, install USB drivers, and verify your ESP8266 connection — a complete beginner setup guide.

Get Started with Raspberry Pi

Set up a Raspberry Pi single-board computer — flash Raspberry Pi OS, boot it for the first time, and start using GPIO. Not the Pico? See the Pico guide instead.

GPIO Setup & First Script

Raspberry Pi GPIO pinout overview, enabling I2C/SPI, installing gpiozero, and blinking an LED with your first Python script.

VSCode + PlatformIO Setup

Set up Visual Studio Code with the PlatformIO IDE extension to build, upload, and debug Arduino and ESP32 projects.