Pinned Repositories
AnalogExport
Saleae Logic analog measurement extension which exports analog data to "CSV", that is, one row of data per sample.
BaudRateEstimate
Digital measurement extension for Saleae Logic which estimates the baud rate of a digital signal.
jchord
Python toolkit for working with chord progressions
pyserial-intercept
Intercept serial port traffic using pyserial and com0com
rpi-msp430
Guide and script to install mspdebug on Raspberry Pi in order to flash and debug MSP430 devices
sonar
Simulation and implementation of a DIY sonar / echolocation system
songwriting_tools
Webpage with songwriting tools
SpiTransactionFramer
High level Saleae Logic analyzer which merges SPI frames into transactions based on when the Enable line is active
tddec
Test-driven development for embedded C with Unity and CTest
zig-examples
Programs, tests, build scripts that I write to teach myself Zig (https://ziglang.org), including a very flickery version of Snake :)
jonathangjertsen's Repositories
jonathangjertsen/jchord
Python toolkit for working with chord progressions
jonathangjertsen/zig-examples
Programs, tests, build scripts that I write to teach myself Zig (https://ziglang.org), including a very flickery version of Snake :)
jonathangjertsen/pyserial-intercept
Intercept serial port traffic using pyserial and com0com
jonathangjertsen/Analog-Fundamental-Frequency-Measurement
Analog fundamental frequency measurement extension for the Saleae Logic 2 Software.
jonathangjertsen/printf
My printf implementation
jonathangjertsen/compiler-explorer
Run compilers interactively from your web browser and interact with the assembly
jonathangjertsen/cshells
Some cross-platform shell utilities written in C
jonathangjertsen/dp100
Alientek DP100 experiment
jonathangjertsen/freertos
Stripped-down FreeRTOS fork
jonathangjertsen/FreeRTOS-Plus-TCP
FreeRTOS-Plus-TCP library repository. +TCP files only. Submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
jonathangjertsen/ghgraph
jonathangjertsen/go-serial
fork of jacobsa/go-serial via svenschwermer/go-serial
jonathangjertsen/hla-i2c-transactions
jonathangjertsen/infra
Infrastructure to set up the public Compiler Explorer instances and compilers
jonathangjertsen/jco
jco (Jonathan's Converter), for working with hex and binary numbers
jonathangjertsen/jdict
Dictionary extended with convenience methods that depend heavily on dictionaries being ordered by insertion order.
jonathangjertsen/MCP23017Analyzer
MCP23017 High Level Analyzer for Saleae Logic
jonathangjertsen/modbus-rtu-analyzer-hla
Modbus RTU analyzer HLA
jonathangjertsen/most-useful-cpp-features
Most useful C++ features coming from an embedded C background
jonathangjertsen/nanoMODBUS
A compact MODBUS RTU/TCP C library for microcontrollers
jonathangjertsen/neopixel_attiny_only
attinyx5-only fork of https://github.com/adafruit/Adafruit_NeoPixel
jonathangjertsen/pico-mcp23017
Raspberry Pi Pico MCP23017 16-Bit I/O Expander with I2C Serial Interface
jonathangjertsen/pico-project-base
Base for a project for Raspberry Pi Pico, using the C pico-sdk
jonathangjertsen/pico-sdk
jonathangjertsen/pymodbus
A full modbus protocol written in python
jonathangjertsen/rpi-tiva
Guide to flashing Tiva C-series boards with Raspberry Pi
jonathangjertsen/spypy
Spy on your Python code by snapshotting the application state for each line of code
jonathangjertsen/sternhalma
Electronic Sternhalma (Chinese Checkers) board
jonathangjertsen/two-way-usb-stick
Two way USB stick
jonathangjertsen/Unity
Simple Unit Testing for C