Pinned Repositories
PEDOMETER-USING-ARDUINO
CODE FOR A SIMPLE PEDOMETER THAT MEASURES NUMBER OF STEPS, CALORIES BURNT, DISTANCE WALKED, TEMPERATURE OF THE SURROUNDING AREA AND BATTERY PERCENTAGE
pro-codes090
I am pratham vora an embedded engineer . I like explore things in the world of embedded devices and explore behind the scenes working of any component to develop things from scratch and push it to the next level .I develop drivers for microcontrollers(ARM) from scratch and at this place you will find all my projects .
pro-codes090.github.io
stm32-brushed-drone-project
The repo contains all the source code and design files for a stm32 based brushed drone with an integrated lora transceiver and stm32 based transmitter .
Stm32-RCC-library
RCC bare metal drivers for Stm32 f4 family of microcontrollers written in C . The driver contains apis for the User to set clock speed for AHB , APB1 , APB2 bus .The driver also allows changing the APB and AHB bus frequency on the fly , and also contains apis for to get the current frequency at which AHB and APB bus is running at
Stm32-SDcard-library
SDcard library for stm32 is a bare metal implementation which can easily be integrated into existing projects to provide functionality such as read ,write and create files and folders on a SDcard . the library is continuously under development to provide more features and support more protocols for high speed applications as well
Stm32-usart-library
Usart Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch. The driver contain apis for the user to send and receive data over USART. The driver has two flavor of apis polling based and Interrupt based. The library will continue to add support and features for all the features USART peripheral on STM32 comes with.
stm32f4-gpio-driver
GPIO Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch .The driver allows user to configure the gpio pins of stm32 microcontroller in Input Mode , Output mode , Alternate function mode , interrupt mode and configure interrupt priority . The driver also exposes apis to read and write data to and from gpio pins and enable and disable interrupts .
stm32f4-i2c-driver
I2C Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch .The driver contain apis for the user to send and receive data i2c communication . The driver has two flavor of apis polling based (blocking ) and Interrupt based (non blocking ) check examples in the Src folder for more reference .
stm32f4-spi-driver
spi driver for stm32 f4 family of microcontrollers . The library includes two flavor of apis which is blocking and non blocking ( interrupt based ) . library includes Apis to send and receive data .
pro-codes090's Repositories
pro-codes090/stm32f4-i2c-driver
I2C Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch .The driver contain apis for the user to send and receive data i2c communication . The driver has two flavor of apis polling based (blocking ) and Interrupt based (non blocking ) check examples in the Src folder for more reference .
pro-codes090/Stm32-SDcard-library
SDcard library for stm32 is a bare metal implementation which can easily be integrated into existing projects to provide functionality such as read ,write and create files and folders on a SDcard . the library is continuously under development to provide more features and support more protocols for high speed applications as well
pro-codes090/stm32f4-gpio-driver
GPIO Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch .The driver allows user to configure the gpio pins of stm32 microcontroller in Input Mode , Output mode , Alternate function mode , interrupt mode and configure interrupt priority . The driver also exposes apis to read and write data to and from gpio pins and enable and disable interrupts .
pro-codes090/stm32f4-spi-driver
spi driver for stm32 f4 family of microcontrollers . The library includes two flavor of apis which is blocking and non blocking ( interrupt based ) . library includes Apis to send and receive data .
pro-codes090/PEDOMETER-USING-ARDUINO
CODE FOR A SIMPLE PEDOMETER THAT MEASURES NUMBER OF STEPS, CALORIES BURNT, DISTANCE WALKED, TEMPERATURE OF THE SURROUNDING AREA AND BATTERY PERCENTAGE
pro-codes090/pro-codes090
I am pratham vora an embedded engineer . I like explore things in the world of embedded devices and explore behind the scenes working of any component to develop things from scratch and push it to the next level .I develop drivers for microcontrollers(ARM) from scratch and at this place you will find all my projects .
pro-codes090/stm32-brushed-drone-project
The repo contains all the source code and design files for a stm32 based brushed drone with an integrated lora transceiver and stm32 based transmitter .
pro-codes090/Stm32-RCC-library
RCC bare metal drivers for Stm32 f4 family of microcontrollers written in C . The driver contains apis for the User to set clock speed for AHB , APB1 , APB2 bus .The driver also allows changing the APB and AHB bus frequency on the fly , and also contains apis for to get the current frequency at which AHB and APB bus is running at
pro-codes090/pro-codes090.github.io
pro-codes090/Stm32-usart-library
Usart Bare metal drivers for stm32 f4 family of microcontrollers written in C from scratch. The driver contain apis for the user to send and receive data over USART. The driver has two flavor of apis polling based and Interrupt based. The library will continue to add support and features for all the features USART peripheral on STM32 comes with.
pro-codes090/stm32_maze_solver
the following code is for a maze solver made using stm32f4 discovery board