Тёмный
Blagoje Mrkic
Blagoje Mrkic
Blagoje Mrkic
Подписаться
www.youtube.com/@blnlabs?sub_confirmation=1

FOLLOW ME ELSEWHERE
---------------------------------------------------
blnlabs.com/
www.pinterest.com/blagojen/
www.redbubble.com/people/blag0je91/shop
How to Lock and Unlock your PC with ESP32
7:49
8 месяцев назад
DIY speed gauge with ESP32 and LVGL
12:16
10 месяцев назад
How to compare CAN DBC files
10:18
Год назад
Ubuntu 22.04  VirtualBox
21:22
2 года назад
LinuxMint in VirtualBox 2022
17:47
2 года назад
PCB Design with KiCad
1:04:05
2 года назад
Design CNC plotter PCB Board with KiCad
24:08
2 года назад
Комментарии
@joelb2660
@joelb2660 8 дней назад
I see you have been doing a lot with cars and displays, I’m looking to replace my whole dash with a screen, but my car does not have ODB2 to get data from. I hope you don’t mind me asking, but should I have an Arduino to collect and process the analog and digital data before sending the data to a ESP32 linked to a screen? Or is it possible to do all the processing work on the ESP32. I am worried I will run out of memory with the amount of graphic components Thanks
@blnlabs
@blnlabs 2 дня назад
Thank you for the question. I will try to answer. If your screen isnt too big and graphics is simple and basic (no shadows and/or transient colors) I think you will be fine with only ESP32, but chose more powerful variant ESP32-S3. Furthermore, even if you need additional controller maybe it is good option to use two ESP32s because then you can send data between then very easily using ESPnow protocol. But currently in my car gauge project I'm still good with one ESP32S3. Best luck in your project :)
@user-wh4qu7ke4n
@user-wh4qu7ke4n 13 дней назад
How dit u remove images in incscape
@EmbeddedClub
@EmbeddedClub 15 дней назад
Great Tutorial!
@blnlabs
@blnlabs 2 дня назад
Thank you.
@MrBoi96969
@MrBoi96969 15 дней назад
Bro it will be very greatfull if you give code for this ❤❤
@centro8894
@centro8894 20 дней назад
good, thanks
@blnlabs
@blnlabs 19 дней назад
No problem :)
@MrBoi96969
@MrBoi96969 23 дня назад
Hey can you give codes for this
@dilipchalwad8652
@dilipchalwad8652 Месяц назад
use good mic it is hard to understand
@ighost_1337
@ighost_1337 Месяц назад
Great ! is it open source ?
@blnlabs
@blnlabs Месяц назад
I dont know yet, but probably I will put KiCad files on github once I do couple more fixes.
@Alef._.
@Alef._. Месяц назад
Awesome!
@blnlabs
@blnlabs Месяц назад
Thank you!
@21thTek
@21thTek Месяц назад
awful audio ....left the video right away !
@blnlabs
@blnlabs Месяц назад
Thank you for the feedback. Audio will be better in new videos.
@nikthefix8918
@nikthefix8918 Месяц назад
May I suggest using mono-spaced fonts for numerical readouts in LVGL as this will avoid the character jumping you get - particularly when the displayed value includes a '1'. Great demo!!
@blnlabs
@blnlabs Месяц назад
Thank you for the feedback, and I will definitly try this, I just didnt have time to revisit this project
@bethanyfamilyblog5864
@bethanyfamilyblog5864 Месяц назад
Hi any way we can use the device to keep check light off and readiness monitors ready?
@blnlabs
@blnlabs Месяц назад
It can be done easily to clear ecu fault codes, I think, didn't tried it yet. For other fault codes you probably need some special OBD tool from car brand.
@indyzd
@indyzd Месяц назад
Literally not going to watch this because you didn't include any video sections. Come on man. I don't want to have to memorize where in your video certain things. Get with the times and add in breakpoints to your video if you want more views.... its 2024....
@blnlabs
@blnlabs Месяц назад
Thank you for the feedback, I will try to add this in the future videos
@mohammedkumkumji9081
@mohammedkumkumji9081 2 месяца назад
Great work! Can you make a video how to connect this to a car?
@blnlabs
@blnlabs 2 месяца назад
Thank you very much. And yes, I'm preparing that as well :D
@kadesh72
@kadesh72 2 месяца назад
im waiting for it
@brandOn_pc
@brandOn_pc 2 месяца назад
It's really easy to make a mistake like that
@blnlabs
@blnlabs 2 месяца назад
Yea, but it was easy fix and option to create version 2 of the board
@brandOn_pc
@brandOn_pc 2 месяца назад
@@blnlabs Excellent!
@xmdani4165
@xmdani4165 2 месяца назад
Can i use the esp-wroom-32D instead?
@blnlabs
@blnlabs 2 месяца назад
I think not, because you need native usb functionality and HID, but please confirm in datasheet
@valorantshorts-teasergaming
@valorantshorts-teasergaming 2 месяца назад
What is that background wallpaper
@spencerkittleson
@spencerkittleson 2 месяца назад
source code?
@thadsr240
@thadsr240 2 месяца назад
IVE ABOUT GIVEN UP ON THESE DISPLAYS LOL
@just_a_kid1
@just_a_kid1 2 месяца назад
Thank You So Much. I Just got KiCad and its a bit of a struggle for me.
@blnlabs
@blnlabs 2 месяца назад
it will get easier
@thadsr240
@thadsr240 3 месяца назад
been looking for some info on this display have you added anyhting im missing?
@blnlabs
@blnlabs 2 месяца назад
please take a look at blnlabs.com/learn-with-chatgpt-round-lcd-display/ or long format video at ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-VyNNapL2_2E.html
@agafonovas
@agafonovas 3 месяца назад
Gauges looks to move with glitches. Would be interesting if they where working butter smooth and somewhat fast because automotive display should be fast and smooth
@blnlabs
@blnlabs 3 месяца назад
Thank you for commenting, but for this project I think this is perfectly fine. If you check out my other lvgl esp32 gauge it can be pretty smooth with some optimization ru-vid.comFTiRnAAGcbE Ofcourse this can not compare with display that is controled with raspberry pi or something much stronger than esp32. But lets see. I will try it first with full GUI and then see.
@lvgl
@lvgl 3 месяца назад
It looks awesome!
@blnlabs
@blnlabs 3 месяца назад
Thank you, I'm currently working on another project with LVGL library ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-yGTJO5b-aT0.html
@kisvegabor
@kisvegabor 3 месяца назад
@@blnlabs Nice!
@MouldySoul
@MouldySoul 3 месяца назад
5:23 - the actual plugin
@blnlabs
@blnlabs 3 месяца назад
Thank you for the time stamp :D
@WESCLEYEMANUEL
@WESCLEYEMANUEL 3 месяца назад
Muito bom. Me ajuda a usar a biblioteca LVGL com um esp32 com tela embarcada?! Desde a programação no arduíno ide até os gráficos. Grato
@MarkoGavric-bi5fi
@MarkoGavric-bi5fi 4 месяца назад
where to order
@Muss_._
@Muss_._ 4 месяца назад
how it work?
@AlexandreBatista-wv9eb
@AlexandreBatista-wv9eb 4 месяца назад
Thanks a lot!!!!
@JordanMalan255
@JordanMalan255 4 месяца назад
Excessive? Probably. Cool? Definitely.
@user-iy9lb5jk6b
@user-iy9lb5jk6b 4 месяца назад
Спасибо, очень полезная информация. Мне очень помогло в моем проекте❤
@IngeBall
@IngeBall 4 месяца назад
Fun project! If you are going to use analog inputs, don't use an ESP32 or connect a separate ADC chip to it.
@kriista
@kriista 5 месяцев назад
When I get to the Components Placements section, I get that "Processing files..."screen indefinitely. From your video it seems like I should rotate the coordinates in the position cvs to fix it, but I don't know which files are incorrect. Do I have to just rotate some randomly until it shows up correctly?
@blnlabs
@blnlabs 4 месяца назад
I should pass that "Processing files..." even if the components are not OK. And you should get the 2D/3D view of your board. Are you using KiCad 8? After update there is some problems with the plugin
@kriista
@kriista 4 месяца назад
@@blnlabs In the end I just needed to do it over and over and it eventually worked. Just took a couple days of trying.... I am on KiCad 8 (with the latest version of the plugin). Thanks for the vid!
@spudhead169
@spudhead169 5 месяцев назад
The toolkit doesn't work with KiCad 8, please don't waste people's time.
@blnlabs
@blnlabs 4 месяца назад
Video is more then half a year old and KiCad 8 was released couple of weeks ago, if you want please try with KiCad 7
@komattaa
@komattaa 5 месяцев назад
LVGL has officially announced the end of its collaboration with SquareLine Studio, what changes do you think will occur in the future development of LVGL?
@blnlabs
@blnlabs 4 месяца назад
Uff, yes, this will be interesting. But don't know. The Square Line Studio was great to speed up the process for designing the embedded display, but LVGL seams to be ideal driver, because it is so light weight. I think both sides can continue on separate path, but we will see
@alessiogianello7442
@alessiogianello7442 5 месяцев назад
Please spend 10€ for a mic
@blnlabs
@blnlabs 5 месяцев назад
thank you for the feedback, I was looking some good options that are a bit more pro and couple of days ago I ordered WHITE SHARK DSM-02. Is should be here any day now.
@thomasuiop5990
@thomasuiop5990 4 месяца назад
If you are interested in his videos and the sound bothers you, you can send him a microphone or something to buy one.
@user-ld6jd8rz2v
@user-ld6jd8rz2v 5 месяцев назад
horrible tutorial. Jumping all over the damn place and not explaining a damn thinkg.. just jumpping all over the damn program pointlessly
@andrisetianabrata
@andrisetianabrata 5 месяцев назад
You need to speak cleary i cant understand what you talking about
@niffumau
@niffumau 5 месяцев назад
There is another plugin that fixes the placement file
@blnlabs
@blnlabs 3 месяца назад
Can you share the name of that plugin?
@jdarnell123
@jdarnell123 5 месяцев назад
Very good video and I liked and subscribed! Random, but your English is excellent and you have a great voice for a late night DJ, (I was a DJ myself once 😂). Thanks for the good content!
@blnlabs
@blnlabs 5 месяцев назад
Thank you! 😃I think that I can still improve but I this doesn't work out, maybe I could try my luck with DJ :D
@jdarnell123
@jdarnell123 5 месяцев назад
@@blnlabs Hilarious! You keep making content like this, you won't ever have to worry. 🙂
@staffa007
@staffa007 5 месяцев назад
very nice! cheers from Italy! liked & subscribed ;)
@blnlabs
@blnlabs 5 месяцев назад
Thank you very much
@marcelo329524
@marcelo329524 5 месяцев назад
Visualizations is more than 10x greater than subscribers. It means subject is very interesting, but few people subscribes the channel. I think this the most "straight to the point" channels on this area and congratulation for this. It really needs a better audio and a "slow down" clicking. . Excelent video. Congratulations!!
@blnlabs
@blnlabs 5 месяцев назад
thank you for the feedback, I'm trying to improve in each video.
@ighost_1337
@ighost_1337 5 месяцев назад
Looks great ! More details on this please ?
@blnlabs
@blnlabs 5 месяцев назад
Still pending, I waiting for hot air solder iron, because I made I bit of mistake when designing the board, and now assembly is a bit tricky. But I will try to push it on.
@Coltography
@Coltography 5 месяцев назад
Thanks for providing 0 info
@blnlabs
@blnlabs 5 месяцев назад
I'm sorry that you feel that way, but this was meant to be only demonstration video. If you are interested you can check ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-4R3rU015MHY.html and ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-pIMbWd0uwQ8.html, where I think I did a better job of providing information about this topic.
@shehan6472
@shehan6472 6 месяцев назад
Can you buy it?
@blnlabs
@blnlabs 5 месяцев назад
You mean is there something simular on the marker? I dont think so. I checked a bit, but this small device with integrate USB type A, so you dont need a cable in order to connect it. That is why I decided to make mine😊
@smoochies5056
@smoochies5056 5 месяцев назад
​@@blnlabswhat width of usb type A...1.6?
@smoochies5056
@smoochies5056 5 месяцев назад
Too thin to use
@blnlabs
@blnlabs 5 месяцев назад
actually in laptops you can use it without anything, because I think that spring is a bit more strong, but yea ... 2mm would be ideal
@shehan6472
@shehan6472 5 месяцев назад
@@blnlabs you sell it
@coreydufeal2778
@coreydufeal2778 6 месяцев назад
I like the idea. Please take a piece of the unwanted PCB and stick to the backside so the USB can have the desired ticketless permanently.
@blnlabs
@blnlabs 6 месяцев назад
Thank you for the comment. Already tried that, but it is to tick. That is basically 3.4 mm (1.6+1.6). I think that width of 2mm the last option on JLCPCB site would be ideal.
@lucachacha71
@lucachacha71 6 месяцев назад
What’s the name of the screen you are using ?
@blnlabs
@blnlabs 6 месяцев назад
It is defaul one, GC9A01.
@lucachacha71
@lucachacha71 6 месяцев назад
@@blnlabs oki doki, thanks
@blnlabs
@blnlabs 5 месяцев назад
I have one blog post for that topic if you are interested blnlabs.com/learn-with-chatgpt-round-lcd-display/
@rustyradu
@rustyradu 6 месяцев назад
OMG! It's the size of a car, how would that ever fit in a computer usb port? 😂
@blnlabs
@blnlabs 5 месяцев назад
Do you know that joke about elephant and the car, simular like that 😊
@MrBoi96969
@MrBoi96969 6 месяцев назад
bro can this board work as usb rubber ducky plz answer
@blnlabs
@blnlabs 6 месяцев назад
I needed to google what is uzb rubber ducky 😂, but yes. It can be. Usb rubber ducky is exactly HID device with custom software that an interprete commands from file on SD card. Am I right?
@TylerD600
@TylerD600 6 месяцев назад
I’m a total beginner working on a similar project, it’s an analogue gauge (in appearance at least). I added my hands (gauge needle that will move) just like you did for the watch hands. But when I export and open in Arduino IDE I don’t see “extern lv_obj_t * ui_OilPressire;” Do I need to add these manually or should squareline include that?
@PhilippThalhammer
@PhilippThalhammer 5 месяцев назад
I have the same problem, did you find a solution?
@TylerD600
@TylerD600 5 месяцев назад
@@PhilippThalhammer yes they need to be included manually! I’ve got my display working and I’ve written code to update gauge position from commands. Ex. Oil Pressure 60 , and the oil pressure needle turns to 60psi
@PhilippThalhammer
@PhilippThalhammer 5 месяцев назад
@@TylerD600 Nice! I now figured it out as well. Just finsihed recording a tutorial on it :D
@blnlabs
@blnlabs 5 месяцев назад
yes, exactly that. You can copy paste variables defined inside generated UI that you would like to control. Sorry for the late replay
@TylerD600
@TylerD600 5 месяцев назад
@@PhilippThalhammer awesome I’ll be sure to watch😊