An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: arduino-uno

Debanshu2005/Human-detection

This repository contains a code for human detection and congestion detection using OpenCV and an Arduino UNO

Language: Python - Size: 6.84 KB - Last synced at: about 2 hours ago - Pushed at: about 4 hours ago - Stars: 0 - Forks: 0

Lior22223/warehouse-monitoring

🌡️ Monitor temperature and humidity in warehouses with this distributed system using Spring Boot microservices and real-time data processing.

Language: Java - Size: 55.7 KB - Last synced at: about 24 hours ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

pertzis/TapGuard

Arduino/ESP32 RFID project for the course 'Intro to Computing Science'.

Language: EJS - Size: 11 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 1 - Forks: 0

levalyukov/tetris-arduino

Tetris game on Arduino Uno + LCD ILI9341

Language: C++ - Size: 17.6 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 1

AdityaGupta0001/AquaMonitor

Cloud-connected water tank monitoring solution with DS18B20, HC-SR04, Turbidity, TDS, and DHT11 sensors providing real-time analytics through MQTT and WebSocket communication using Arduino Uno and NodeMCU (ESP8266)

Language: JavaScript - Size: 20.5 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

tered233/Speed-Accel-Meter

🚀 Measure average speed and acceleration with Arduino using IR sensors and an LCD display. Perfect for students and makers exploring physics and electronics.

Language: C++ - Size: 1.29 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

MUGISHA-Pascal/Embedded_Intelligence_Lab

Experimental workspace for embedded and robotic intelligence, focused on developing autonomous and adaptive systems.

Language: Python - Size: 166 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

huy01997/smart-home-arduino-proteus-simulation

arduino uno based smart home proteus simulation

Language: C++ - Size: 43 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

aKaReZa75/eBoard_ATMEGA328

This repository involves an educational header board for the ATMEGA328 AVR microcontroller, compatible with the Arduino UNO.

Size: 35.8 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 32 - Forks: 3

ReaperGithubOfficial/smart_water_meter

🚰 Measure water flow accurately, track usage via SMS, and log data persistently with this Arduino-based meter for reliable, remote monitoring.

Language: Python - Size: 1.34 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

bikr34/Omnidirectional-line-tracing-robot-applying-PID

Omnidirectional Line Tracing Robot là một robot di chuyển theo đường vạch kẻ dựa trên hệ thống cảm biến và điều khiển PID. Khác với robot thông thường chỉ có thể di chuyển tiến hoặc quay, robot này sử dụng bánh xe đa hướng (omnidirectional wheels), cho phép nó di chuyển theo bất kỳ hướng nào mà không cần quay đầu.

Language: C++ - Size: 51.8 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Arduino-with-PCF8574-I-C-I-O-Expander

This project demonstrates how to interface the PCF8574 I/O Expander with an Arduino UNO using the I²C protocol. The PCF8574 allows you to control 8 additional digital I/O pins using just two Arduino pins (SDA and SCL). It’s perfect when you’re running out of GPIOs and need to drive LEDs, relays, or other peripherals.

Language: C++ - Size: 3.91 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Arduino-with-24C256-I-C-EEPROM

This project demonstrates how to use an Arduino UNO to read and write data to an AT24C256 EEPROM over the I²C (Inter-Integrated Circuit) bus. EEPROMs like the 24C256 are used for storing data that must persist even when power is turned off — such as configuration settings, calibration values, or sensor logs.

Language: C++ - Size: 5.86 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Arduino-SPI-Interface-with-MAX7219-LED-Driver

This project demonstrates how to control the MAX7219 LED driver IC using SPI communication on an Arduino UNO. The MAX7219 is a popular serially interfaced IC used to control 8x8 LED matrices or seven-segment displays efficiently with minimal wiring.

Language: C++ - Size: 3.91 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Bluetooth-LED-Control-using-Arduino-UNO-HC-05

This project allows you to control three LEDs wirelessly using an HC-05 Bluetooth module and an Arduino UNO. You can send characters (a–f) from your smartphone via a Bluetooth terminal app to toggle LEDs ON and OFF.

Language: C++ - Size: 2.93 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Rotary-Encoder-LED-Brightness-Control-using-Arduino

This project demonstrates how to use a rotary encoder to control the brightness of an LED through PWM (Pulse Width Modulation) on an Arduino. Rotating the encoder clockwise increases brightness, while rotating it counterclockwise decreases it.

Language: C++ - Size: 3.91 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Ultrasonic-Distance-Measurement-using-Arduino-HC-SR04-

This project demonstrates how to measure distance using ultrasonic sound waves with an HC-SR04 sensor and display the result on the Serial Monitor.

Language: C++ - Size: 3.91 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/DC-Motor-Direction-Control-using-Arduino

This Arduino project demonstrates how to control the direction of a DC motor using two push buttons.

Language: C++ - Size: 2.93 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Button-Controlled-Relay-Arduino-UNO

This project demonstrates how to control an **electrical relay module** using a **push button** and an **Arduino UNO**. When the button is pressed, the relay activates; when released, it deactivates — a foundational project for learning **home automation** and **device control**.

Language: C++ - Size: 3.91 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/IR-Sensor-with-LED-Indicator-Arduino-UNO

A beginner-friendly project to detect the presence of an object using an **IR (Infrared) Sensor** and display the result through an **LED**. When an object is detected, the LED turns **ON** — a fundamental concept in obstacle detection and automation systems.

Language: C++ - Size: 2.93 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Button-Controlled-LED-using-Arduino-UNO

A simple digital input-output project where an LED is controlled by a push button. When the button is pressed, the LED turns **ON**; when released, it turns **OFF** — the perfect beginner exercise to understand digital logic and I/O pins on Arduino.

Language: C++ - Size: 2.93 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/4-Bit-LCD-Interfacing-with-Arduino-UNO

This project demonstrates how to interface a 16x2 LCD display with an Arduino UNO using 4-bit communication mode. The 4-bit mode reduces pin usage by sending data in two nibbles (4 bits each), allowing you to save Arduino I/O pins for other peripherals.

Language: C++ - Size: 3.91 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Arduino-UNO-16x2-LCD-Display-8-Bit-Mode-Interface-

This project demonstrates how to **interface a 16x2 LCD** with an **Arduino UNO** in **8-bit mode**, using **manual data pin control** (without LiquidCrystal library).

Language: C++ - Size: 3.91 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Arduino-UNO-PWM-LED-Fade

This project demonstrates how to control LED brightness using **PWM (Pulse Width Modulation)** on an **Arduino UNO**. The LED gradually **fades in and out**, showing smooth brightness transitions.

Language: C++ - Size: 2.93 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

Simpact-Online-Services/arduino-uno-ch340-diagnostic-tool

Diagnostic sketch for identifying boot, reset, and serial issues on CH340G-based Arduino Uno boards.

Language: C++ - Size: 12.7 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

thomasleplus/CafeBab

Arduino project to detect usage of a table football.

Language: Java - Size: 69.8 MB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 8 - Forks: 5

thomasleplus/tinkerit

Automatically exported from

Language: Processing - Size: 2.55 MB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 8 - Forks: 4

yarquero03/control_humedad

Control de humedad para espacios cerrados y pequeños, pensado para un pulverizador y un ventilador, con control de agua, feedback mediante pantalla LCD y serial monitor.

Size: 5.86 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

DhruvaTikhe/RFID-Canteen-System

An Arduino Project for creating a RFID cards based canteen credit system for faster ordering queues

Language: C++ - Size: 1.22 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

Moltino/Moltino

MOLTINO is a versatile family of modular input/output (I/O) devices designed for measurement, control, and monitoring in industrial, academic, and development environments.

Size: 10.3 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

Lecrapouille/ArduinoEmulator

[C++ server, web client][v0.1.0] Arduino hardware emulator for testing Arduino sketches without physical hardware

Language: C++ - Size: 596 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

astroJarHead/arduinoFun

Scratch pad for arduino code

Language: C++ - Size: 696 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

valentinamorana/robotica_proyecto

Entrega final del Proyecto de Robótica

Language: C++ - Size: 22.7 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

deborangueira/semaforo

Simulação do circuito de um semáforo utilizando LEDs e resistores com o tinkercad.

Language: C++ - Size: 18 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Timer1-Input-Capture-Mode-Register-Level-Arduino-UNO-

This project demonstrates Timer1 Input Capture Mode on ATmega328P (Arduino UNO) using register-level programming. The timer captures the value of TCNT1 whenever a rising edge appears on the ICP1 pin (PD6 / Arduino D8) and stores it in the ICR1 register. The captured timer value is displayed via Serial Monitor.

Language: C++ - Size: 3.91 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Timer1-Compare-Match-Interrupt-CTC-Mode-Register-Level-Arduino-UNO-

This project demonstrates Timer1 Output Compare Match Interrupt (CTC Mode) using register-level programming on the ATmega328P (Arduino UNO). When the timer value matches the compare register OCR1A, the OC1A (D9) pin toggles automatically to generate a precise square wave.

Language: C++ - Size: 3.91 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/LED-Dimmer-using-ADC-Register-Level-Arduino-UNO-

This project demonstrates **analog-to-digital conversion (ADC)** and **Pulse Width Modulation (PWM)** using the **ATmega328P (Arduino UNO)** — implemented entirely through **register-level programming**. A **potentiometer** connected to the ADC input controls the **LED brightness** in real time.

Language: C++ - Size: 3.91 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/PWM-Generation-Register-Level-Arduino-UNO-

This project demonstrates **Pulse Width Modulation (PWM)** using **Timer1** of the **ATmega328P (Arduino UNO)** — entirely through **register-level programming**, no Arduino functions involved.

Language: C++ - Size: 2.93 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/External-Interrupt-Interface-Register-Level-Arduino-UNO-

This project demonstrates how to configure and handle **external interrupts (INT0 & INT1)** on the **ATmega328P** at the register level, without using Arduino functions.

Language: C++ - Size: 2.93 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Push-Button-Interface-Register-Level-Arduino-UNO-

This project demonstrates how to interface a **push button switch** with the **Arduino UNO (ATmega328P)** using **register-level programming**, without any Arduino functions.

Language: C++ - Size: 2.93 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/7-Segment-Counter-Register-Level-Arduino-UNO

This project demonstrates how to interface a **7-segment display** with the **ATmega328P (Arduino UNO)** using **pure register-level programming** (no Arduino functions).

Language: C++ - Size: 2.93 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/LED-Blink-using-Register-Level-Programming-Arduino-UNO-

This project demonstrates how to blink an LED connected to **pin 13 (PB5)** of the **ATmega328P** microcontroller using **direct register access**, instead of the Arduino functions.

Language: C++ - Size: 2.93 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

Jkdxbns/Voice-Controlled-Delivery-Drone

Voice-activated autonomous drone powered by ROS 2 & Jetson Orin Nano — built for secure indoor-to-outdoor micro-delivery and AI-driven autonomy.

Size: 28.3 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

raspiduino/arv32-opt

Linux on Arduino UNO / atmega328p port of mini-rv32ima. Let's run Linux on one of the world's worst Linux PC

Language: C - Size: 1.71 MB - Last synced at: 5 days ago - Pushed at: 12 months ago - Stars: 185 - Forks: 14

Lumb3/keypad

Digital Keypad Access Lock System developed through the integration of Arduino and FPGA – Final Project for ECE 3700 (Digital System Design).

Language: C++ - Size: 27.3 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/MAX7219-Digital-Dice-Roller

When you press the button, the LED matrix displays a dice roll animation and stops on a random number between 1 and 6. Built using SPI communication with the MAX7219 driver.

Language: C++ - Size: 5.86 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

SilentWoof/Barkduino

Barkduino is a behavior-driven robot companion built on Arduino. It mimics dog-like gestures—sleeping, standing, waiting—without looking like a dog. Modular, expressive, and creatively designed, Barkduino is a playful robotics platform for gesture-based interaction and emotional feedback.

Language: C++ - Size: 7.81 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

antonin-lfv/DataScience_IoT_projects

Projets mêlant data science et IoT

Language: Python - Size: 71.6 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 3 - Forks: 0

uppsala-makerspace/loerdagskurser

Lördagkurser på Uppsala Makerspace

Language: Shell - Size: 619 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 2 - Forks: 2

yanyan69/ACSS-Techlaro

Language: Python - Size: 141 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

JLW-7/radar-undead

Fun Arduino zombie apocalypse game I built for my STEAM & Design class

Language: HTML - Size: 20.5 KB - Last synced at: 7 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

Vaughan-Peter/Basic-Arduino-Concepts

My name is Peter, and I am an IT graduate specializing in programming. This repository contains the source code and project files from my YouTube videos, with each folder matching a specific video or topic. I welcome others to connect and contribute their ideas and examples to help grow this learning resource.

Language: C++ - Size: 19.2 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

Vaid777/Robovacuum_Robot

This is an ongoing university project with the goal of developing a smart, modular, and cost-effective robotic vacuum cleaner that can intelligently navigate and clean indoor environments using affordable sensors and compute power.

Language: Python - Size: 78.4 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

theMHD-120/MicroLab-Spring2025

Contents presented in the Microcontrollers Laboratory Course; Microcontrollers used: Arduino UNO R3 & DOIT ESP32 DEVKIT V1 - CSE Department, Shiraz University, Spring 2025.

Language: C++ - Size: 9.11 MB - Last synced at: 13 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 1

shirshanag/orbit32

Open-source Arduino and ESP32 projects for space technology , robotics and sensor integration, bridging IoT and exploration.

Language: C++ - Size: 536 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

Lumb3/Plant_Watering_Circuit

Automated Plant Watering Circuit developed on Arduino

Language: C++ - Size: 47.9 KB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 1 - Forks: 0

michaelwschultz/deej Fork of omriharel/deej

Set app volumes with real sliders! deej is an Arduino & Go project to let you build your own hardware mixer for Windows and Linux

Language: Go - Size: 87.4 MB - Last synced at: 15 days ago - Pushed at: 7 months ago - Stars: 30 - Forks: 2

deborangueira/blik_arduino

Fazer um led_biltin piscar alternadamente

Language: C++ - Size: 2.93 KB - Last synced at: 16 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

deborangueira/blink_externo_arduino

simulação no TinkerCad com uma montagem do pisca-pisca com Arduino Uno.

Language: C++ - Size: 4.88 KB - Last synced at: 16 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

ITNCNitra/Orbit

ClawArm

Language: C++ - Size: 7.81 KB - Last synced at: 15 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

Adiaparmar/SNIPS-Scalable_Node_Interfacing_Processing_System

SNIPS (Scalable Node Interfacing and Processing System) is a comprehensive final year engineering project that implements a sophisticated custom communication and positioning protocol for LoRa-based mesh networks

Language: JavaScript - Size: 11.4 MB - Last synced at: 16 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 1

devshojol/HC-06-Controller

A simple and effective Arduino project with React Native for bidirectional communication using the HC-06 Bluetooth module.

Language: JavaScript - Size: 636 KB - Last synced at: 17 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

cybloxyz/itsboo

Piano Gesture and Hand Sign Recognition with Face Detection is an interactive computer vision project that combines gesture recognition and facial identification into one unified system.

Language: Python - Size: 56.4 MB - Last synced at: 17 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/-Arduino-UNO-HC05-Bluetooth-Mobile-Control

I developed a mobile-controlled automation system using Arduino UNO and HC-05 Bluetooth module.

Language: C++ - Size: 2.93 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Arduino-Radar-System-Ultrasonic-Sensor-Servo-JavaScript-Visualization

I built a mini radar system using Arduino UNO, HC-SR04 Ultrasonic Sensor, and SG90 Servo Motor, paired with a JavaScript-based visualization dashboard 🖥️. The servo sweeps from 0° to 180°, collecting distance data that’s displayed live as a radar scan📡 — just like a real motion tracker! ⚡

Language: Processing - Size: 6.84 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/NodeMCU-OLED-DHT22-Weather-Station

🌤️ NodeMCU + OLED📟 + DHT22🌡️ = Mini Weather☁️ Station IoT-ready weather station: reads temperature🥶 & humidity☔, shows on OLED. What I learned🎒: Interfacing I²C OLED📟 display Getting stable readings from DHT22🌡️

Language: Python - Size: 2.93 KB - Last synced at: 6 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

ajeyverma/SmartController

An IoT-based smart system built with Arduino and MIT App Inventor that controls LEDs, fans, and alarms using sensors and Bluetooth connectivity.

Language: C++ - Size: 10.2 MB - Last synced at: 14 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Tiegertropfen119-0001/Arduino-Car-Key-Jammer

🔑This is a small project about an RF module for an Arduino. This module can transmit at 433 MHz, which can be used to jam or disable a car key. ❗This project is for educational and informational purposes only. In some countries, it is illegal to block a signal. I assume no liability for any damage.❗

Language: C++ - Size: 309 KB - Last synced at: 9 days ago - Pushed at: about 2 years ago - Stars: 51 - Forks: 0

RavanMec/Line-Following-Robot

Using Arduino Uno

Language: C++ - Size: 12.7 KB - Last synced at: 8 days ago - Pushed at: 22 days ago - Stars: 0 - Forks: 0

StecJR/dpms

A digital system that tracks soil moisture, humidity, and temperature for the purpose of plant monitoring. (University Project)

Language: Kotlin - Size: 744 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

piconomix/px-fwlib

open source bare-metal C firmware and documentation for microcontrollers

Language: C - Size: 194 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 289 - Forks: 28

MeowKinkin/Resistance-Meter

A part of LCR Meter

Language: C++ - Size: 5.13 MB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

Suraj151/pdi-framework

Portable Device Interface (PDI) framework stack for easy configurable applications running over avr, esp devices. Designed to easily enable/disable services such as WiFi, HTTP, MQTT, SFTP, SSH server, Telnet server, OTA, GPIO, Serial, and much more.

Language: C - Size: 3.8 MB - Last synced at: 25 days ago - Pushed at: 26 days ago - Stars: 60 - Forks: 16

adamtait/ArduinoDeathClock

Countdown the years/days/seconds remaining in your life.

Language: Arduino - Size: 812 KB - Last synced at: 21 days ago - Pushed at: almost 8 years ago - Stars: 189 - Forks: 7

mohi14/pong_game_for_two_players

A two-player Pong game built on Arduino with an OLED display, dual joysticks, and buzzer sound effects. Features real-time paddle/ball control, scoring system, and game-over logic.

Language: C++ - Size: 169 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

mohi14/Bluetooth_Controlled_RC_Car

A DIY Arduino-based Bluetooth-controlled RC car using HC-05, L298N motor driver, and DC motors powered by lithium batteries. Controlled wirelessly from a smartphone with simple serial commands.

Language: C++ - Size: 699 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

SimplyDiget/rsa_arduino_gui

RSA on Arduino with GUI on Qt5

Size: 1000 Bytes - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0

styropyr0/oled.h

OLED Display Library for SSD1306 OLED displays with Advanced Functionalities for Arduino/ESP, such as 15 different Progress Bars and External Font support, Drawing bitmaps, as well as other intelligent features.

Language: C++ - Size: 125 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 18 - Forks: 1

joaopauloaramuni/laboratorio-de-iniciacao-a-programacao

Repo Laboratorio de Iniciação à Programação

Size: 99.8 MB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 26 - Forks: 1

mheriyanto/play-arduino-with-tflite

:camera: Repository for playing the computer vision apps on Nano 33 BLE Sense. Tech stack: Arduino programming language, C++ & TensorFlow Lite C++ API.

Language: C++ - Size: 1.5 MB - Last synced at: 19 days ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

arcao/Syslog

An Arduino library for logging to Syslog server in IETF format (RFC 5424) and BSD format (RFC 3164)

Language: C++ - Size: 50.8 KB - Last synced at: 19 days ago - Pushed at: about 3 years ago - Stars: 121 - Forks: 47

devfacucoder/nodejs-arduino-morse

Application with Electron, Nodejs, React, and Arduino to send Morse code to your Arduino.

Language: JavaScript - Size: 50.8 KB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

addleonel/ANPR-Arduino

Automatic Number Plate Recognition (ANPR ) using Arduino

Language: Python - Size: 17.3 MB - Last synced at: 20 days ago - Pushed at: almost 2 years ago - Stars: 13 - Forks: 4

Monolith96/SN74HC299

SN74HC299 Shift Register Interfacing Library for both INPUT and OUTPUT

Language: C++ - Size: 56.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

DoctorPCOD/DoctorPCOD

Dr. Pasquale's profile and code for ENGIN-2223 class.

Language: C++ - Size: 89.8 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 3

abhineetraj1/arduino-self-driving-car

This project involves building an Arduino-based auto-driving car that utilizes ultrasonic sensors to detect obstacles and make decisions on movement.

Language: C++ - Size: 6.84 KB - Last synced at: 24 days ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 0

ripred/MicroChess

A full featured chess engine designed to fit in an embedded environment, using less than 2K of RAM!

Language: C++ - Size: 25.1 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 22 - Forks: 3

AnshMNSoni/Smart-DHT22-Weather-Monitor

Language: C++ - Size: 16.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Mejez6603/dot-matrix-snake-game

"A classic Snake Game built with Arduino UNO, joystick module, MAX7219 dot matrix display, and a passive buzzer for sound and background music."

Language: C++ - Size: 3.7 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

DevanWolf/VS1053b-MIDI-Synth

Turn your Arduino UNO with Music Shield into a fully working standalone USB/Serial General MIDI synth!

Language: C++ - Size: 30.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

1technophile/OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.

Language: C++ - Size: 6.55 GB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3,858 - Forks: 847

Faraysz/arduino-projects

Proyek Parktikum Sistem Tertanam

Language: C++ - Size: 490 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Mejez6603/PIR-Sensor---Striplight

“Arduino project using a PIR sensor and 5V LED strip light to create a simple motion-activated lighting system. Turns on for 20s when motion is detected.”

Language: C++ - Size: 976 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

an-jorge/From-Wire2Cloud

Adventure in MCU World

Language: C++ - Size: 2.55 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Pavankumar0426-arch/Parking-Sensor-using-Arduino

An Arduino-based parking sensor system using HC-SR04 ultrasonic sensor, buzzer, and LED for real-time obstacle detection.

Size: 79.1 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

AkilanSS/ISA-using-Punch-Card-Strip---23CSE201

We develop a physical computer programming language using Arduino microcontroller board.

Language: C++ - Size: 152 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

IDouble/IoT-Arduino-Game-Controller-Java

🎮 A Game controller realized with an Arduino, I modified the Arduino bootloader to program with Java ☕️

Language: Java - Size: 78.3 MB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 32 - Forks: 4

gvp-257/AnalogControlPanel

Make full use of the Arduino Uno/Nano/Pro Mini's analog-to-digital converter. When analogRead() isn't enough.

Language: C++ - Size: 464 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Gheris-579/python-arduino-led

A project to control LEDs on an Arduino UNO R3 using Python. Includes an Arduino sketch (.ino) and a Python script (.py) that allows the user to turn two LEDs on and off via input

Language: C++ - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

antonykasera/ECPROBE

A simple EC Probe using a 555 timer, some resistors, capacitors and an Arduino Interface

Language: C++ - Size: 28.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0