Topic: "avr-c"
ramonauble/sp
an open source synthesizer & sequencer, based on the Atmega328p.
Language: C - Size: 7.98 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 0

BaseMax/TestAVR
Language: C - Size: 27.3 KB - Last synced at: 4 days ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

berlin0308/NTU-2021Spring-Microcontrollers
BME 1107: Principles and Applications of Microcontrollers
Language: C++ - Size: 30.6 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

krkruk/arduino-robot-tutorial
Arduino and AVR tutorial based on Atmega328p
Language: C++ - Size: 16.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

PeterDessev/German-Equitorial-Mount
An open source German Equitorial Mount for Astrophotography
Language: C - Size: 6.42 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Ghost7600/MCC-AVR-Projects
Repo containing lots of ATmega328P projects, involving peripherals, and external devices such as lcd displays. Also might include simulation files for Proteus 8.6 SP2
Language: C++ - Size: 65.3 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_Software_UART_Half_Duplex
This is a software UART implementation for Atmel AVR microcontrollers. It enables serial communication using timer interrupts and provides functions for data transmission and reception. Ideal for projects requiring software-based UART communication with external devices.
Language: C - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_Timer0_With_ISR
Simple program written in ANSI C for arduino, I use Timer1 with ISR
Language: C - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_Timer_Without_ISR
Simple program written in ANSI C that uses Timer0 without ISR
Language: C - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_Hardware_SPI_Flash_Memory
Simple program written in ANSI C for hardware addressing W25Q16JV flash memory using SPI protocol
Language: C - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_RGB_RING_Random_Colors
Simple program written in ANSI C for addressing WS2812B RGB ring, colors go random pixel by pixel
Language: C - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_RGB_RING_Dessired_effect
Simple program written in ANSI C for addressing WS2812B RGB ring, rotating desired effect
Language: C - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_RGB_RING_Rainbow_Effect
Simple program written in ANSI C for addressing WS2812B RGB ring, rainbow effect
Language: C - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_RGB_LED_Ring_WS2812B
Simple program written in ANSI C for addressing WS2812B LED ring
Language: C - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_PWM_for_controling_LED_using_Interrupt
Simple program written in ANSI C for arduino, uses PWM and Interrupt for controlling LED diode
Language: C - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_PWM_for_controling_LED_2
Simple program written in ANSI C for arduino, uses PWM for controlling the LED diode - fade in, fade out
Language: C - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_PWM_for_controling_LED
Simple program written in ANSI C for arduino, uses PWM for controling LED diode
Language: C - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_I2C_Hardware_Arduino_EEPROM
I2C program for addressing hardware Arduino EEPROM written in ANSI C
Language: C - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_I2C_Extern_EEPROM
Program written in ANSI C for addressing read and write to 24LC256 EEPROM
Language: C - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_I2C_RTC_and_EEPROM
Program written in ANSI C for addressing extern RTC DS3231 and 24LC256 EEPROM
Language: C - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_I2C_RTC
Interface a DS3231 RTC Module with Arduino written in ANSI C
Language: C - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_Virtual_Keyboard
Virtual keyboard that uses computer keyboard for playing tones and generating sound, written in ANSI C
Language: C - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_Blink_2sec_Delay
Arduino Blink LED, delay 2 sec, written in ANSI C
Language: C - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_and_Assembly_LED_Blink
LED Blink program that uses C and Assembly together
Language: Assembly - Size: 17.6 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_Arduino__ADC
Arduino ADC. Install a voltage divider at the input. Change the value of the resistor and read the states of the AD converter
Language: C - Size: 21.5 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_Generate_Sound_Plays_Two_Songs
Simple Music box program for playing two songs (Interstellar Main Theme and Linkin Park - Numb) for Arduino Uno written in ANSI C
Language: C - Size: 42 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_Arduino_Electronic_Piano_Keyboard
Arduino Electronic Piano Keyboard written in ANSI C, not finished, idea is to use one input analog pin, and 8 buttons with some resistors, ideally for ATinny or some ESP
Language: C - Size: 44.9 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_Interrupts
Interrupts written in ANSI C
Language: C - Size: 20.5 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_Arduino_Generate_Sound_Two_Projects
C_Arduino_Generisanje_Zvuka - Arduino Assembler, Sound Generation. Connect the amplifier with the transistor to the output pin. Use timers to change frequencies and change zeros and ones.
Language: C - Size: 70.3 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aleksa012po/C_Turn_ON_LED_on_button_press
Turn ON LED on button press in C language
Language: C - Size: 19.5 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ChristosHadjichristofi/Microprocessors-NTUA
[ECE NTUA] Assignments for the course microprocessors.
Language: Assembly - Size: 3.68 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ibrhmkrt/Mkn_I2C
Embedded Systems, C , Avr-C , I2C
Language: C++ - Size: 278 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ibrhmkrt/I2C_Ats
Embedded Systems, C , Avr-C , I2C
Language: C++ - Size: 379 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Pejo-306/digital-function-generator-v2
Цифров генератор на сигнали с тъчскрийн
Language: C - Size: 23.7 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ibrhmkrt/MicroBallisticDataTest
Embedded Systems, C , Avr-C ,ZigBee
Language: C++ - Size: 64.5 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ibrhmkrt/MicroballisticHedefMermiAlgilama
Embedded Systems, C , Avr-C
Language: C++ - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ibrhmkrt/AkilliCelikHedef
Embedded Systems, C , Avr-C ,ZigBee
Language: C++ - Size: 385 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ibrhmkrt/EmbeddedSystems
Arduino Project
Language: C++ - Size: 652 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
