Category: Embedded Development

PSU Driver

The diagram above show the minimum needed for any mains PSU. We need a On/Off switch and a fuse. This can be purchased as a single unit. The 2nd is the PSU itself that is available in numbers on the net in nice modules. A 12V/10A module cost < 10.- USD and they can be…

Read the full article

Smart SPI Driver

I need a specialized SPI driver to support the Smart SPI concept. The block diagram above show the logical view with device to device communication, while the diagram below show the physical design. Just to remind everyone – in the logical concept we communicate device to device. In the physical this is done by a…

Read the full article

Home Automation Central

I have already talked about using this module as key for a home automation central. I am going to look into a few extensions (or additional module). A normal wireless have a range on ca 100m, but dealing with home automation you could use 1Km range – solutions for that exist. Another change is the…

Read the full article

STM32 with Visual Studio Code

Visual Studio Code is more an editor with debugger support than a full IDE, it takes a bit fiddling to set up and get right. Basically you don’t have any setup screens and have to edit your project in files with XML syntax. I am not sure if I will use this for everything, but…

Read the full article

VL53L0X Ranging Sensor

This is VL53L0X from ST, a 4.4 x 2.4mm ranging sensor that can measure accurate distance up to 200mm (2 meters). This is a BGA with a I2C interface and have an ST interface library. Several breakout boards exist, but we need to be a bit clever here – I want the sensors mounted in…

Read the full article