NodeMCU V3 ESP8266 ESP-12E is WiFi development board that helps you to prototype your IoT product with few Lua script lines, or through Arduino IDE. The board is based on ESP8266 ESP-12E variant, unlike other ESP-12E, you won’t need to buy a separate breakout board, usb to serial adapter, or even solder it to a PCB to get started, you will only need a usb cable (Micro USB).
34 Stars
Arduino Micro - MIDI Controller It uses the Arduino Micro as USB midi controller. It has 1 capacitive touch octave (12 Keys), 2 rotary encoders, a button, and a proximity sensor that can be used as a mod wheel, sustain pedal or MPE. The oled screen displays the different configuration options. It can be set to any channel or C.C. so it can be used to modify other instruments behavior. The capacitive touch keys can also be used as 12 drum machine pads.
21 Stars
Meet the Super Nintendo (SNES) controller port Arduino Nano Shield. This shield is fully equipped to support all types of SNES accessory inputs, like controllers, mice, and multitaps. PURCHASE_CONNECTOR: https://www.aliexpress.us/item/2251832642454072.html CODE: https://github.com/RobertDaleSmith/SNESpad
14 Stars
Template for Arduino Uno R3 Shield. Include an official pinout so you will always know Arduino names, the alternative roles of pins, which one is SDA, or SCL, etc. On PCB you can find the 3D model of the Arduino Uno R3 itself along with the board outline on the silkscreen. #Arduino #Uno #Shield #Template #project-template #project
9 Stars
Microcontroller board based on the ATmega2560. It has 54 digital input/output pins (of which 15 can be used as PWM outputs), 16 analog inputs, 4 UARTs (hardware serial ports), a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button.
9 Stars
Mixed Voltage Arduino Nano Integration Example on a 4 Layer PCB Changelog/TODO: -Breakout the SPI Bus in a 2.54mm header in a snap off manner -add an IMU -Reorder the rows of the LEDs Tutorials: https://circuitdigest.com/microcontroller-projects/interfacing-max7219-led-dot-matrix-display-with-arduino
6 Stars
A special wearable device based on the Arduino board. Which can be worn on a cloth by using a strip for blinds. The device is equipped with an ultrasonic sensor, motor, and buzzer. Basic working: When the ultrasonic sensor detects obstacle the device will notify the user through vibrations and sound beeps. The intensity of vibration and rate of beeping increases with decrease in distance and this is a fully automated device. Powering the modules - Connect the 4 Arduino pro mini to a USB male pin and connect to a power bank. For the module in the hand use a small lithium battery. Multiple devices can be placed on person's body as follow: two for both shoulder, another two for both knees and one for the hand. Using the five ultrasonic sensors, blind people can detect the objects in a five dimensional view around them and can easily travel anywhere.
6 Stars
Important Note: You must connect your own SPI/ICSP programming header if you want to burn the Arduino bootloader to the MCU. SMD Manufacturing: Need a hotplate and solderpaste Good to haves: - Oscillator Decoupling Caps Expose UART via connector Programming Button Onboard LED Reset Button You don't have to populate everything! Only these are mandatory: Reset Button Find the reference schematic here: https://www.arduino.cc/en/uploads/Main/ArduinoNano30Schematic.pdf
5 Stars
Template for Arduino Uno R3 Shield. Include an official pinout so you will always know Arduino names, the alternative roles of pins, which one is SDA, or SCL, etc. On PCB you can find the 3D model of the Arduino Uno R3 itself along with the board outline on the silkscreen. #Arduino #Uno #Shield #Template #project-template #project
5 Stars
An Arduino Uno powers this autonomous “follow me” cooler that connects to a smartphone via Bluetooth and uses GPS to navigate. The robot cooler connects to a smartphone via Bluetooth and uses GPS to navigate. All the electronics will be contained in the base so that other objects can be carried as well. The electronics were installed in the box cutout under the platform. An Arduino Uno and a 5v battery to power the sensors, Bluetooth, and control logic. A 3s LiPo battery was used to power the motors. A HC-05 Bluetooth module was mounted at the front of the platform for better range. The rest of the components including a L298N motor driver, PAM-7Q GPS, and HMC6883L compass were mounted inside and connected to the Arduino through the breadboard. The compass works with I2C, so we connected the SLC and SDA pins to A5 and A4 respectively. The rest of the pins were connected through digital I/O.
5 Stars
Project Overview: This project is an enhanced LED blinking circuit that goes beyond a simple 555 timer-based design. It incorporates additional features such as random blinking patterns, speed control, and a start/stop function. The project utilizes a microcontroller, such as an Arduino or Raspberry Pi, to control the blinking patterns, speed, and start/stop functionality. LED Blinking: The board features a total of 8 LEDs that blink in various random patterns. When the board is powered on, even before user interaction, the LEDs start blinking randomly, creating an eye-catching display. Each LED has its own current-limiting resistor to ensure proper current flow and prevent damage. The microcontroller is programmed to generate random blinking patterns for the LEDs, ensuring that the LEDs do not blink in a predictable or sequential order. This random blinking adds an element of unpredictability and visual interest to the project. Speed Control: The board includes two speed control buttons that allow the user to adjust the blinking speed of the LEDs. Button 1 is designated as the "fast" button, increasing the blinking speed when pressed, while Button 2 is designated as the "slow" button, decreasing the blinking speed when pressed. The speed control provides a range of blinking speeds, from a slow, gradual blink to a rapid, strobe-like effect. The microcontroller monitors the state of the speed control buttons and adjusts the blinking speed accordingly. Start/Stop Functionality: A third button serves as a start/stop control. When pressed, it toggles the blinking of the LEDs on or off. This allows the user to freeze the blinking pattern at any desired moment or resume the blinking when desired. The microcontroller handles the start/stop functionality by turning the LEDs on or off based on the state of the start/stop button. Manual Speed Adjustment: In addition to the speed control buttons, the board includes a potentiometer or variable resistor. This component allows the user to manually adjust the blinking speed of the LEDs by turning the knob or sliding the control. The manual speed adjustment provides more precise and customizable control over the blinking speed compared to the preset speeds of the buttons. The microcontroller reads the analog value from the potentiometer and adjusts the blinking speed accordingly. Power and Connectivity: The board is powered through a USB-C or USB-micro B connector, allowing it to be easily connected to a power source such as a computer or wall adapter. A voltage regulator may be included to ensure a stable and appropriate voltage supply to the components. A power switch is incorporated to conveniently turn the board on or off.
4 Stars
NodeMCU V3 ESP8266 ESP-12E is WiFi development board that helps you to prototype your IoT product with few Lua script lines, or through Arduino IDE. The board is based on ESP8266 ESP-12E variant, unlike other ESP-12E, you won’t need to buy a separate breakout board, usb to serial adapter, or even solder it to a PCB to get started, you will only need a usb cable (Micro USB).
4 Stars
This module is a minimalist Arduino Watch design. Consisting of a Microchip ATTINY85-20SU microcontroller, an OLED display for visual output, two user buttons for interface, and a Li-ion Battery for power. The schematic also includes graphic user interface with ISP for programming and minimal passive components for functionality. #wearableDevices #project #Template #projectTemplate #reusable #module #simple-embedded #microchip #arduino #sublayout
3 Stars