atmega1284p

There are 30 repositories under atmega1284p topic.

  • technoblogy/lisp-badge

    A handheld computer programmed in Lisp with a self-contained keyboard and display.

    Language:C++112528
  • stevemarple/Calunium

    Arduino clone based on the ATmega644P/ATmega1284P

    Language:C++341127
  • askn37/MultiUART

    Arduino: 復数のUARTデバイスを扱える SoftwareSerial の代替ライブラリ

    Language:C++14212
  • askn37/LoRaWAN_TLM922S

    Kiwi Technology TLM922S-P01A LoRaWAN Module シリーズのための実装(for Arduino IDE)

    Language:C++12103
  • ajcasado/ardvga

    vga output for arduino boards using sinclair zx spectrum video model

    Language:Objective-C9601
  • askn37/OLED_SSD1306

    OLED : SOLOMON SYSTECH SSD1306 (I2C) small driver for Arduino

    Language:C++8303
  • TobiasVanDyk/AtMega1284-PedalShield

    2018: The ATMega1284P Guitar and Music Effects Pedal: Port of the Arduino Uno ATMega328 Pedalshield ( developed by Electrosmash and Open Music Labs) to the ATMega1284P which has 8 times more RAM than the Uno (16kB versus 2kB). An additional unexpected benefit is that the Mega1284 build has much lower noise component - to the extent that when I compare the Uno and the Mega1284 using the same support circuitry it is not unreasonable to describe the Uno as "noisy" and the Mega1284 as "quiet". The larger RAM means that a much longer delay effect can be obtained - and that is demonstrated by the Arduino sketch example that I have included.

    Language:C++6200
  • mcusim/Xling-firmware

    Firmware for Xling, a tamagotchi-like toy

    Language:C5102
  • zoonman/nanodds

    DDS for SSB 6.1 transceiver based on Si5351A, ST7735 and ATMEGA1284P

    Language:C++4301
  • 3DP-Tech/3D-Printer-Board

    Build a controller board for a 3D printer.

    Language:C2201
  • anachrocomputer/avrTest

    Some small LED-blinking test programs for the AVR microcontrollers

    Language:C2281
  • askn37/Futilities

    あまり有益でもない Arduino 向けユーティリティツールボックス

    Language:C++210
  • askn37/SoftUART

    Enables serial communication on any digital pin.

    Language:C++210
  • jtang073/CS120B-Labs

    Intro to Embedded Systems Labs, Section 027

    Language:C2106
  • gogolB/EE120B_Custom_lab

    EE120B Custom Lab (Simon Game implementation)

    Language:C1200
  • janos-raul/dot_matrix-128x48

    max7291 led matrix

    Language:Assembly1100
  • LaurentChevalier/ATMEGA_1284p

    Experimentations and projects around ATMEGA_1284p

    Language:C1100
  • mlab-modules/DATALOGGER01

    Universal Arduino based data logger to SDcard.

    Language:HTML15102
  • per1234/ino-ATmegaxxx4-variants

    A collection of information on ATmegaxxx4 Arduino variant files

    Language:C++130
  • TobiasVanDyk/AtMega1284-StompBox

    2018: ATMega1284 Quad Opamp Effects Box: The Stomp Shield for Arduino from Open Music Labs use an Arduino Uno and four opamps as a guitar effects box. Similar to the other ATMega1284 repository that shows how to port the Electrsmash Uno Pedalshield, I have also ported the Open Music Labs Guitar Effects box to the ATMega1284P which has 8 times more RAM than the Uno (16kB versus 2kB).

    Language:C++110
  • acgrama/electronics-sandbox

    Electronics learning bits

    Language:C0100
  • AnthonyMejia0/CS120B-SnakeGame

    Final project for CS/EE 120B at UCR. A recreation of the famous Snake Game using the Atmega1284P Micro Controller.

    Language:C0100
  • AnthonyMejia0/CS122A-Final-Project

    Final project for CS122A at UCR. A door locking simulation using a Rapberry Pi, RFID scanner and 2 Atmega1284P Micro Controllers.

    Language:C0200
  • bauergeorg/clock-wise

    LED matrix clock in german local dialect

    Language:C0100
  • RafaelPablo/Atmel-Boards

    PCB board design with Eagle for Atmega microcontrollers atmega328 and atmega1284

  • thejbte/OS_QuarKTS_Atmega1284p

    Example with System Operating (QuarkTS) in AVR - ATmega1284p

    Language:C0200
  • tisla002/Mario_Run

    ATMEGA1284 Embedded Systems Project

    Language:C0100
  • chrisb2/track-walk

    GPS device for tracking progress towards a weekly walking target.

    Language:C++20
  • khoih-prog/ATmega_TimerInterrupt

    This library enables you to use Interrupt from Hardware Timers on an AVR ATmega164, ATmega324, ATmega644, ATmega1284 with MCUdude MightyCore. It now supports 16 ISR-based timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks

    Language:C201
  • RickKimball/mightyohmex

    Custom atmega1284p core referencing MCdude/MightyCoreEx adding avr-dragon jtag support

    Language:C20