Successful Launch / Recovery of the Falcon Heavy

February 6, 2018 | Space | By: Mark VandeWettering

Totally amazeballs. I had goosebumps.

Weekend Update…

February 5, 2018 | 3D printing, Amateur Radio, Amateur Satellite, ESP32, My Projects | By: Mark VandeWettering

This is just a short set of updates for my weekend projects, meant to keep me in the habit. I’ll write up a more complete version of these projects going forward. First of all, a new acquisition. My Anet A8 3D printer has proven to be, well, not the most reliable of gadgets. I still […]

More progress on the ISS clock project…

January 31, 2018 | Amateur Radio, Amateur Satellite, ESP32, My Projects | By: Mark VandeWettering

I haven’t posted an update here recently, but I am (mostly) living up to my New Year’s resolution to spend at least 30 minutes a day working on a project. This has taken the form of some stupid but necessary chores (like fixing the broken pull cord on my lawnmower) but has mostly taken the […]

Brief Update on my ESP32 ISS Clock

January 23, 2018 | Amateur Satellite, My Projects | By: Mark VandeWettering

Several days ago, I cobbled together a short bit of code to make an NTP enabled clock out of an ESP32/OLED module. I had previously used an ESP8266 and a separate module to make a little demo that predicted the location of the ISS. I thought that the ESP32 would make a better development platform, […]

A short audio book review: The Making of the Atomic Bomb, by Richard Rhodes

January 23, 2018 | Books I Read | By: Mark VandeWettering

I often get nearly an hour and a half of commute time in my car each day, so I have lots of time. Rather than just waste it, I like to listen to podcasts or audio books. Recently I decided to subscribe to Audible, and started getting some interesting books. I had read The Making […]

Other weekend projects, including a new cat tree!

January 21, 2018 | My Cats | By: Mark VandeWettering

I had a bunch of chores that I wanted to get done this weekend. Our gardener has disappeared off the face of the earth, and our front yard was looking ragged and weedy, so I decided to try to mow it myself. I have two mowers in my garage, a Black and Decker rechargeable electric […]

Quick tinkering of an NTP clock with the ESP32

January 21, 2018 | Development Boards, ESP32 | By: Mark VandeWettering

I spent a little time today trying to make the bare minimum code necessary for the ESP32 to connect to my WiFi network and synchronizing the time using NTP. It’s not really that amazing, but required a tiny bit of snooping around to figure out how to make it work. Archived here, just for fun. […]

A few quick thoughts on the Inky pHAT

January 18, 2018 | Raspberry Pi | By: Mark VandeWettering

Okay, I got it working. See! But I had a number of really annoying problems, none of which really had to do with the hardware: I installed it on a Pi3 I had lying around that previously had been running my 3D printer using Octopi. I tried to do an “apt-get update” and “apt-get upgrade” […]

Inky pHAT arrives: a 3 color E-ink display for the Raspberry Pi

January 17, 2018 | Raspberry Pi | By: Mark VandeWettering

For some reason, I’ve always been attracted to E ink displays. They combine a number of interesting features like low power (none when not being refreshed), high contrast and a wide viewing angle. But they only recently have begun to get cheap enough to play with. The other day I was surfing around and discovered […]

Interactive Programming… in C

January 17, 2018 | My Projects | By: Mark VandeWettering

I’ve been kind of interested in a type of “livecoding” where changes to a code base are immediately reflected in a running program. I’ve seen Inigo Quilez (author of the famed shadertoy.com) do this with a scaffold that he wrote using OpenGL. Literally as he types new shader code, the changed shader is loaded and […]

Yes, I crochet (and knit, although less well.)

January 16, 2018 | Crochet | By: Mark VandeWettering

In addition to my geek hobbies, I have resurrected a skill that was taught to me by my Grandma Busch when I was seven years old: crochet. It began earlier in 2017, when Carmen wanted me a pussy hat so we could attend various protests and rallies. I told her I could knit or crochet […]

Connector resistance matters: the Anet A8 PCB heated bed…

January 13, 2018 | 3D printing | By: Mark VandeWettering

My previous entry talked about the problems that I’ve been having with the Anet A8. I haven’t had the time to actually do some rework of the connector (I should get to that later today) but while I was commuting I thought about it a bit, and was trying to answer the following questions. How […]

Debugging my Anet A8 hot bed…

January 10, 2018 | 3D printing, My Projects | By: Mark VandeWettering

As in most things, whether you achieve success has a lot to do with what connections you have. And this is true of my somewhat unreliable Anet A8 3D printer more than most. My printer had been down for a month while I worked on getting a new hot end installed properly. It wasn’t so […]

SSD1306 drivers for the ESP-IDF framework…

January 8, 2018 | ESP32 | By: Mark VandeWettering

If I was going to port my ISS code to the ESP32 using the ESP-IDF framework, I’d need a driver for the SSD1306 OLED display.  It does seem like some people have been down this path before.  I haven’t tried any of the following, but a little quick googling revealed some promising links: https://github.com/yanbe/ssd1306-esp-idf-i2c https://github.com/imxieyi/esp32-i2c-ssd1306-oled […]

The ESP32 vs. the ESP8266

January 7, 2018 | ESP32, ESP8266 | By: Mark VandeWettering

Over the last year I’ve spent a small amount of money and a larger amount of time accumulating a bunch of development modules from banggood. This began mostly with me getting some spare Arduino modules cheaply. Whereas an official Arduino might cost you $25 or so from Adafruit or Sparkfun, you can get a Geekcreit […]