Code
-
Getting the code to work
•
2 min read
A big part of the 10Four project is detecting a button press. This, I had been told, would be trivial using an Arduino Leonardo. That was true. It took me all of 20 minutes and a bit of light googling to parse together what I needed. Here’s the code I use. Next up is hijacking…
-
Adding a little bit of CB charm to videogames
•
2 min read
We’ve seen it in the trucker movies. I’m thinking stuff like Convoy. It looks hella cool whenever the guy reaches up in his cab, grabs the mic and talks into it. I’ve been playing a bit of Space Trucker, Elite Dangerous, etc and I want to replicate that feeling. So this idea originally came from…
-
Project Carcade
•
3 min read
About a year ago I bought a car that I have been eyeing ever since I first saw it. The 2006 Honda Civic hatchback with the space shuttle facelift that relaunched the Civic in Europe. It’s an astonishingly cool car, and I was very lucky. The one I found was in mint condition, and loaded…
-
Private webhooks
•
3 min read
I was looking into setting up my own incoming webhook server, because webhooks are super cool and useful for a variety of things. And also because I am a giant nerd and wanted to play around with some stuff. Now, there are very few ready made components for this out there, so I had to do…