Technology According to Christophe VG

Near the end of 1983, computers entered my life, and have never checked out. Pasionate about creating interactions with these machines, programming languages have always been my favorite topic. This love for languages evolved towards a love for software architecture, doing the right thing with the right tools in the right way.

After roughly 30 years doing (mostly administrative) software, I decided to take a leap and move into the hardware world, more specifically the area of embedded systems.

If you’re new to and interested in electronics and embedded systems, you might want to read my first steps in electronics and my first steps in embedded systems as a guide from nothing to something. These two pages serve as an introduction and are basically a guided index through most of the other hardware-related pages in this section.

Besides hardware, this section also hosts a collection of notes on different technologies.

ATMEGA 168

16 minute read

The Atmel ATMEGA168 was the first MCU I programmed completely by myself, and it’s true what they say: when, after hours of fiddling and reviewing the circuit...

Avrdude

4 minute read

To handle the programmer when programming e.g. my ATMEGA168, I use avrdude.

Bookmarks

1 minute read

Let’s go old-skool 😇 I’ve never been great at using bookmarks in my browser, and don’t really “use” a lot of sites - papa Google seems to be sort of my bookm...

Eagle

1 minute read

I started using Eagle ↗ when I designed the Fri3d Camp badge, my first solo-SMD project. This section is devoted to my notes on learning and using it.

Electronics - first steps

8 minute read

This page is more than 10 years old and besides the fact that the circuit diagrams are no longer available, it needs some love. I intent to clean it up in...

Hello Embedded World

2 minute read

While doing research for possible master thesis topics, I’m looking into the idea of wireless sensor network. At KULeuven the DISTRINET research group is spe...

Homebridge Notes

1 minute read

These are my notes on installing Homebridge, connecting it to Apple’s Home apps and integrating Niko Home Control, (Siemens) Home Connect and Logitec Harmony...

JTAGICE mkII

2 minute read

There are many programmers, but because I know I’ll also will need to debug stuff on my MCU’s, I decided to buy the more advanced JTAGICE mkII.

MAX232

4 minute read

What do real programmers use to debug software ? Right, printf. And that’s what I also want to do from my ATMEGA168. So let’s add a serial interface to the b...

MacOS

less than 1 minute read

MacOS doesn’t need much notes - it’s simply that good ;-)

MongoDB Notes

1 minute read

My notes on installing, running and using MongoDB

Particle Photon

less than 1 minute read

For hardware prototyping work, Arduino offers a very quick path to something functionally complete. There are very nice version, like the Uno and Micro, but ...

Pyenv Notes

1 minute read

Up to now, I haven been using virtualenv for my Python development. Recently, after having run into issues now and then - which were more related to the inst...

Regulated Voltage Circuit

2 minute read

This page is more than 10 years old and besides the fact that the circuit diagrams are no longer available, it needs some love. I intent to clean it up in...

SR Latch

2 minute read

This page is more than 10 years old and besides the fact that the circuit diagrams are no longer available, it needs some love. I intent to clean it up in...

SSL Notes

6 minute read

OpenSSL is a wonderful technology and the openssl toolset is truly a Swiss Armyknife. But I don’t use it on a daily basis and therefore I tend to forget how ...

WS2811 Notes

2 minute read

I know, I’m late to the WS2811 party. But better late than never ;-) During the Christmas period of the wonderful year 2020, we decided to make a “Happy New ...

XBee - Zigbee module

15 minute read

Zigbee is the de facto wireless communication standard in Wireless Sensor Networks these days. It’s a low-power communication stack that provides a way to cr...