How To Write A Driver (STM32, I2C, Datasheet) - Phil's Lab #30

  Рет қаралды 225,987

Phil’s Lab

Phil’s Lab

Күн бұрын

⏵Hardware and PCB design course: www.phils-lab.net/courses
How to write an I2C driver from scratch in C for an STM32F4 microcontroller interfacing with an accelerometer (Analog Devices ADXL355) using the datasheet and ST's HAL (hardware abstraction layer).
Going through schematic, STM32CubeIDE setup, low-level functions, initialisation, setting registers, reading registers, configuring the sensor, reading data, and finally testing the driver.
Free trial of Altium Designer: www.altium.com/yt/philslab
Visit jlcpcb.com/RHS for $2 for five 2-layer PCBs and $5 for five 4-layer PCBs.
Patreon: / phils94
Git: github.com/pms67
[TIMESTAMPS]
00:00 Introduction
00:28 Sensor (ADXL355, JLCPCB)
01:22 Altium Designer
01:42 Sensor Board Schematic and PCB (KiCad)
03:38 STM32F4 Schematic (LittleBrain)
04:16 STM32CubeIDE Setup
06:40 Basic Project Structure
07:55 Driver Header File
16:11 Driver Source File (Low-Level Functions)
18:41 Driver Source File (Sensor Initialisation and Setup)
26:18 Driver Source File (Temperature Measurement)
30:21 Driver Source File (Acceleration Measurements)
34:10 Testing the Driver
ID: QIBvbJtYjWuHiTG0uCoK

Пікірлер: 226
@PhilsLab
@PhilsLab 2 жыл бұрын
New hardware and PCB design course on mixed-signal embedded systems just released! ⏵Course content: www.phils-lab.net/courses ⏵Course sign-up: phils-lab-shop.fedevel.education
@evanlane1690
@evanlane1690 2 жыл бұрын
Really great content. Thanks for this process breakdown... it's hard to find videos that are a bit more involved than "how to program Arduino Uno with blink LED" and still show the process for people new to the concept.
@TheStuartstardust
@TheStuartstardust 2 жыл бұрын
Only thing missing is all the failures to get to the press compile and it works - or is it just me that never can program correct the first time 🤔🤓😬🤣 Anyway - agree great content and detail level! 💪👍🤓
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you very much, Evan - glad you liked it!
@amandioreal2293
@amandioreal2293 2 жыл бұрын
I agree with you. It's time to raise the level of knowledge. Not every thing must be done for dummys.
@chadkrause6574
@chadkrause6574 2 жыл бұрын
This simplifies things so much! I appreciate a walkthrough. I always see data sheets and gets intimidated by them. Thanks!
@moosthuizen42
@moosthuizen42 2 жыл бұрын
Truly awesome stuff. Thanks for making videos that distill your experiences for the rest of us. Please keep doing what you are doing - I'm off to binge some more.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you, Michael! Many more videos to come :)
@Basicguy1798
@Basicguy1798 Жыл бұрын
I will be super duper honest! This is the best tutorial I have come across that literally is like a tour of how a low level fw engg works on a typical day, at least ideally(unless pulling out one's hair when trying to copy/paste/adapt a pre-written driver) when he/she has a new sensor to bring up. Fantastic explanation and the way you keep going back and forth to the datasheet helps a lot. I was confused about how to know the sensor-specific init sequence since other stuff like data read/write via SPI & I2C is common knowledge but sensor-specific sequences are sometimes a mystery. Thank you for a zillion times!!
@PhilsLab
@PhilsLab Жыл бұрын
Thank you very much, Debasish - very glad to hear that it was helpful!
@micheleabolaffio7527
@micheleabolaffio7527 2 жыл бұрын
Incredible quality and detail of content! You are my go to reference for pcb design and STM32 programming! Keep up the good work!
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you very much, Michele!
@omaralkassab9079
@omaralkassab9079 2 жыл бұрын
As always, liked before watching
@patrickcpe
@patrickcpe 2 жыл бұрын
Always really appreciate vids like this. You cover everything and go at a great pace👍🏻
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you, Patrick!
@Leezorc
@Leezorc 2 жыл бұрын
Again clear, concise straight to the point. I havent written in C in a long time. When I heard struct it strucked me a little.
@buscoparan1772
@buscoparan1772 2 жыл бұрын
every new video of your channel doubles my knowledge, keep em coming!
@PhilsLab
@PhilsLab 2 жыл бұрын
Very glad to hear that, thank you :)
@Phil659
@Phil659 2 жыл бұрын
Your voice makes me feel like I'm getting smarter
@PhilsLab
@PhilsLab 2 жыл бұрын
Haha thank you :)
@666aron
@666aron 2 жыл бұрын
Well this video certainly is handy right now, since I'm struggling with an INA219 interfacing. For some reason even after all these years of electronics I2C is the bane of my existence.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you, Aron - hope you figured out the INA219 driver!
@adaminsanoff
@adaminsanoff 2 жыл бұрын
About two years ago I bought the evaluation board of this sensor. Since then I had no time to play with it. Now the time has come. As always, Phil has made an exceptionally useful video.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you very much, Adam - hope you got to play with the evaluation board since!
@shabadigash
@shabadigash Жыл бұрын
Brilliant explanation. Very easy to follow through. Thanks a bunch
@johnproctor464
@johnproctor464 2 жыл бұрын
Thank you for taking the time to do this. good job.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thanks for watching!
@Avraforlaura
@Avraforlaura 2 жыл бұрын
I love your videos. Perfect format and method of delivering quality learning. Kudos from Denmark.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you very much!
@bikerder
@bikerder 7 ай бұрын
Excellent video. Great detail but concise and to the point.
@Seandotcom
@Seandotcom 2 жыл бұрын
Really thorough and well-explained. Good shit, dude
@PhilsLab
@PhilsLab 2 жыл бұрын
Thanks, Sean!
@DerDermin8tor
@DerDermin8tor 2 жыл бұрын
Great explanation and straight forward. We add also defines for the spec Version of development parts. Rather than getting questions, users might Spot changes themselve.
@EmbeddedEnigma
@EmbeddedEnigma 2 жыл бұрын
amazing video. Really help novice engineers like me to learn and always get amazed by how intelligent you are.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you very much!
@frankbose544
@frankbose544 2 жыл бұрын
Love these stm32 vids super helpful as I'm moving on to more advance micros getting away from arduino
@piratsik7691
@piratsik7691 2 жыл бұрын
Very cool. I feel like I should be paying for this. Great job!
@OthmanAlikhan
@OthmanAlikhan 2 жыл бұрын
Thanks for the video, a very lovely and thorough walkthrough =)
@mail87523
@mail87523 2 жыл бұрын
As always a great high quality tutorial
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you very much!
@rafaelvisintin5981
@rafaelvisintin5981 2 ай бұрын
Thank you so much, Phil!
@taiwantoklip
@taiwantoklip 2 жыл бұрын
Great lecture,Specially to me (none STEM educated back ground--pure software-background ed newbie ) I hope can have more examples of how to read the spec and implementation of interfaces and protocols Thanks million again.
@Mriks007
@Mriks007 Жыл бұрын
Well done! I like all your videos and i think is the best channel on youtube in this topic. The way you explain it is very understandable and logical, thank you for the excellent work you share with us. 👍
@PhilsLab
@PhilsLab Жыл бұрын
Thank you so much!
@rocketrocks836
@rocketrocks836 2 жыл бұрын
This is SO useful,thank you so much! i think it would be a very good idea to start a series about how to write drivers.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you!
@soufiane_krem
@soufiane_krem 2 жыл бұрын
Great video , this really helped me understand how a driver works.
@PhilsLab
@PhilsLab 2 жыл бұрын
Glad to hear that, thank you for watching :)
@kenwallace6493
@kenwallace6493 2 жыл бұрын
Phil, like Jakob Sorber, is a gold standard for organizing and writing C programs. I'm not a fan of HAL but he temps me to grit my teeth and try it.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you very much, Ken!
@abhignay
@abhignay 2 жыл бұрын
Thank You so much Phil! I was waiting for someone to make a video like this, definitely worth a sub :)
@PhilsLab
@PhilsLab 2 жыл бұрын
Very glad to hear that - thank you for watching!
@edgarpisano
@edgarpisano 2 жыл бұрын
Thanks for your video this one is one of the best videos. Good explained and showing your workflow is for me a big +.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you very much, Edgar!
@wisnueepis3593
@wisnueepis3593 8 ай бұрын
more for embedded like this phil, such a great explanation!
@Frisky0563
@Frisky0563 Жыл бұрын
Nice video thank you for breaking down the process of your driver.
@PhilsLab
@PhilsLab Жыл бұрын
Thanks, Donnie.
@scottfoulk7480
@scottfoulk7480 2 жыл бұрын
Thank you for this - it is pure gold!
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you, Scott!
@Benjamin-wr1el
@Benjamin-wr1el Жыл бұрын
Amazing search so much to fins this video great job
@marcdraco2189
@marcdraco2189 2 жыл бұрын
Damn Phil, just when I thought you can't get any smarter, you go and prove me wrong: again! LOVE IT!
@PhilsLab
@PhilsLab 2 жыл бұрын
Haha thank you, Marc!
@bubbasplants189
@bubbasplants189 23 күн бұрын
Thank you sir this is very helpful, I am going to try to write my own driver now using STM32F0 and an I2C sensor!
@bubbasplants189
@bubbasplants189 9 күн бұрын
Hello sir, massive success thanks to you. Couldn't be more grateful.
@lucvanhove9639
@lucvanhove9639 2 жыл бұрын
Super 5 star education. Thanks a lot because I had a problem with a driver that I change for stm32 but failed. Now I have more details to find the problem 😊👍👍👍👍👍👍
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you very much, Luc!
@Aiidn8665
@Aiidn8665 2 жыл бұрын
Welldone, it's a good design. I would use LDO with good/high PSSR for low noise applications.
@tim_allen_jr
@tim_allen_jr 7 ай бұрын
Exactly what I needed ✨️
@selimsagr446
@selimsagr446 2 жыл бұрын
Great as always.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you, Selim!
@slagmaker6780
@slagmaker6780 2 жыл бұрын
Great explanation and showing working code.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thanks!
@vovanikotin
@vovanikotin 2 жыл бұрын
Very good explanation! Waiting for quaternions.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you!
@karlbyrne9
@karlbyrne9 2 жыл бұрын
Great video, very informative. Thank you.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thanks for watching, Karl!
@IgorJeri
@IgorJeri 2 жыл бұрын
This was a fantastic video! Thank you
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you for watching, Igor!
@musenzerob2181
@musenzerob2181 2 жыл бұрын
great work bro.i have been waiting for this.you haven't updated us on progress the course.
@andriilogoshko8881
@andriilogoshko8881 2 жыл бұрын
Indeed. I'm also waiting for the updates on it.
@bgitego
@bgitego 2 жыл бұрын
The adxl series accelerometer has some of the best datasheets I've ever read.
@sayantanmaiti2513
@sayantanmaiti2513 2 жыл бұрын
Any datasheet from Analog Devices is a pleasure to read
@PhilsLab
@PhilsLab 2 жыл бұрын
I agree. I love the Analog Devices stuff.
@DiegoColl44
@DiegoColl44 2 жыл бұрын
Thanks.!! I've been looking for this video for years. LOL!
@PhilsLab
@PhilsLab 2 жыл бұрын
Glad to hear that, thanks Diego :)
@GeorgeBenettM1
@GeorgeBenettM1 Жыл бұрын
thank you so much! this video is so good i learned a lot
@hernameplz6506
@hernameplz6506 2 жыл бұрын
This is super helpful! Pls make more vids like this. Thx
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you, more videos like this to come!
@simeonshaffar3374
@simeonshaffar3374 2 жыл бұрын
Great! I understood the first 30 seconds then had absolutely no clue what you were talking about after that
@yamanseyravan2341
@yamanseyravan2341 2 жыл бұрын
Thanks a lot for the video, love your work, keep going! :D
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you, Yaman :)
@ajayjoseph4498
@ajayjoseph4498 2 жыл бұрын
Brilliant Phil
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you, Ajay!
@haldorasgirson9463
@haldorasgirson9463 2 жыл бұрын
I used that same accelerometer in my last project. Fantastic specs, but it is not a cheap part.
@appidydafoo
@appidydafoo 2 жыл бұрын
Fascinating, thank you
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you!
@bona-fide
@bona-fide 2 жыл бұрын
Awesome and detailed. You can actually use the Microsoft calculator for bit conversion/manipulation. Just set it to programmer mode. Very useful and handy
@Kefford666
@Kefford666 2 жыл бұрын
Yeah it’s really useful! The macOS calculator has the same programmer mode too. Find myself using it a lot.
@bfournier1884
@bfournier1884 2 жыл бұрын
or even better, use GCC's 0b notation instead of 0x when the number corresponds to bits in registers
@10e999
@10e999 2 жыл бұрын
Great videos. I think it would be interesting to create a second video about writing a non-polling driver.
@t7732155980
@t7732155980 2 жыл бұрын
Actually, this is a non-polling driver. What Phil is doing is a very short ISR (Interrupt Service Routine) (see time 34:34 lines 67-76 in the code) that set a flag. It is common practice that an ISR writes to a Semaphor and the thread/process is waiting on this Semaphore. Phil does not have OS therefore he is using flag instead of interrupt, some interrupt might be lost in this implementation.
@Drxxx
@Drxxx 2 жыл бұрын
great channel!
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you!
@karthick930
@karthick930 2 жыл бұрын
Hi @Phill you way of PCB design using Kicad is nice. if possible please post video STM32 with RS485 communication , differential routing, length matching, impedance matching concept in Kicad. Thanks 👍
@mozone180
@mozone180 2 жыл бұрын
Amazing content🙏
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you!
@bkcyigit
@bkcyigit 2 жыл бұрын
thats wonderfull contet If I had searched all my life I wouldn't have found it i liked video and follow your channel it deserves it
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you very much, Berkay :)
@Bianchi77
@Bianchi77 2 жыл бұрын
Nice video, thanks :)
@KevinStoriesTV
@KevinStoriesTV 2 жыл бұрын
thank you for great tutorial
@PhilsLab
@PhilsLab 2 жыл бұрын
Thanks!
@piotrlenarczyk5803
@piotrlenarczyk5803 2 жыл бұрын
Thank you for video.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you for watching, Piotr!
@mata7648
@mata7648 2 жыл бұрын
Very useful video. Thanks. My temperature calculation is a bit different from yours. I got temp = (2111.25-tempRaw)/9.05.
@amandioreal2293
@amandioreal2293 2 жыл бұрын
Very nice vídeo. Thank you
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you, Amandio :)
@jackreacher3395
@jackreacher3395 2 жыл бұрын
You are the best bro Thank you
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you for watching!
@mawoodmain
@mawoodmain 2 жыл бұрын
Great video, very professional job. Only comment I would give is that this structure is not particularly portable, when I write drivers like this I tend to declare my i2c read/write functions as private statics in the module or in a separate module of its own in larger projects and contain all the hal specific code in there. Specifically I would not use the st Hal's status enum as this is platform specific. If you do this you can trivially reuse the driver on multiple microcontrollers with only a few minutes of work.
@crosswick
@crosswick 2 жыл бұрын
Interesting - could you please talk about what you mean by 'module' in this case? Is it a combination of .h and .c files?
@TheGhost13X
@TheGhost13X 2 жыл бұрын
Hi Phil, will you finish your control system videos in the near future? It would be awesome, thank you!
@muzairafzal1529
@muzairafzal1529 2 жыл бұрын
Grrreeaatt work brother.... 😍
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you!
@ruben34
@ruben34 Жыл бұрын
24:00 I just use windows calculator for converting numbers between BIN HEX DEC, I find it quite useful.
@PhilsLab
@PhilsLab Жыл бұрын
Good point, thanks!
@AboveEmAllProduction
@AboveEmAllProduction 2 жыл бұрын
Nice i wrote my own driver for my gtx 970 I got a few extra dps. I wrote the driver in ms basic.
@bixenbaer
@bixenbaer Жыл бұрын
At 27:27 you say 2 8 byte registers. Should be 2 8 bit registers right? Beside that: thank you!! Truly awesome !
@arzamas1988
@arzamas1988 2 жыл бұрын
Thx!
@srinirupan
@srinirupan Жыл бұрын
Could you make a video about driver development with the consideration of timing signals like a MEMS mic.
@CannonballCircuit
@CannonballCircuit Жыл бұрын
Hey Phil! In your struct, is it unnecessary to have the I2C_HandleTypeDef typed pointer initialized to NULL or to a random block of memory using malloc()?
@phillipmaser132
@phillipmaser132 10 ай бұрын
Is it possible to convert Acceleration data to Velocity and be at this speed with this sensor? Can I use this velocity and time to find distance let's say 500 feet down the road? which would be position?
@kunalsalvi8382
@kunalsalvi8382 2 жыл бұрын
Loved the video, Phil. I saw your board didn't get recognized. How do you solve that issue?
@PhilsLab
@PhilsLab 2 жыл бұрын
Thank you! The board was not recognised only because I set a breakpoint/paused the execution of the code. The USB peripheral works fine otherwise.
@kitKat-by6kk
@kitKat-by6kk Жыл бұрын
As per others, Great content. Since the content is already pretyped, its easy for me to copy or compare..
@wahabshah2010
@wahabshah2010 2 жыл бұрын
Hey Phil.. really nice content .. Just one question is how are the jumper wire connections from "ADXL355" to the "Litte Brain" boards ? 5V ACC_INT1 ACC_INT2 ACC_DRDY ACC_NSC_SCL ACC_SCLK_VSSIO ACC_MOSI_SDA ACC_MISO_ASEL 3V3 GND I2C1_SCL I2C2_SDA 3.3V ADC1_IN0 ADC1_IN1 GND
@mhcbon4606
@mhcbon4606 2 жыл бұрын
pretty neat.
@PhilsLab
@PhilsLab 2 жыл бұрын
Thanks!
@clifforddicarlo9178
@clifforddicarlo9178 Жыл бұрын
What is the sense of having temperature if the acceleration read-outs are not temperature compensated?
@plextrumgames
@plextrumgames 2 жыл бұрын
Hey, great video! I'm just curious if at 31:40 you could have avoided right shifting the entire expression by 12, if you had instead left shifted x3 by 12, then x2 by 4 and then right shifted x1 by 4 also. I see your methodology, but it makes more sense to be to shift the bits exactly where they need to be.
@ikbendusan
@ikbendusan 2 жыл бұрын
your proposed method doesn't set the sign bit which means it doesn't work for negative numbers; bit shifting a negative number to the right shifts with 1s intead of 0s, preserving the negative number
@ShaunStruwig
@ShaunStruwig Жыл бұрын
Out of interest, do you ever write testsuites for the software you write? Coming from a web development background I just wondered if this kind of approach is common in the embedded world?
@XenoTravis
@XenoTravis 9 ай бұрын
It gets hard since you can't fire a bunch of test data at the software. But some companies will do the extra leg work to make an internal way to save and emulate real world values.
@Cash-sp8xi
@Cash-sp8xi 9 ай бұрын
Amazing voice
@sosscs
@sosscs 11 ай бұрын
is the software at 8:06 is what is called a "device driver" ? the software disk that for example comes with a printer and other devices? or this is another thing that's just called a driver? because I didn't hear say "device driver" but only a "driver". thanks
@N0T1500
@N0T1500 Жыл бұрын
Could you make a video about test driven firmware development?
@lamyaahmed4077
@lamyaahmed4077 2 ай бұрын
can i use this for my uni project this is the the Topic of the project :(Basic Device Driver: Make a simple driver for hardware devices.) is it possible ?
@rockercas
@rockercas 6 күн бұрын
Hi Phil/any other commenters, I was curious how often register level programming is used in industry?
@fredhaeir3005
@fredhaeir3005 2 ай бұрын
inside the ADXL355_Initialise function: when reading the device ID, shouldn't you directly return from function if the status was not HAL_OK? You did not initialize regData, hence if a read is a fail, wouldn't you be comparing a non-initialized variable with the constants (ADXL355_DEVICE_ID and ADXL355_MEMS_ID) in the following lines of code? another question: What is the goal of having an error count? also TIL that initialize in British is initialise :)
@stati5tik
@stati5tik 6 ай бұрын
Its a weird question but how exactly does "ReadRegisters" work? I mean, why do you need an usb port if you can you call read registers without utilizing usb?
@ravimruthyunjaya8026
@ravimruthyunjaya8026 2 жыл бұрын
Great video. At time 36:47 I noticed that the "USB device not recognized" popped up from windows after you plugged in your custom board. Did the USB peripheral work? I have been struggling getting custom boards to work with the USB peripheral and I am getting that same pop up
@PhilsLab
@PhilsLab 2 жыл бұрын
Thanks, Ravi! That's only because I had paused the execution of the code via a breakpoint. The USB peripheral works as it should.
@sudheerkumar5966
@sudheerkumar5966 2 жыл бұрын
Hello sir very good
@datawolk
@datawolk 2 жыл бұрын
I build my libraries for STM exactly the same. Except that I don't put the low level functions in my header file, as it is not relevant to the main.
@nononnomonohjghdgdshrsrhsjgd
@nononnomonohjghdgdshrsrhsjgd 2 жыл бұрын
How did you learn all these? What have you studied? Could you direct me to some courses?
@TheStuartstardust
@TheStuartstardust 2 жыл бұрын
I would use a union to join the incoming 8bits data - or is that a bad idea? 🤔
@DeLaCruzer11
@DeLaCruzer11 2 жыл бұрын
Stm32f103 + BME280 good substitute
@shashankshekhar6549
@shashankshekhar6549 2 жыл бұрын
Please Put some info. on how to select a stm32 for specific use.
@yasirhassan8557
@yasirhassan8557 2 жыл бұрын
when can you please do a video for the firmware of CAN Bus Board you designed?
KiCad RP2040 Module Carrier Board Design - Phil's Lab #29
10:02
Phil’s Lab
Рет қаралды 35 М.
My little bro is funny😁  @artur-boy
00:18
Andrey Grechka
Рет қаралды 11 МЛН
Khó thế mà cũng làm được || How did the police do that? #shorts
01:00
Must-have gadget for every toilet! 🤩 #gadget
00:27
GiGaZoom
Рет қаралды 11 МЛН
Tom & Jerry !! 😂😂
00:59
Tibo InShape
Рет қаралды 59 МЛН
Extracting Firmware from Embedded Devices (SPI NOR Flash) ⚡
18:41
Flashback Team
Рет қаралды 551 М.
FIR Filter Design and Software Implementation - Phil's Lab #17
30:35
I2C and SPI on a PCB Explained!
15:34
Altium Academy
Рет қаралды 139 М.
How Do Linux Kernel Drivers Work? - Learning Resource
17:02
LiveOverflow
Рет қаралды 536 М.
Making Simple Windows Driver in C
7:26
Nir Lichtman
Рет қаралды 327 М.
How To Read A Datasheet - Phil's Lab #123
21:50
Phil’s Lab
Рет қаралды 24 М.
What is I2C, Basics for Beginners
18:30
nandland
Рет қаралды 161 М.
I2C Hardware & PCB Design - Phil's Lab #132
34:50
Phil’s Lab
Рет қаралды 37 М.
Cadiz smart lock official account unlocks the aesthetics of returning home
0:30
iPhone 12 socket cleaning #fixit
0:30
Tamar DB (mt)
Рет қаралды 55 МЛН
YOTAPHONE 2 - СПУСТЯ 10 ЛЕТ
15:13
ЗЕ МАККЕРС
Рет қаралды 138 М.
Что не так с яблоком Apple? #apple #macbook
0:38
Не шарю!
Рет қаралды 130 М.