Skip to content
View DanielProano's full-sized avatar

Highlights

  • Pro

Block or report DanielProano

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
DanielProano/README.md

Hi, I'm Danny!

danny2

About

I specialize in secure embedded systems, working on
everything from autonomous racing cars to 3D printing
my own remote controller & autonomous drones to even
rocket ships!

I work at the intersection of hardware
and software, specifically on STM32 & Cortex-M
architecture, using everything from C and assembly
to next generation tools like SPARK Ada for formal
verification!

Portfolio

Find most of my research and information on Portfolio website: dannyproano.com

Projects

More on my website

Pinned Loading

  1. EVC-Purdue/AutonomousKart EVC-Purdue/AutonomousKart Public

    Main codebase for the Autonomous kart project!

    Python 10 2

  2. Firefly Firefly Public

    A hand-made real-time operating system for the STM32F4, featuring an event-driven, preemptive scheduler with priority-based task ordering, along with queue, mutex, and semaphore primitives

    C

  3. Buffalo Buffalo Public

    A formally verified Secure Bootloader with SPARK Ada for STM32F4, featuring signature verificatition & automatic rollback

    C

  4. Dragonfly Dragonfly Public

    A Bare-Metal Flight Controller for an Autonomous Drone written in C, featuring a PID Control loop, IMU integration, Mahony Filtering, and DShot600 protocol support

    C

  5. Portfolio_Website_V3 Portfolio_Website_V3 Public

    Monorepo and third iteration of my portfolio website, chess frontend, & Password Manager

    TypeScript

  6. ChessBot ChessBot Public

    A Chess Bot written in Rust and Python using iterative deepening to find the best moves

    Rust