EEVacademy #3 - Bit Banging & SPI Tutorial

  Рет қаралды 71,347

EEVblog

EEVblog

Күн бұрын

Пікірлер: 228
@TobyRobb
@TobyRobb 7 жыл бұрын
Good stuff, like the shot at the end too..
@RiyadhElalami
@RiyadhElalami 7 жыл бұрын
Very well done, he is fast which I like, and he has a clear voice and nice explanations 8/10
@JorgeDo
@JorgeDo 7 жыл бұрын
Fast, simple and clear.
@BishopsToenail
@BishopsToenail 7 жыл бұрын
Couldn't have said it better myself
@jam99
@jam99 7 жыл бұрын
But did you learn anything new? Or are you talking as someone who already knows all this?
@JorgeDo
@JorgeDo 7 жыл бұрын
I already know this subject, because I'm a programmer. However he explained the low-level timing and signaling that you don't have to worry about when you use the library. Obviously the video isn't for beginners.
@SzDavidHUN
@SzDavidHUN 7 жыл бұрын
Best spent 18 minutes in a long time. A little bit fast, but useful, clear, simple. Thanks Dave!
@macdonalds1972
@macdonalds1972 7 жыл бұрын
You don't have a partner, I guess.
@urnoob5528
@urnoob5528 Жыл бұрын
@@macdonalds1972 u have high blood pressure I guess
@MAYOJAMESD
@MAYOJAMESD 7 жыл бұрын
i give him a 10 for clarity and explaining, but a 1 for use of hilarious australian expressions. we were never in like flynn and bob was never my uncle. this channel should be 5% learning, 94% bloody ripper, and 1% release of magic smoke
@SIMPhony
@SIMPhony 7 жыл бұрын
Thanks! This video taught me bit-banging in less than 20 minutes, which is absolutely fantastic. Yes, it requires knowledge of digital signals and gate logic.... but Dave already explained those in separate videos previously, so I don't see the problem many seem to have with this video. I think it's good you don't spend extra 40 minutes explaining all the basic concepts.
@andyburns
@andyburns 7 жыл бұрын
depends on the clock speed, not necessary to do polling and eat up all your cpu time, I've done interrupt-driven bit banged spi slave on an esp8266 (yes my beard is grey)
@davidledger5941
@davidledger5941 7 жыл бұрын
You are absolutely right, you can have interrupt driven code. It however isn't going to be portable code because it is going to rely on the platforms timer implementation.
@tomaskovacik
@tomaskovacik 7 жыл бұрын
david 2 timer for what?
@davidledger5941
@davidledger5941 7 жыл бұрын
I suspect Andy was using a timer to control how long between clock pulses and then using the timers interrupts (functions that execute when the timer expires) to bit bang, clocks, reads and writes. Interrupt driven bit banging can be much more efficient but only with slower clock rate serial interfaces.
@yamakaja1252
@yamakaja1252 7 жыл бұрын
I think he was referring to the polling: You can have an interrupt routine run when a pin goes high on most microcontrollers, which saves you from basically all overhead while still being able to respond pretty much instantly See gonium.net/md/2006/12/20/handling-external-interrupts-with-arduino/
@davidledger5941
@davidledger5941 7 жыл бұрын
Any context switching (executing an interrupt service routine) has overhead, if you were trying to bit bang at the maximum possible speed on a micro for example it would be much slower using interrupts to do it. For slave devices with interrupt on change, it would certainly be great for low speed communications.
@TheWP
@TheWP 7 жыл бұрын
I think these videos are great for an intermediate / advanced electronics enthusiasts / professionals like myself. No wasted time on things I already know, clear and to the point. Thanks Daves!
@arduinoversusevil2025
@arduinoversusevil2025 7 жыл бұрын
Get well soon Dave!
@MaxJ345
@MaxJ345 7 жыл бұрын
Great video. Very clear and concise. The pace kept me interested the entire time, without being too fast.
@TKomoski
@TKomoski 7 жыл бұрын
Like the visible colors David, cool tutorial on progian code ...
@allegas1
@allegas1 7 жыл бұрын
Great video, thanks! Totally understandable for typical arduino user
@Aleynikov
@Aleynikov 7 жыл бұрын
Transplantation of the head was happened at 17:24 LOL
@davidledger5941
@davidledger5941 7 жыл бұрын
:]
@timkent
@timkent 7 жыл бұрын
Great video! I like the fast pace too, no stuffing around!
@Gossamer2
@Gossamer2 7 жыл бұрын
Thanks David! I have played a little with the Dallas 1-Wire stuff which was kind of neat, and I've wanted to know more about SPI and other protocols. Here's a suggestion for a future episode; how to JTAG any device and read/write the chip contents. We know you're the hacker type. :)
@JetNmyFuture
@JetNmyFuture 7 жыл бұрын
Well done D2! One reason I use bit-banging is to intentionally create errors to stress another part of the system during testing. I like the presentation although it seems like the general audience may be at a lower level. Maybe as a quick intro - explain what the target audience it and prep them for the relative skill level you are about to present. Look forward to more from you.
@davidledger5941
@davidledger5941 7 жыл бұрын
Thats a good idea. I might do that, thanks!
@musmodtos
@musmodtos 7 жыл бұрын
Perfect,for us who use the theory but aren't so as up to speed with the hardware you've pitched this just right! Thank you!
@FlashEF
@FlashEF 7 жыл бұрын
Co-hosting EEVBlog like that is the best idea since the channel started :)
@vovetsno1
@vovetsno1 7 жыл бұрын
Very nice start, Dave! Keep it that way. Fast and clean (as was previously said).
@Unknownety
@Unknownety 7 жыл бұрын
Really nice, this type of segment turned out better then I expected.
@Mriks007
@Mriks007 7 жыл бұрын
Hi Dave nice to see you again :) good tutorial and hope to see more videos like this in the future
@DelTapparo
@DelTapparo 7 жыл бұрын
Great tutorial. Just way fast. Too many new things for me to catch at high speed. Hope to see more at a reduced pace. Good job. Great addition to the channel.
@uzor123
@uzor123 6 жыл бұрын
There is a pause button you know
@antiekeradio
@antiekeradio 7 жыл бұрын
well done Dave 2!!!
@thenwhoami
@thenwhoami 7 жыл бұрын
"oh noo, he said things I don't understand!"
@yankovMuskula
@yankovMuskula 7 жыл бұрын
welcome to university ! where you teach youreself the subjects
@mbaker335
@mbaker335 7 жыл бұрын
Very well explained and at the right level for me. Very introductory info can be found elsewhere. Please can we have more. Much more.
@swharden
@swharden 7 жыл бұрын
Worth sitting through to see that last shot
@totaldude155
@totaldude155 7 жыл бұрын
very nice Dave!
@bitrot42
@bitrot42 7 жыл бұрын
Great job, Dave2! Can't wait to see what happens when you hit your groove after a few more videos. Keep it up!
@stephenchavez3534
@stephenchavez3534 7 жыл бұрын
Keep it up Dave 2.
@XeonXR6
@XeonXR6 7 жыл бұрын
Honestly one of the most clear and concise tutorials I've seen in a long time! Well done Dave2 - keep-em up! Would love to seem some RS485 demonstrations using a Teensy 3.2 or something.
@voltlog
@voltlog 7 жыл бұрын
thumbs up for the end shot :-)
@maule5653
@maule5653 7 жыл бұрын
Very nice! Like the use of the drawing tablet. Maybe just slow down a pinch; for those of us not imtimately familiar with the subject (and not Aussie's!), there were many presses of the "J" key to repeat some sections. Absolutely loved the closing shot!!! Now if only the old Dave had that head of hair......
@anishsarkar120
@anishsarkar120 7 жыл бұрын
Fast and to the point great , but some insights would have been great like dave does REALLY GOOD TUTORIAL ON SPI THANKS MAN as i myself is an student
@shinyshadow
@shinyshadow 7 жыл бұрын
I think its a good explaination of SPI, tought me a thing or two, and it seems I'm always bit-banging.. grrrr Nice one Dave 2
@Hasitier
@Hasitier 7 жыл бұрын
Nice to See a Video of Dave 2. could be a bit more slowly for better understanding but I like it. Please do more. Maybe the 2 daves could make some videos together?
@fcweng
@fcweng 7 жыл бұрын
More like a Dave's Job here. It's sort like just the bits jumping around in a more controlled manner. MiSo n MoSi had wars of words if they don't agree each other.
@NorbertHarrer
@NorbertHarrer 7 жыл бұрын
Excellent Video. I loved it. Haha. The head swap at the end. That was the money shot :-D
@russ18uk
@russ18uk 7 жыл бұрын
I dislike the method of delivery but Dave2 is new. Maybe you can do a part b explaining some of it in front of the whiteboard.
@pkplexing
@pkplexing 7 жыл бұрын
I like nice and to the point tutorials like this with a minimum of chaff waffle
@Deckardsvr
@Deckardsvr 7 жыл бұрын
You're doing great David, keep up the good work !
@yasirnoori4848
@yasirnoori4848 7 жыл бұрын
A big thumbs up to the multimeter and Aneng for its price.
@northsideservicecompany3567
@northsideservicecompany3567 7 жыл бұрын
Well Done David! I feel smarter already - Chris
@Cold-1
@Cold-1 7 жыл бұрын
First thing that came to mind when reading the title: ZX Spectrum EAR and MIC sockets :-) They were used to read and write the cassettes and were implemeted with bit banging.
@CrazyLogic
@CrazyLogic 7 жыл бұрын
love the new outro slide image guys :) - good work.
@donvito1973
@donvito1973 7 жыл бұрын
Thumbs up for the greybeards impression. :-)
@bfx8185
@bfx8185 7 жыл бұрын
Let's continue in this way Dave2 :D
@harrysvensson2610
@harrysvensson2610 7 жыл бұрын
Why does this video have so many thumbs down? Dis is gud stuf bois.
@crimsun7186
@crimsun7186 7 жыл бұрын
Good stuff is worthless if you can't understand it due to poor presentation.
@harrysvensson2610
@harrysvensson2610 7 жыл бұрын
Thanks for saying why. Now when you say it, I agree. It's different and basic doodling, it isn't on par with khan's drawing or Dave's whiteboard. The only thing that threw me off was 10:15 when it looked as if the POL-parameter and PHA-parameter meant the same thing. It's only now when I'm writing this comment that I realized that there's some gray stuff at the start and end... Oh well. Good talk.
@AKATEATime
@AKATEATime 7 жыл бұрын
Nice work David! 👍 Haha, great picture at the end.
@SparkyLabs
@SparkyLabs 7 жыл бұрын
Nice work, it didn't go over my head and I'm no software expert just a basic C user
@olehermanse
@olehermanse 7 жыл бұрын
That is an OR gate, not XOR
@gonXay
@gonXay 7 жыл бұрын
Just some criticism on the audio, it sounds really muffled and digitally compressed at a low bitrate. The bitrate is a recurring issue with most of the EEVblog videos, but this one takes the cake for shoddy audio quality. Otherwise the content is top notch, keep it up Dave^2!
@SionynJones
@SionynJones 7 жыл бұрын
Awesome dave 2
@seamonkeys12y
@seamonkeys12y 7 жыл бұрын
Well this is good. I just recently found out that I need to learn how bit banging worked since I have an ic with no native i2c support
@Nippius
@Nippius 7 жыл бұрын
Loved it and I hope you make more of this. The only "critisism" I have is that you went a little too deep and too fast on the electronics of a GPIO pin. Not that they aren't important but I think they should be a separate tutorial. Apart from that, nice job!
@PiezPiedPy
@PiezPiedPy 7 жыл бұрын
nice1 Dave too and lmao at the end
@longjohn526
@longjohn526 7 жыл бұрын
Probably the most common example of bit banging today is what Arduino calls Soft Serial .... I see it used a lot with Unos but I prefer just to get a Mega which has 4 UARTs
@aDynoNet
@aDynoNet 7 жыл бұрын
Thanks. Learned from this.
@akosszekacsYT
@akosszekacsYT 7 жыл бұрын
Very good video, covers everything, the pace and the amount of information is perfect (at least for me). As others already stated it: "Fast, simple and clear". Keep them coming
@exosdel
@exosdel 7 жыл бұрын
Great video! Keep it up!
@X-OR_
@X-OR_ 7 жыл бұрын
This is how the Apple II Makes Sound (And I Don't have a beard)
@shakaibsafvi97
@shakaibsafvi97 7 жыл бұрын
Nice !! Keep it up !!
@marcus_w0
@marcus_w0 7 жыл бұрын
Nice video. Thanks for slowing down :) Now I know, why theres a speed-setting in the youtube-player, considering the first minute :)
@SkyCharger001
@SkyCharger001 7 жыл бұрын
another reason for bit-banging: if (the initial run of) the serial-communication-chip does not meet its design-criteria. (This is why the C64 uses bit-banging instead of dedicated serial by default.)
@linengmiao
@linengmiao 7 жыл бұрын
@EEVblog 6:05 "you wouldn't bitbang a slave.... if a slave device is bitbanging it must always be polling the bus". Why can't you use interrupts instead of polling? This looks like a much better alternative to me, that way the program can do something else.
@uwezimmermann5427
@uwezimmermann5427 7 жыл бұрын
you can use interrupts - and it usually works fine...
@guytech7310
@guytech7310 7 жыл бұрын
Bit banging is necessary simply because some SPI devices don't have common word sizes, or do something funky like outputting date while you sending the next instruction/command. It would be nice if SPI device manufactures didn't do funky stuff so we could just us hardware implemented SPI I/O!
@steubens7
@steubens7 7 жыл бұрын
need a follow up video showing how to do those figures in Excel or libreoffice
@davidledger5941
@davidledger5941 7 жыл бұрын
Sure! It will be with the next video (probably) :)
@m8uwut
@m8uwut 7 жыл бұрын
Can you explain the logic formulas @ 4:30 ? I thought that when T is high, then you're putting Vss on the NPN and Vdd on the PNP, effectively creating a high-z state, and when T is low, the voltage of D is on both the PNP and NPN, which would send the Vdd or Vss to the output...? The P=~TD + ~DT is the equation of an XOR gate... right?
@btouw8558
@btouw8558 7 жыл бұрын
Sorry Dave, You go to fast, you show things and think the rest in between, explaining is a art form, but dont get discouraged , you are on the right way, and if you learn to master the skil of explaining things you wil be great,, try to keep it compact as you do now, but without the "skipping in between'
@RoterFruchtZwerg
@RoterFruchtZwerg 7 жыл бұрын
Hey ;) Hate it to say, but I think from an educational perspective the video, especially the first part about bit-banging, wasn't that great :/ I'm pretty sure someone who wasn't sure what exactly bit-banging is didn't get it... And someone who knows it, couldn't learn anything. First of all, you should have started with why you toggle your pin high/low at all and what requirements you have... e.g. by just refering to a simple datasheet that says what a serial signal actually has to look like to communicate with a device. To keep it simple, use something like the WS2812 drivers, I2C or TTL (not bidirectional, not additional control lines). Then explain what actually the difference between using hardware and software is - because for someone that only know what an arduino is, it is not obvious that the microcontroller hardware actually contains hardware for serial communication. You can explain in few sentences that "hardware" actually means a separate logic in the chip with its own seperate memory where you put the data you want to send, that works autonomous from the cpu. Using hardware means, you tell this seperate logic "use the bit stream from your dedicated memory to generate the high/low signals on the pins now and let me concentrate on other things" whereas using software means "oh shit, I now have to set this pin high, wait for 2µs, then set it low, then high again after 4µs and so on... this will keep me busy a hell lot of time"... Explain that telling the hardware to shift out data actually takes only few cpu instructions, whereas using software takes almost the same amount of instructions for every bit. Explain why that restricts timing, etc.... Explain that the hardware must actually be built for a specific protocol and therefore chips usually don't have unlimited hardware support for thousand protocols - which is why bit-banging in software is always a thing... Like Arduino SoftwareSerial... Or protocols like the WS2812 where usual chips just don't have hardware support. Hope that was helpful :)
@ecstazyrm
@ecstazyrm 5 жыл бұрын
Frango
@joshwallis9366
@joshwallis9366 5 жыл бұрын
Thanks for this comment, I'm new to all of this stuff and the video was sort of lost on me even after following the first two videos perfectly
@MaximeLavigne
@MaximeLavigne 7 жыл бұрын
Awesome Dave2. How long before we know how to program a 3d printer?
@Razerboard
@Razerboard 7 жыл бұрын
You look like Beakman Jr, following in his dads footsteps without the zany humor and with a focus on electronics. 3.141/π.
@flo47able
@flo47able 7 жыл бұрын
I like the video. But you could make that 2 video. 1 show how spi works. 2 how to bitbang it. This way it's easyer to understand for somebody how don't know spi und everybody who know spi can just watch the bitbanging video. Any way. Nice video. I liked it. More pls.
@heydmytro
@heydmytro 7 жыл бұрын
Why it's going to the left? Time usually goes to the right :)
@davidledger5941
@davidledger5941 7 жыл бұрын
Yeah I don't know why my brain wanted to draw that in a very non-standard way. Kinda silly, didn't realize I did it.
@macdonalds1972
@macdonalds1972 7 жыл бұрын
They're in Australia, everything's upside-down.
@SkyCharger001
@SkyCharger001 7 жыл бұрын
I was just wondering: is it possible to make the chip-select bidirectional so that it could work as an IRQ?
@LukasDzunko
@LukasDzunko 7 жыл бұрын
Why are you drawing plot in opposite direction ? We normally draw earlier time on left and later on right. E.g. time "flow" from left to right. I am missing something ?
@seancsnm
@seancsnm 7 жыл бұрын
It's sometimes easy to forget that David is a mechanical engineer.
@EEVblog
@EEVblog 7 жыл бұрын
No, he's an electronics engineer but it good at mechanical stuff.
@onlyrgu
@onlyrgu 7 жыл бұрын
If you use the bit banging on slave micro which runs a RTOS( Lets assume this micro doesn't have any spi ports left). The semaphore can run the SPI subroutine without disturbing main application code right?
@soviut
@soviut 7 жыл бұрын
Only 17 minutes long? I don't think the entire video got uploaded, Dave ;)
@macdonalds1972
@macdonalds1972 7 жыл бұрын
Play it at half speed, then it's 35 minutes.
@Psi105
@Psi105 7 жыл бұрын
I've never heard SPI said as "spy" before.
@kirkpennock2997
@kirkpennock2997 7 жыл бұрын
went back in time?
@ingenierocristian
@ingenierocristian 2 жыл бұрын
Awesome! Could you please tell me which books deal with this topic? I happen to need to do a development with ESP8266 and I2C acting as multi-master
@crimsun7186
@crimsun7186 7 жыл бұрын
Even for someone who has little idea of what the video is about, it feels rushed. The tutorial seems to be only effective if you already know what bit banging is, which defeats the purpose in the first place.
@AlexHitchins
@AlexHitchins 7 жыл бұрын
Why so fast! Great content, but for this level of tutorial I think a different presentational style might really make this awesome stuff.
@esven9263
@esven9263 7 жыл бұрын
Couldn't you use an interrupt on the slave device?
@OmarMekkawy
@OmarMekkawy 7 жыл бұрын
Nice video Dave2. where Dave1 ???
@xFuaZe
@xFuaZe 7 жыл бұрын
Why a tutorial on "bit banging & SPI", a tutorial on common serial communication methods would be more interesting and a separate video on bitbanging (and something else maybe). "Between each byte you set, you also have a clock signal" - I think you mean each bit. For example in the part of bitbanging you tell that there usually is a kind of master device and a slave device. But it isn't always like that. It's also pretty common for slaves to have an "IRQ" line to start transmission. Also, you could bitbang a slave, simply assign interrupts to the clock pin and check the status of the data pin in there. IF your communication is slow enough (and your interrupt fast enough) to guarantee being able to read the data pin before the next cycle/state, why not? "Bitbanging in general is usually like" there's just too much "usual" "in general" and other vague useless additions to the sentences.
@tohtorizorro
@tohtorizorro 3 жыл бұрын
Watching this video either leaves you where you were or more confused.
@funkyironman69
@funkyironman69 7 жыл бұрын
Dave Jones sounds so much younger than normal XD
@alexwang007
@alexwang007 7 жыл бұрын
I'd love to hear about audio digital interfaces! e.g. I2S, I2S Variants, TDM
@khronscave
@khronscave 7 жыл бұрын
Wikipedia has a reasonably clear(?) page on I2S. If by "variants" of I2S you mean the left/right-justified versions, those technically aren't I2S (to the best of my knowledge, anyway). In the words of AvE - "same same, only different" :) Yes, they use the same clock signals, but the data bits are arranged / sent differently. I think all chip datasheets, regardless of supporting "just" I2S, and/or other modes, contain timing diagrams which show pretty much all you need to know about the protocol / format.
@alexwang007
@alexwang007 7 жыл бұрын
KhronX ohh, cuz i am trying to get ADCs&DACs from TI, to talk to SigmaDSPs from ADI(shouldn't matter, right?), and had been super confused looking at many different timing diagrams.. alright i have to go check it out first, and not to be lazy like this! Still waiting for Dave to yell focus u fack, everytime his cam goes out of focus😂😂 Anyways thank you very much!
@khronscave
@khronscave 7 жыл бұрын
As long as both "ends" of each I2S interface are set for the same mode, you should be all good. It's an industry *standard* for a reason :)
@NivagSwerdna
@NivagSwerdna 7 жыл бұрын
It's not really a Young Player versus Grey Beard thing.... it's a more you have run out of dedicated hardware thing... so you need a 2nd UART but you have only one in the controller... etc.. Most of us older players have no problem with banging. Enjoyed the SPI part and cross platform development is a useful technique. A trap for young players (said despite not having a grey beard) is interrupts... specifically ensuring that some higher priority event doesn't disturb the timing, something that hardware eliminates.
@NivagSwerdna
@NivagSwerdna 7 жыл бұрын
Oh... and in combination with DMA bit banging can be awesome
@God-CDXX
@God-CDXX 7 жыл бұрын
DAVE 2 WITH THE DAVE 1 SHIRT ON
@Dhamian
@Dhamian 7 жыл бұрын
Hi. I assume you're doing this presentation on the the Surface Pro. What software did you use to draw and record all of it? I have a Surface myself and I'm interested in producing similar tutorial videos :)
@EEVblog
@EEVblog 7 жыл бұрын
Drawboard, it's awesome.
@JayJay-ki4mi
@JayJay-ki4mi Ай бұрын
I have 512 words (12-bit word), and 25 bytes of memory. They say nothing is impossible right? 🤣
@xartpant
@xartpant 7 жыл бұрын
Black IDE color themes are way too fancy
@kakmal5
@kakmal5 3 жыл бұрын
What is the brand and model of your logic analyzer..
@mbn65
@mbn65 7 жыл бұрын
Excellent! How did you du this stunning funktion diagrams in Excel at 12:45? I want that too!
@alexwang007
@alexwang007 7 жыл бұрын
hi dave! :D
@DafyddRoche
@DafyddRoche 7 жыл бұрын
What software are you using to do the screen stuff? pretty cool.
@davidledger5941
@davidledger5941 7 жыл бұрын
Drawboard, we are trying it out :)
@huihuihuihuihuihui1
@huihuihuihuihuihui1 7 жыл бұрын
Why did you showed us a simulation of SPI instead of a real data from logic analyzer?
@davidledger5941
@davidledger5941 7 жыл бұрын
This is how I develop platform agnostic code. IMO If you develop for no platform then the code more easily ports to all platforms.
@huihuihuihuihuihui1
@huihuihuihuihuihui1 7 жыл бұрын
I understood your point of platform-independent code, I doing the same thing usually. I mean, in logic analyzer's window you started a simulation (just as when analyzer is not connected to PC) by pressing "Start simulation" instead of "Start sampling" when device is actually connected to the PC. Did you just faced some hardware issue with that analyzer?
@davidledger5941
@davidledger5941 7 жыл бұрын
That was actually just a miss-edit, was recording I forgot to plug in the device, re-ran it, the new clip was put after it but some of the old clip wasn't edited out. If you look carefully the screen jumps and it shows the device was plugged in at the end.
@huihuihuihuihuihui1
@huihuihuihuihuihui1 7 жыл бұрын
Now I see, thanks! Good job, though.
@Graham_Wideman
@Graham_Wideman 7 жыл бұрын
Credit to @Dave2 for the effort here, but... For a viewer who's comfortable with the code but unfamiliar with scopes, they're going to be very confused by your early insistence that time is plotted right-to-left, and later examples used conventional left-to-right for signals and clocks, and make no sense otherwise. This video would be greatly improved by fixing that goof.
@davidledger5941
@davidledger5941 7 жыл бұрын
100% agree, I had a moment of non-standard plotting haha! Never done that before and never again.
@Graham_Wideman
@Graham_Wideman 7 жыл бұрын
Yeah I figure you must know well the conventional direction. Particularly awkward in this case because of the different but related matter of whether uarts (and bit bang code) sometimes or always send/receive bits in LSB-first or MSB-first order.
EEVacademy #4 -  I²C (I2C) Bit Banging
10:57
EEVblog
Рет қаралды 74 М.
EEVblog #496 - What Is An FPGA?
37:44
EEVblog
Рет қаралды 763 М.
Will A Guitar Boat Hold My Weight?
00:20
MrBeast
Рет қаралды 196 МЛН
Minecraft Creeper Family is back! #minecraft #funny #memes
00:26
escape in roblox in real life
00:13
Kan Andrey
Рет қаралды 72 МЛН
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 71 МЛН
SPI: The serial peripheral interface
33:00
Ben Eater
Рет қаралды 682 М.
I run untested, viewer-submitted code on my 500-LED christmas tree.
45:17
TSMC FinFlex: How Chips are made Worse to get Better
24:20
High Yield
Рет қаралды 86 М.
EEVblog #908 - Zener Diodes
32:34
EEVblog
Рет қаралды 474 М.
Extracting Firmware from Embedded Devices (SPI NOR Flash) ⚡
18:41
Flashback Team
Рет қаралды 574 М.
SHA: Secure Hashing Algorithm - Computerphile
10:21
Computerphile
Рет қаралды 1,2 МЛН
Hacking a weird TV censoring device
20:59
Ben Eater
Рет қаралды 3,1 МЛН
AT&T Archives: The UNIX Operating System
27:27
AT&T Tech Channel
Рет қаралды 2 МЛН
EEVBlog #1116 - How to Remove Power Supply Ripple
27:05
EEVblog
Рет қаралды 573 М.
What is SPI?  Basics for beginners!
13:04
nandland
Рет қаралды 159 М.
Will A Guitar Boat Hold My Weight?
00:20
MrBeast
Рет қаралды 196 МЛН