Arduino

A

Arduino

Official Arduino Discord - Discuss all things Arduino!

Join

hardware-help

coding-help

official-product-help

project-showcase

general-help

pcb-help

adafruit-help

official-product-help

robotics-help

sensors-help

coding-help

hardware-help

esp-help

pi-help

i2c-serial-help

Pong Scored with Sound .ino

made for an internet of things college arduino class

I built a 3D-printed multicolor robotic hand ! I’d love your feedback

Hey everyone! (I can’t upload the video, the file is too large.) Here’s a robotic hand I designed and fully 3D printed using a multicolor setup to highlight the different parts. It’s powered by three servo motors and controlled through an Arduino....
No description

Arduino Nano Minecraft-Esque World Generation System

Gee, what a mouthful. I am making some arduino code that generates a blocky world similar to minecraft's, then sends the world data through serial into a PC. The PC, using a python script, renders the world. Very unoptimized, though. The world itself is made of 121 chunks, each measuing 4x6x4 blocks, leading to a total of 11,616 blocks. This is the absolute maximum I could manage with the limited SRAM of the Arduino Nano. (in theory, the Arduino Mega 2560 could make a map 4 times bigger, or handle extremely simple mobs :P) (There are also 256 types of blocks)...
No description

cw data radio modem

the medicine bottle is a basic crystal controlled cw transmitter. The arduinos job is to be able to turn any cw radio into a low speed data modem. The arduino nano every simply turns a pin on and off which will replace the arcade button. It utilizes a custom OOK data protocol and communicates via serial console on usb. The idea is I should be able to take it wherever and just flip on the switch for the battery, connect it to my phone, and type what i want to send - im thinking of implementing cw...
No description

My 1st actual project, very amateurish but we start somewhere!

So I programmed a 7 segment display that displays numbers using binary inputs. Has 16 possible numbers.

POT LED PROJECT FOR BEGGINERS!

I made this simple led brightness controlled pot, and a guide. If you want to make this project, click the link below!
No description

If it has a screen, the lorax shall be seen

im childish and have access to lots of things i can use. so im gonna plaster the twerking child from 'let it grow' onto one of these baddies currently all i have is notes and i need to do some research on how to actually use a lot of the program i plan on using...
No description

Tic-Tac-Mini V1

Hey guys. Im currently working on a very small version of tic tac toe. Im just calling it Tic-Tac-Mini. This is version one and I'm currently working on a version 2. Version 2 will have the pieces in the main board itself instead of in a external mini box. The board is 5x5cm.
No description

SMART home phone controlled LED light demo

You can control the mode, brightness, state (on/off), from your device that supports WiFi! Watch the YT vid liked below for more details and code.
No description

Airport PAPI Lights Demo

Hello! I am pretty new to the Arduino community, and I am excited to chat about cool things with you all :) I will share my newest project as I think it's pretty cool. This project is serial controlled, which allows for easy control and connection with scripts. Feel free to ask any question on it!...
No description

ESP-32 game console!

A new and innovative type of game console, hope you like it! To explore more and do code, watch the YT short I madešŸ™! Feedback would be appreciated!
No description

Introducing WebScreen Serial IDE

A modern, web-based integrated development environment for WebScreen devices with dual theme support, providing serial communication, code editing, and command execution capabilities.
No description

Simple analog graph using C and wifi communication

I have an esp8266 with wifi module, thought i can graph analog signal without relying on arduino ide graph or any external pre made libs or tools so i made that quick app in C and using SDL3 to draw , esp sends analog data over wifi to pc and from pc we receive the signal and draw Pc(as server) Esp(as client) ...

Wifi Robotic Arm

i made this mini wifi controlled robotic arm using an esp8266 (for some reason the background removed didnt consider hot glue gun as background)
No description

Smart plant water level indicator device

The more water, the brighter the led, the less water, the dimmer the led. Made with JUST a few wires, a led and a transitor. NO microcontroller or complex logic/circuts ā˜ļø the black blob is 2450 cell, and when the led is off, the plant needs water.
No description

SNAKE GAME using 8x8 dot matrix lcd, buzzer passive for soynd effects and a joystick!

Most complicated project ever, the 8x8 dot matrix and wiring is the pain in the ass. The 8x8 dot matrix didnt have a manul for layout so i ha dot test individual pun for anode and cathode(and theyre freaking random), then made a gmable to trust the only lauout that seems to mathc my anode snd cathose for the rows amd columns. But hey, it worked! and im satisfied.

i made my first project

It is an "equalizer" on the LCD screen connected via an adapter works on Python code.
Next