⚡ No installation needed · Just a USB cable
Every drawer does one thing. Put 1 in the right compartment — something happens in the real world.
Arduino Nano · UNO
8 compartments. Each one is a physical pin on the chip.
Put 1 in compartment 5 → voltage on pin 13 → LED on.
Click!
No libraries. No magic. You speak directly to the chip.
sbi 5,5A USB cable. Any computer. Chrome or Edge. Nothing else.
Go to costycnc.it/avr1 — the editor is already there, ready.
sbi 4,5 sbi 5,5The site converts your instructions and uploads them via USB in seconds. The LED lights up. You just programmed a microcontroller.
There are thousands of microcontrollers. This is the right one to start with — really.
Millions of examples, huge community. You'll never be stuck alone.
UART, I2C, SPI, ADC, Timers — the exact same modules found in every MCU made today.
Every drawer is visible and editable. Modern chips hide everything behind layers.
Arduino Nano clone under €3. Break it — buy another without crying.
LEDs, relays, motors, sensors. On day one. No theory required first.
Browser + USB = ready. Mechanics, carpenters, kids — everyone.
sbi 5,5 puts 1 in the right compartment and the LED turns on. Everything else comes naturally.digitalWrite(13, HIGH), you already know what it's doing: putting 1 in compartment 5 of drawer 5.