Category Archives: Programing

A place for Code!

Atera Server Monitoring

Simple python script to create a ticket when a monitored computer (Servers by default) go offline or disconnect from Atera Continue reading

Programing, Python , , , ,

NESC or Nintendo Entertainment System Controller Library

A write up on a new Arduino library I made for interfacing with a NES controller Continue reading

Arduino, Arduino C, C++, Hardware, Programing , , , , ,

NoDelay Library Update!

This took me a little longer to get to writing then I was hoping for, but here it is. I did some more work on the NoDelay Arduino Library and fix some bugs. The biggest was an issue that would … Continue reading

Arduino, Arduino C, Programing , , , ,

A Fireplace for Christmas

What do you do when you want to hang your stockings up on the fireplace but you don’t have one? The answer is simple, you build one! This is what was asked of me by my sister as she wanted … Continue reading

Arduino, Arduino C, Hardware , , , ,

Write String to Arduino EEPROM Update And Example

*This is a followup to my Write String to Arduino EEPROM article.* As it goes, sometimes you find one thing when looking for another. In this case, I was doing some research on a project I’m planing to make in … Continue reading

Arduino C, Programing , , , , ,

CSV to QIF Python Converter

Recently I have wanted to start keeping better track of my finances. To do this I started using a personal financing software called HomeBank to keep track of my spending. Virtually all of my different financial accounts offer ways in … Continue reading

Programing, Python , , , ,

NoDelay Arduino Library

While I was in the process of programming a simple robot (One day I’ll write that up), I started working on an easy way to use the mills function to help perform tasks at different times. The concept is taken … Continue reading

Arduino C, Programing , , , , ,

My Adafruit FRAM I2C Plus Library

Not long ago, Adafruit released there I2C FRAM breakout board. This board offers 32 kbytes (256 Kbits) of storage space and the ability to be read/written to ten trillion times. That is a lot of cycles and much more then … Continue reading

Adafruit, Arduino, Arduino C, Hardware, Programing , , , , ,

Write String to Arduino EEPROM

Updated 4/10/16: Changed read_StringEE function with improved code Follow up article HERE! I have been working on a project, the same project from my Using an Arduino with C# post. Besides needing to send commands and settings to my Arduino … Continue reading

Arduino, Arduino C, Hardware, Programing , , ,

Tilt Maze Game

Intro: This past week I was asked by my grammar school science teacher if I would stop by his class and show off a cool project that would inspire his students, just like I had last year. Though it was … Continue reading

Adafruit, Arduino, Arduino C, Hardware , , , , , , , ,