Pinned Repositories
ABS_demo_simulink
ABS simulation in Simulink
ATTiny85-AlarmClock
A digital clock with an alarm and calendar on the ATTiny85.
AutomaticDoor-ATMega16
A short program to fully automate a gate/door using the ATMega16, proximity sensors, limit switches and an actuator to open/close the door.
CH55x-WebProgrammer
Front-end web UI for https://github.com/DeqingSun/ch55xduino/tree/ch55xduino/bootloaderWebtool
multi-axis-stepper-driver
STM32F103C8T6 driver software for multi-axis co-ordinated motion control of multiple stepper motors.
PWMControls-atmega328
A GUI application written in C++ using the Qt framework to control MCU PWM from a computer via USB serial.
PythonTextParser
Python script to extract text from a HTML/PDF and save the extracted text in an orderly way in an Excel spreadsheet.
SSD1306-8051-pythonserial
An 8051 microcontroller (Atmel 89S52) receives an image from a Python application on a PC and displays it on the LCD.
STM32-USB-VideoStreaming
Video player that can open a video file via a Qt GUI interface, and stream it via USB VCP to a microcontroller which then displays it on a 128x64 display.
WebMTP
Open-source implementation of the Media Transfer Protocol using WebUSB.
stephenkingston's Repositories
stephenkingston/WebMTP
Open-source implementation of the Media Transfer Protocol using WebUSB.
stephenkingston/multi-axis-stepper-driver
STM32F103C8T6 driver software for multi-axis co-ordinated motion control of multiple stepper motors.
stephenkingston/STM32-USB-VideoStreaming
Video player that can open a video file via a Qt GUI interface, and stream it via USB VCP to a microcontroller which then displays it on a 128x64 display.
stephenkingston/ATTiny85-AlarmClock
A digital clock with an alarm and calendar on the ATTiny85.
stephenkingston/SSD1306-8051-pythonserial
An 8051 microcontroller (Atmel 89S52) receives an image from a Python application on a PC and displays it on the LCD.
stephenkingston/PythonTextParser
Python script to extract text from a HTML/PDF and save the extracted text in an orderly way in an Excel spreadsheet.
stephenkingston/ABS_demo_simulink
ABS simulation in Simulink
stephenkingston/AutomaticDoor-ATMega16
A short program to fully automate a gate/door using the ATMega16, proximity sensors, limit switches and an actuator to open/close the door.
stephenkingston/CH55x-WebProgrammer
Front-end web UI for https://github.com/DeqingSun/ch55xduino/tree/ch55xduino/bootloaderWebtool
stephenkingston/cuda_experiments
stephenkingston/PWMControls-atmega328
A GUI application written in C++ using the Qt framework to control MCU PWM from a computer via USB serial.
stephenkingston/smart-agriculture-IoT
A simple Node-RED app with a IBM cloud backend to control and monitor farm equipment.
stephenkingston/AVR8_sample_programs
AVR8 sample programs using avr-gcc and Makefile
stephenkingston/avrbro-ts
Typescript fork of https://github.com/kaelhem/avrbro
stephenkingston/build_system
Testing continuous integration
stephenkingston/sdk-nrf
nRF Connect SDK main repository
stephenkingston/VibrationMonitor
Flask web app for vibration monitoring using accelerometers and a microcontroller.
stephenkingston/wasm-webterm
xterm.js addon to run WebAssembly binaries (supports WASI + Emscripten)
stephenkingston/webassembly-experiments
Trying out WebAssembly
stephenkingston/WebMotor
Simple webpage to demonstrate how an actuator can be controlled and visualized on a web browser using Three.js and WebSerial.