Skip to content
View daniboi16's full-sized avatar

Block or report daniboi16

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
daniboi16/README.md

Hello 👋

I am an embedded systems engineer. In my free time, I work on a few projects. My projects are mostly in the field of microcontrollers, and I also include a blog explaining the project in detail.

Repositories

  • I am well versed in ARM cortex microcontrollers and have written register-level code for my STM 32 F407 Discovery Board, which is available on the STM32-F4 Repository.
  • I have also implemented a few Arduino projects that are available in the Arduino-Code Repository.
  • I have also implemented a few basic projects on my FPGA board, the Altera Cyclone II EP2C5. I develop my projects in Verilog on the Altera Quartus II which can be found in the ALTERA CYCLONE II repository.
  • There are 3 more repositories which I worked on:
    1. Inventory-billing-system which was a project I worked on to get a better grasp on Python file handling and Tkinter
    2. ENERGY-METER which was a project in my bachelor's where I worked on IOT and automation.
    3. Speech-Recognition which is also a project I worked on during my bachelor's where I worked with audio files in MATLAB

Contact

Pinned Loading

  1. STM32-F4 STM32-F4 Public

    Register level codes in embedded c for the STM32F407VG Discovery board developed in Keil IDE. This repository is unique as it consists of only register level codes.

    C 1

  2. ALTERA-CYCLONE-II ALTERA-CYCLONE-II Public

    Verilog code developed for the Altera Cyclone II EP2C5

    Verilog

  3. Arduino-Code Arduino-Code Public

    In this repository I store all the Arduino codes that I have developed. These codes are unique as I try not to use Libraries as far as possible. Therefore, getting a better understanding of the con…

    C++