Roman (@hiitzroman) 's Twitter Profile
Roman

@hiitzroman

Notion x AI x Solopreneurship • Building digital products businesses and sharing my learnings • Notion Systems @ grizzlytemplates.com

ID: 1754124189705895936

linkhttps://www.grizzlytemplates.com/courses calendar_today04-02-2024 12:46:28

5,5K Tweet

449 Takipçi

183 Takip Edilen

Roman (@hiitzroman) 's Twitter Profile Photo

Got these 2 bucked powered from a single battery, so the upper one outputs 6v and the lower one shows 5v and a fuse just in case

Got these 2 bucked powered from a single battery, so the upper one outputs 6v and the lower one shows 5v and a fuse just in case
Roman (@hiitzroman) 's Twitter Profile Photo

1 burned ESP later the battery cell monitoring works So I have 12v LiPo and wanted to monitor its total voltage + per cell voltage First attempt - shorted ESP, but now I have the setup that - powers 2 bucks from a single battery - monitors each cell (with low pass filter +

1 burned ESP later the battery cell monitoring works

So I have 12v LiPo and wanted to monitor its total voltage + per cell voltage 

First attempt - shorted ESP, but now I have the setup that

- powers 2 bucks from a single battery 
- monitors each cell (with low pass filter +
Roman (@hiitzroman) 's Twitter Profile Photo

Finally, I’m satisfied with my battery management system and can put everything together on a perfboard So a single 12v 3S LiPo is split into 2 lines - one for controllers (ESP) and another for the motors (2 bucks that lower the source voltage to 5v and 6v) Then I thought that

Finally, I’m satisfied with my battery management system and can put everything together on a perfboard

So a single 12v 3S LiPo is split into 2 lines - one for controllers (ESP) and another for the motors (2 bucks that lower the source voltage to 5v and 6v)

Then I thought that
Roman (@hiitzroman) 's Twitter Profile Photo

Amazon has over 1.5M full-time employees, so they remove 2% it’s like a small company of 100 would remove 2 employees

Roman (@hiitzroman) 's Twitter Profile Photo

First time designing, prototyping, and then soldering a system on a perf board - a battery management system for a 3S LiPo (12V) An idea of the system is following: take the battery, split it into 2 power lines with 2 buck converters - one for the motors and another for the

First time designing, prototyping, and then soldering a system on a perf board - a battery management system for a 3S LiPo (12V)

An idea of the system is following: take the battery, split it into 2 power lines with 2 buck converters - one for the motors and another for the
Roman (@hiitzroman) 's Twitter Profile Photo

Let’s hear how great regulation is for making Europe AI competitive €2.6 billions in funding and a few years of work and presenting nothing of real substance

Let’s hear how great regulation is for making Europe AI competitive 

€2.6 billions in funding and a few years of work and presenting nothing of real substance
Roman (@hiitzroman) 's Twitter Profile Photo

Spent a few hours fighting OV7670 camera to make it work at a decent speed with ESP32S3 and it finally works! So, the OV7670 is a $3 camera module that outputs raw parallel data. Just 8 data pins screaming pixels plus timing signals (PCLK, HREF, VSYNC) What Made This Hard 1.

Spent a few hours fighting OV7670 camera to make it work at a decent speed with ESP32S3 and it finally works!

So, the OV7670 is a $3 camera module that outputs raw parallel data. Just 8 data pins screaming pixels plus timing signals (PCLK, HREF, VSYNC)

What Made This Hard

1.
Roman (@hiitzroman) 's Twitter Profile Photo

Trained and deployed a gesture recognition CNN on an ESP32-S3 microcontroller The setup: - OV7670 camera module (120x160 grayscale) - ESP32-S3 for capture + inference - TensorFlow Lite Micro runtime The model: - Binary classification (open palm vs closed fist) - 4-layer CNN