memphis242
Embedded Software Engineer with RFA Engineering working at John Deere as a contractor. My primary interests lay in electronics & embedded systems!
Pinned Repositories
3ph_inverter_board
12V to 230Vrms 3-phase AC. Initial version is 12V to 40Vrms 3-phase AC.
can_node_board
Board design, software, and tooling for PIC18 MCU-based boards to send/receive J1939 messages over CAN 2.0B for general purpose use.
control_systems_classes
This repo holds any MATLAB/Simulink I did for my controls classes; namely ECE461 - Control Systems, and ECE463 - Modern Control here at North Dakota State University.
CPractice
This repo contains code for when I really started to teach myself C, as well as C code I've written over the years for various objectives that I'd like to be able to look back on.
dc_motor_control_board
dsp_class
This contains code and relevant schematics from my Applied Digital Signal Processing class, where we developed various digital filters on the NXP FRDM K22F development board.
FrequencySensorEmulator
Embedded software - intended to be generic /w HAL abstraction - meant to output a square wave of variable frequency and duty cycle to emulate a frequency input sensor - such as a magnetic rotational speed sensor.
LED_Ring
General-purpose software and board design to use for LED strip projects. I initially used this for my proposal to my now-wife!
pid-clock
Inspired the YouTube video titled "PID demo" from "Horizon 4 electronics", I wanted to make a similar demonstration device for myself and as a gift my friends.
YayButton
Yay button for the office to celebrate our little achievements.
memphis242's Repositories
memphis242/can_node_board
Board design, software, and tooling for PIC18 MCU-based boards to send/receive J1939 messages over CAN 2.0B for general purpose use.
memphis242/3ph_inverter_board
12V to 230Vrms 3-phase AC. Initial version is 12V to 40Vrms 3-phase AC.
memphis242/control_systems_classes
This repo holds any MATLAB/Simulink I did for my controls classes; namely ECE461 - Control Systems, and ECE463 - Modern Control here at North Dakota State University.
memphis242/CPractice
This repo contains code for when I really started to teach myself C, as well as C code I've written over the years for various objectives that I'd like to be able to look back on.
memphis242/dc_motor_control_board
memphis242/dsp_class
This contains code and relevant schematics from my Applied Digital Signal Processing class, where we developed various digital filters on the NXP FRDM K22F development board.
memphis242/embedded_class
The various assignments I had done for my embedded systems class ECE376.
memphis242/Hands-On-RTOS-with-Microcontrollers
Hands-On RTOS with Microcontrollers, published by Packt
memphis242/FrequencySensorEmulator
Embedded software - intended to be generic /w HAL abstraction - meant to output a square wave of variable frequency and duty cycle to emulate a frequency input sensor - such as a magnetic rotational speed sensor.
memphis242/LED_Ring
General-purpose software and board design to use for LED strip projects. I initially used this for my proposal to my now-wife!
memphis242/pid-clock
Inspired the YouTube video titled "PID demo" from "Horizon 4 electronics", I wanted to make a similar demonstration device for myself and as a gift my friends.
memphis242/YayButton
Yay button for the office to celebrate our little achievements.
memphis242/.github
Common `.github` files to be shared by all my repositories.
memphis242/advent-of-code-2023
My Advent of Code 2023 solutions!
memphis242/CSCI213FinalProject
memphis242/excel_vba
memphis242/gpaCalculator
memphis242/JavaScriptPractice
memphis242/LaravelProjects
memphis242/learning-rust
Any code I develop as I go through the `The Rust Programming Language` by _Steve Klabnik_, _Carol Nichols_, and the _Rust Community_ goes here.
memphis242/make-practice
Repository I will use to practice GNU make
memphis242/MATLAB-Practice
Repo for my MATLAB practice
memphis242/MechDesAlg
memphis242/MyMVCApplication
First commit
memphis242/PersonalProjects
memphis242/pic18_quick_examples
Repo to hold quick generic tests for the PIC18F4620.
memphis242/PythonPractice
Repository for writing Python files to develop and exercise my Python skills.
memphis242/roscopter
*Under Development* - A fully-featured multirotor autopilot for ROS, based on Dr. Beard's Quadrotor Notes
memphis242/SSD1351-Driver-Library
At some point, I'd like to give use this to learn how to produce this library and use it for each of my microcontroller projects.
memphis242/stm32h743-nucleo144-blinky
Repository to hold basic STM32H743 Nucleo-144 board initial learning examples.