Welcome to developer technoblog!
Web-technologies, embedding, DIY - all here.
1566
Project Caretaker. Part 1. Beginning
Project Caretaker - a remotely controlled robot on a tracked platform with camera streaming. Why - for fun! Project Caretaker - a remotely controlled robot on a tracked platform with camera streaming…
Read10
Wire Size Calculator
While working on various DIY projects, I always find myself searching for the right wire size to use. Now, this information will be readily available. While working on various DIY projects, I always…
Read35
Gift box with AI
The time has come when AI can not only respond in chats and be used in digital spheres but also help in implementing DIY projects. As I have written before, I have a resin printer. With its help, I…
Read16
Making images clickable on the website
I often insert high-quality images, but until now there wasn't a convenient way to view them. Let's fix this limitation. First, a brief explanation about Bolt CMS - I use markdown for writing article…
Read189
Enabling runtime statistics collection in ESP32-arduino
This article will focus on the FreeRTOS functions vTaskGetRunTimeStats and vTaskList, but the same method applies to change any sdkconfig option. The main issue is that in the pre-built ESP32-arduino…
Read