In developmentNot released yet — features and data may change without notice.

Examples

Example sketches

Arduino sketches picked from combinations common in real open-source projects. Not a line is changed: simulate as-is, go to a PCB as-is.

53 sketchesNo login

Basics

5 sketches

Digital I/O

9 sketches

Analog

6 sketches

Control flow

6 sketches

Projects

13 sketches
Arduino Uno R30 libraries17 lines

Night light

The darker the light sensor reads, the brighter the LED — the brightness is an analogWrite duty cycle.

ldrled
Arduino Uno R30 libraries24 lines

Motion lamp

A PIR sensor lights the lamp and holds it on for three seconds after the last movement.

hc_sr501led
Arduino Uno R30 libraries38 lines

Parking sensor

An ultrasonic range finder beeps at shorter intervals as something gets closer, and lights an LED inside 30 cm.

buzzerhc_sr04led
Arduino Uno R35 libraries48 lines

A greenhouse controller

The relay closes when the DS18B20 passes 28 °C; an ultrasonic sensor measures distance too.

buttonds18b20hc_sr04ledrelay_1chssd1306_i2c

Strings

14 sketches
14 String-class sketches with no circuit — serial output only
Example sketches · ibouPCB