-
Recent Posts
Archives
- March 2023
- May 2022
- October 2021
- September 2021
- January 2020
- October 2019
- July 2019
- May 2019
- April 2019
- January 2019
- December 2018
- November 2018
- April 2018
- February 2018
- December 2017
- November 2017
- October 2017
- June 2017
- January 2017
- December 2016
- July 2014
- September 2013
- March 2013
- November 2012
- October 2012
- September 2012
- August 2012
- June 2012
- May 2012
- March 2012
- December 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
Categories
Meta
Category Archives: Programming
Generative Art & Pen Plotters
Just operating my 3D printer have become a bit boring, so I’m interested in other uses for the gantry. Attaching a pen to the gantry to make a simple pen plotter seems like a worthy project. The plotting area will … Continue reading
Posted in 3D Printing, Programming, Projects, Robotics
Tagged generativeart, penplotter, programmaticart
Leave a comment
Firefly Robots
Some fireflies exhibit a remarkable behavior where their flashes can synchronize with one another. I am interested in seeing if I can reproduce this behavior in small tabletop robots. These robots may use lights and light sensors to reproduce the … Continue reading
Posted in Programming, Projects, Robotics, Sculpture, Toys
Leave a comment
Fast Analog Read on Arduino
The Arduino AnalogRead(pin) function is simple to use, but can’t be called faster than about 10 kHz. Audio needs sample rates closer to 40 kHz. This post will be a notepad of resources and notes related to high speed analog … Continue reading
NFC v3 Reader with Arduino
Turns out there are playing cards available with NFC capability embedded in them. I’m helping a friend make an automated bridge table. The step I’m helping with in particular is reading the card inputs and pushing the information on to … Continue reading
Posted in Programming, Toys
Leave a comment
Three-Dimensional Aruco Boards
I am using Aruco tags to locate mobile robots relative to one another. I have mounted tags on the robots using cubes so that at least one tag will be visible from every side of the robot. In the picture … Continue reading
Posted in MOBOT, Programming, Robotics, Toys, Uncategorized
1 Comment
Programming languages I’ve learned in order
Inspired by this post on nodnod by DZ that I found today while randomly browsing. I’m taking liberties with the term programming language, but it’s my blog so bite me. BASIC on an Apple II and on what I think … Continue reading
Collecting Disk Access Traces on Windows with Tracelog
Here is some information on how I have been collecting disk access traces on Windows using Tracelog. Tracelog utilizes the ETW which I believe is only supported by NT5 based kernels (Win2k, XP, some server versions). Please let me know … Continue reading
Posted in Programming, Projects
Leave a comment