Aleksandar
aleksa012po
Embedded Developer | Flutter Enthusiast
Languages
Repos
59
Stars
1
Forks
0
Top Language
C
Loading contributions...
Top Repositories
Simple program written in Assembly for software addressing, not hardware, to SPI protocol W25Q16JV flash memory
A simple React To-Do List app
Hello, this is me
BrainTrio - Museum Interactive App
"AVR assembly project enabling dynamic UART communication. User-defined baud rates, Timer/Counter1. Baud rate: 9600, 8 data bits, 1 stop bit. Clone, configure, upload to AVR microcontroller, connect UART pins for versatile serial communication."
Repositories
59A simple React To-Do List app
Hello, this is me
BrainTrio - Museum Interactive App
Simple program written in Assembly for software addressing, not hardware, to SPI protocol W25Q16JV flash memory
No description provided.
"AVR assembly project enabling dynamic UART communication. User-defined baud rates, Timer/Counter1. Baud rate: 9600, 8 data bits, 1 stop bit. Clone, configure, upload to AVR microcontroller, connect UART pins for versatile serial communication."
This is an AVR assembly project demonstrating the use of a hardware UART. It operates at a baud rate of 9600, 8-bit character size, and 1 stop bit. The code enables both receive and transmit functionality in half-duplex mode. Clone, configure, and upload the code to an AVR microcontroller. Connect UART pins for communication.
This is an AVR assembly program implementing a software UART for half-duplex serial communication. It enables data transmission and reception using GPIO pins, supporting start and stop bits. The program utilizes interrupts for efficient communication and is suitable when hardware UART is unavailable or shared with other peripherals.
The UART_VirtuelnaKlavijatura project enables playing music through a virtual keyboard using an Arduino. Keyboard input from a computer is received via UART, and corresponding musical tones are generated and played through a speaker. Customizable note-to-tone mapping allows for versatile musical compositions.
This is a project showcasing hardware UART communication on an Atmel AVR microcontroller. It enables bidirectional data transmission and reception, demonstrating the implementation of a half-duplex serial communication channel. Useful for AVR-based projects requiring robust serial communication capabilities.
"C_Hardware_UART.c" is a project showcasing hardware UART communication on an Atmel AVR microcontroller. It enables bidirectional data transmission and reception, demonstrating the implementation of a half-duplex serial communication channel. Useful for AVR-based projects requiring robust serial communication capabilities.
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.
This C program establishes a UART connection with a specified COM port on Windows. It allows sending keyboard inputs to the port and receiving responses. The program supports configurable UART parameters and provides an option to exit. Ideal for UART device interfacing.
Custom PCB project with Atmel MCU & components. ATmega328P, FTDI FT232RL, DS1307 RTC, EEPROM, flash memory. Features RGB LEDs, buzzer. Ideal for embedded systems development.
SImple program written in WinAPI for reading and writting RS232 RFID using UART
Turn ON LED on button press in C language
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.
Interrupts written in ANSI C
Interrupts written in Assembly
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
Simple Music box program for playing two songs (Interstellar Main Theme and Linkin Park - Numb) for Arduino Uno written in ANSI C
Music Box written in Assembly, song for example: Iron Maiden - Fear of the dark
Arduino ADC. Install a voltage divider at the input. Change the value of the resistor and read the states of the AD converter
Simple program for reading ADC written in Assembly
ADC program written in Assembly
DDRD LED diodes connected from PORTD0 to PORTD7 as a binary counter
LED Blink program that uses C and Assembly together
Arduino Blink LED, delay 2 sec, written in ANSI C
Arduino Assembler, Ports. Change port state, send it to the LED diode.
Virtual keyboard that uses computer keyboard for playing tones and generating sound, written in ANSI C