Tanmay Mahendra Kothale's repositories
BLE-Automatic-Garage-Door
This repository was made to hold the code for submission of Course project for the course CU-ECEN-5823 Internet of Things Embedded Firmware
blinky-FreeRTOS
A sample project which uses UART in interrupt mode to take inputs from user and adjust the PWM signal with respect to frequency and duty cycle. This sample project was done using STM32CubeIDE and STM32 Nucleo L476RG Development board.
buildroot-assignments-base
Shared code for buildroot based assignments
ConcurrentProgramming-Locks
Implemented various resource locking algorithms in C++ for Linux operating systems using threads class and atomic class of the C++ library. The application implements a bucket sorting algorithm which takes inputs from a text file and outputs the sorted list in another file.
Digital-Angle-Gauge
This repository was made to hold the code for submission of Course project for the course CU-ECEN-5813 Principles of Embedded Software.
ecen5823-f21-assignments
Holds the starter code for Fall 2021
GettingInTune
Generates a pure sine wave for one second with various frequencies. Uses DMA, ADC, DAC for data transfer.
Leetcode-Solutions
All the Leetcode problems solved so far!
Simple-Elevator-Prototype
Bare metal implementation of simple prototype of an elevator using STM32F401RET6 MCU, and STM32CubeIDE for development.