Skip to content
View jamieashton22's full-sized avatar

Block or report jamieashton22

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.

Content in all repositories owned by your account will be closed.
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

Popular repositories Loading

  1. Misc-Programs Misc-Programs Public

    Repo to store misc programs that might be useful in future projects, or that I just find interesting

    Python

  2. PySerialPlotter PySerialPlotter Public

    Creating a serial plotter/serial monitor in Python to plot data from microcontrollers

    Python

  3. jamieashton22.github.io jamieashton22.github.io Public

    HTML

  4. custom-UART-protocol custom-UART-protocol Public

    Designing and implementing custom UART communication protocol to transmit sensor data from embedded system (Arduino) to host PC.

    Python

  5. ultrasonic-filtering ultrasonic-filtering Public

    Using real-time digital filtering techniques (SMA, EMA, Median) to improve ultrasonic sensor accuracy and reduce measurement noise. Arduino/Python based.

    C++

  6. stm-rtos stm-rtos Public

    Aim is to design and implement a bare-metal real-time operating system for the STM32F401RE microcontroller without using hardware abstraction, to develop an understanding of low-level embedded C. A…

    C