Arduino calculators, wiring guides and practical code examples for sensors, LEDs, motors, displays and modules.
Calculate resistor divider values for simple Arduino 5V to 3.3V signal level shifting.
Turn output on when analog value crosses a threshold.
Estimate Arduino battery runtime using active current, sleep current, duty cycle and regulator efficiency.
Improve Arduino battery life with sleep modes, regulator choice and lower clock speed.
Blink the built-in LED once per second.
Debounce a push button in software.
Read a push button using INPUT_PULLUP.
Play tones with a piezo buzzer.
Estimate Arduino average current from active and sleep operation duty cycle.
Control a DC motor using PWM and MOSFET.
Read temperature and humidity from DHT22.
Read time from DS3231 RTC.
Calculate Arduino GPIO current and total port current for LEDs and external loads.
Measure distance with HC-SR04.
Scan the I2C bus and print found addresses.
Read IR remote commands.
Display text on 16x2 I2C LCD.
Read an LDR light sensor.
Use a potentiometer to control LED brightness.
Calculate LED resistor values for Arduino GPIO pins using supply voltage, LED voltage and target current.
Control LED strips from Arduino using MOSFET switches and external power.
Map analog input to PWM output.
Blink LED without delay().
Control a 12V LED strip using MOSFET.
Compare Arduino Nano and Uno for size, power, GPIO and beginner projects.
Control WS2812 NeoPixel LEDs.
Read an NTC thermistor voltage divider.
Display text on SSD1306 OLED.
Read analog value from a potentiometer.
Use Arduino Pro Mini in low-power battery projects with sleep modes.
Dim an LED using PWM.
Estimate regulator power dissipation and heating for Arduino boards powered from Vin or DC jack.
Control a relay module from Arduino.
Control RGB LED color with PWM.
Write text to a microSD card.
Print debug values to Serial Monitor.
Move a servo between angles.
Use Arduino sleep modes to reduce current in battery-powered projects.
Read soil moisture sensor values.
Play a simple melody with tone().
Calculate voltage divider output voltage and resistor current for Arduino analog input circuits.
Compare Arduino and ESP32 for WiFi, GPIO, power consumption and beginner projects.
It groups calculators, guides and code examples related to Arduino projects.
Yes, but always adjust pin numbers, libraries and wiring for your exact board.