cpp

Gitlab-CI Simple but Flexible

Gitlab-CI is an amazing platform that makes CI pipelines simple and easy.

Gitlab CI Simple but Flexible

Gitlab-CI is an amazing platform that makes CI pipelines simple and easy.

Particle PO CI

Container / Virtualization gitlab-ci uses a docker container. # use the official gcc image, based on debian # can use verions as well, like gcc:5.2 # see https://hub.docker.com/_/gcc/ image: gcc Travis CI on the other hand uses “sudo enabled, full virtual machine per build”.

Particle With Travis CI

Goal I just created a number of github repositories for particle. Much of the code was transferred from my existing code base at particle-projects. The primary goal of these projects was not to demonstrate my capability as a C++ programmer, but actually to demonstrate a good example for an open source particle project or library.

Interactive User Interface with PIC18 Microcontroller

This project involves various hardware components as well as the PIC18 with Development Board. The ability for the PIC to obtain virtually simultaneous readings of multiple analog signals was used to determine the position of a joystick. The Liquid …

SDSU EE347 Microcontrollers

Animation of Material Science

QT application that demonstrates science phenomenon.

Arduino Control LEDs over Bluetooth

Leo, a Arduino Leonardo, is controlling LEDs based on commands from my phone via serial over bluetooth.

Arduino Serial Over Bluetooth

Leo, a Arduino Leonardo, is communicating to my phone via serial over bluetooth.

Arduino -> Shift Reg -> Seven Segment Display

Leo, a Arduino Leonardo, is connected to a Seven Segement Display through a Shift Register.