Tag Archives: STM32F103

ARM36: Bubble LEDs

(AI translated. Orginal article from 2022.06.15) Antique LED Indicator, probably from some Soviet calculator. Its imperfection is charming: The symbols are tiny (hence the plastic lenses), the brightness is minimal (at saving currents). But it’s charming in its own way. … Continue reading

Posted in AI translated, LED, MCU | Tagged , , | Leave a comment

Anything with palm and BT (Bluetooth)

(AI translated from 2022.05.24.) There isn’t much time to write anything properly, so here are a few random photos: Oh dear, those are “keemkės”! Russian and Soviet palladium with platinum. This is some kind of coaxial splitter. Probably powerful. This … Continue reading

Posted in AI translated, MCU, Vandalising | Tagged , , , | Leave a comment

ARM35: LCD and FSMC on STM32Fxxx

(AI translated from 2022.05.02) Short prehistory: we collected some PCBs with STM32F103 chips and an unknown LCD. The LCDs were of two types, and the PCBs were also of several variants. Some had another STM32 BGA chip and ROM/RAM chips. … Continue reading

Posted in AI translated, Anything, MCU | Tagged , , , | Leave a comment

Purple pill STM32F PCB

(AI translated, original post from 2022.04) Do you remember, I wrote about the remnants? About the mountain of STM32F103VBT chips with slightly bent legs? So, I made an experimental board. I wired ALL the pins to 0.1″ connectors. I also … Continue reading

Posted in AI translated, MCU | Tagged , , , , | Leave a comment

Shortage of Chips, You Say?

(AI translated, from March 25, 2022) A good person reported that they brought some chips. But somehow there was no time—work piled up. After a few days, I went and saw the remnants…. It even squeezed my heart… STM32F103VBT6: Medium-density … Continue reading

Posted in AI translated, MCU | Tagged , , | Leave a comment

Printer from calculator, part 2

Continued from part 1. The printer from the calculator is a neat toy, but we want a real USB printer. So, using my new STM32F103 CubeMX USB printer class for communication with the host computer and some tricky INT based … Continue reading

Posted in Anything, MCU | Tagged , , , , | Leave a comment

ARM:0018 STM32CubeMX hack – printer class device

This article is about printer class device for STM32F103 and STM32CubeMX. Somehow there is NO printer device class example in whole internet. There ar CDC or HID examples copied from same STM32CubeMX example with minimal explanation, few of mass storage … Continue reading

Posted in Anything, MCU | Tagged , , , | Leave a comment

Cutting PCB panels for new universal STM board

I’ve noticed, that Chinese made “Blue Pill” PCB has fake chips. Some chips are with smaller ROM and RAM size, some chips behaves a bit strange. Also, several mine projects are getting bigger and bigger. Recently, I acquired several bigger … Continue reading

Posted in Anything | Tagged , | 1 Comment

ARM:0017 – go to sleep clock

This is a “gamers” clock. It sits near the monitor and shows the real time and time computer is on. This is achieved using USB as power supply. Also, the same USB port is used to set the clock. Battery … Continue reading

Posted in Anything, MCU | Tagged , , , | Leave a comment

ARM:0016 STM32CubeMX – problems with RTC

This is a very short message about proper initialization of RTC (real time clock). There is one trick designed in HAL and in several internet resources it is wrongly described. Proper RTC init: Find “MX_RTC_Init(void)“, scroll to “USER CODE BEGIN … Continue reading

Posted in Anything, MCU | Tagged , , | Leave a comment