Arduino ยท active

Embedded Projects

A collection of embedded mini-projects used to introduce students to electronics, programming logic and automation basics through direct experimentation.

View tutorial
Embedded Projects

Project Description

A collection of embedded mini-projects used to introduce students to electronics, programming logic and automation basics through direct experimentation.

Supervisor: NEXUS Project Team

Hardware / Material

  • Arduino Uno
  • LEDs
  • Resistors
  • Push buttons
  • Sensors
  • OLED display
  • Servo motor
  • Breadboard

Technologies Used

Arduino CDigital I/OAnalog inputPWMSerial monitorSensor calibration

Build Steps

  1. Start with LED control and digital outputs.
  2. Read a push button and handle state changes.
  3. Connect an analog sensor and display readings.
  4. Control a servo motor with PWM.
  5. Show values on an OLED display.
  6. Combine components into a simple automation scenario.

Project Gallery

Code / Repository Notes

const int ledPin = 13;

void setup() {
  pinMode(ledPin, OUTPUT);
}

void loop() {
  digitalWrite(ledPin, HIGH);
  delay(500);
  digitalWrite(ledPin, LOW);
  delay(500);
}

Join this project

This demo project is not open for registration yet.

NEXUS BotAssistant Club NEXUS
Bonjour, je peux t aider a decouvrir le Club NEXUS, choisir une formation ou generer un post LinkedIn.