Quite a while back I got a few components from a fellow enthusiast, consisting of a few Z80 with the accompanying peripherals, some TTL-chips, EPROMS and a few RAM-chips, great! More parts for my homebrew Z80! Sadly, the project has been dormant for some time, as I’ve become a father, and we’re in the process…
Writing a simplified G-Code parser for Arduino UNO
In a project I’m working on, I needed a way to control some peripherals from a UART-connection, and I want to be able to set configuration-parameters as well as controlling stepper-motors and other equipment. Having some prior experience with G-Code, and not needing a full set of example Marlin/RepRap-flavored G-Code, I decided to create my…
Quick update!
Hi everyone that might be reading my blog! I’m still alive and kicking, just much going on in life, but to summarize some things that I’m working on: Preparing a build-blog for a 3D-printer that I’m designing and working on, including 3D-printed parts, electronics and software. Building a new blog in Laravel, the plan is…
Laravel – must have packages
Hi! This blogpost is quite simple, I just wanted to share my list of packages that I usually use when developing applications using Laravel.
Installing Composer on Mac os X
If you’re a web-developer like me, you probably work alot with either Symfony, Laravell, or Composer; and getting composer to work on a new installation of Mac os X can be quite tricky.