Category: Embedded Development

Com Adapter 1_2

I wanted to use STM32F405RG for this, so I needed to update the design with lessons learned from my breakout board. I also replaced ESP-03 with ESP-12E/F and replaced all 0805 packages with 0603 as well as adding an extra status led. I still lack support for ESP-01. As a result of the smaller 0603 packages…

Read the full article

Mini dual or 2 axis stepper

2nd draft of a mini 2 x Stepper module. The connectors are wrong, but they have the same footprint as the ones I need. The size is 55mm x 15mm, but I actually want to draw a mini 3 axis simply because 50 x 50 PCB will be cheaper. Drawing is easy so it’s worth…

Read the full article

Stepper Hat

This is the first draft of a 7 x Stepper Motor Hat. It target uni- or bi-polar steppers up to 500mA per phase like the 28BYJ-48. It also have 7 x end-point connectors. Using the ULN2003 as driver it also provide generic PWM and digital ports that can be used as such. The PSU is…

Read the full article

Bugs Bugs Bugs

Luckily I have a dev board on STMF030F4 that I also can use for verification. The board work (Motor driver not connected), but (1) debug don’t work from CoIDE on this device and (2) the printf() I pulled from the CoIDE repository is unstable. It is the UART driver itself that is unstable, so this…

Read the full article

Micro 3-Phase Motor Controller

It is always exiting to receive PCB’s. I am looking forward to work on this one because it is a very small (40 x 12 mm) 3-phase Motor controller. It is designed to communicate using RS-X and control the motor in the background. The block diagram show the components on the board. Communication is RS485,…

Read the full article