Category: Embedded Development

Wrong Footprint

   This is the XPortHub mounted on top of a Rapsberry PI A+. The only lacking components are the SuperCap + the Serial Flash. I made the package for W25Q16 myself so I have no-one else to blame, but I have used a standard SO8 rather than the wider SO-8 footprint that I needed –…

Read the full article

Broken Display

My next project is actually a Hat for this TFT, so I was not happy to receive a broken display. The vendor sent it out in a bag and well – this has to go back sadly.

Failure of the week

This would have been an awesome Hat, and I am “kind of” done routing the PCB, but my remaining challenge is the currents that I need to support. My PCB lanes for 36V+ is far to thin for 12-24A, so this will never work! This version of the Hat have 12 x Current Sensors. One…

Read the full article

HAL Design

One of the next tasks as I emerge from my marathon Hat designs is to wrap up an actual HAL (Hardware Abstraction Layer) in C++ for STM32F405. The Drivers from ST is named “HAL”, but they are low level drivers or merely C functions to interface to registers. They lack abstraction and normalized user interfaces.…

Read the full article

DAB Radio Hat

I purchased the breakout board above from ebay earlier, but as I contact KeyStone Semiconductors I am told that these boards have custom programming and that they have no info about the firmware on this module, so be aware – don’t buy these on ebay. I would like to use one of these modules to…

Read the full article

Connector Size

These 2.54 pitch spring terminals occupy more space than I hoped for, so I had to abandon current sensors on each DRV8313 to get room for them. The red areas are the spring connectors. The yellow is the MCU which I desperately need space around since I will be taking out close to every pin…

Read the full article

HMI TFT Candidates

This first TFT cost ca 3.- USD and is 0.96″ with 80×160 pixels, 64K colors and what seems like a Half Duplex SPI. What I am looking for in displays are high quality displays with bare-bone adapters only adding connector, PSU and mounting screws. This is the smallest candidate and will be a bit challenging…

Read the full article

HMI Solution

The HMI solution I find most attractive is stand-alone TFT solutions with UART as interface. I have used a few off-the-shelf displays earlier and the concept is great, but I want to evolve this a bit beyon just a stand-alone TFT – I want a complete, plug & play solution. These displays interface to embedded…

Read the full article