What I am working on when time permits…

USART1 full functionality (if possible);USB (partial) initialization;All other timers with their channels from TIM2 to TIM11. As third party add-on: FAT32 SD card (limited) functionality - at least, it will work for a data logger. Right now, still on research phase and also looking for usage examples from Internet. And only then I can declare … Continue reading What I am working on when time permits…

A quick update

Just installed a fresh linux distro (doesn't really matter which as long as is a rolling distro) on a new laptop so I had to reinstall the entire toolchain. I installed the Lazarus 2.0.10 and FreePascal 3.2 and then recompiled the project using the LLC based on Qt5 widgets. It works if you install Qt5pas … Continue reading A quick update

ST7735R mini library – saving writing/erasing cycles

When you design your graphics for your TFT display, you will need a lot of modifications during the process. That would mean that at every change you would have had the microcontroller programmed again, burning the writing/erasing cycles at an alarming speed. Considering this, some companies are offering you PC applications that helps you visually … Continue reading ST7735R mini library – saving writing/erasing cycles