DIY TinyTV Kit
4:21
3 роки тому
Raspberry Pi Gaming (Comparison)
12:43
Samson G-Track Pro Microphone Review
22:17
Pixl.js specs | Just Board
4:25
5 років тому
Concurrency and the Internet of Things
13:13
Calibrating an Analog pH Sensor
12:00
5 років тому
Getting Started with LoRa | Tutorial
6:20
КОМЕНТАРІ
@mariatorin-zb4eq
@mariatorin-zb4eq 2 дні тому
thank u
@AldoNakhulo
@AldoNakhulo 3 дні тому
Hello, how can reach you about the GPS? I have a project and I'm having some trouble. I would like to inquire more from you.
@youngsinatra1
@youngsinatra1 3 дні тому
Thank you so much for your explanations! Some of the best!
@Wildersport
@Wildersport 8 днів тому
Something like that little stacker sized up to fit Pi 8s with NVME bases / NVME drives would be pretty awesome...
@youssefmostafa5788
@youssefmostafa5788 9 днів тому
wait how do i view the stack in visual studio
@youssefmostafa5788
@youssefmostafa5788 9 днів тому
just realized this vid is 6 years old
@youssefmostafa5788
@youssefmostafa5788 9 днів тому
love these tutorials man
@KH07734
@KH07734 9 днів тому
FYI, every Lora I have tested Is always at 908.875 MHz
@gelfling6
@gelfling6 17 днів тому
great video on setup. slowly bringing a 5-node cluster online, which I got from a college student whom besides not wanting to pack it to go home (from Ct. to Ca.), I'm guessing lost interest. I'm starting with the latest 15-Mar-2024 lite 64-bit image. my question, is once everything is up and running, how do I go about running an actual app, that will take advantage of all the nodes, i.e. something like rarcrack, which is a pre-compiled app. thanks
@gizmoguyar
@gizmoguyar 18 днів тому
Just a pro-tip for anyone that stumbles across this. Do NOT solder parts while they are plugged into your breadboard. Some high quality breadboards might be able to withstand those temps. But the vast majority cannot. And you'll melt the plastic around the hole.
@Omar_Doble_R
@Omar_Doble_R 18 днів тому
Nice !!
@faithgaming7495
@faithgaming7495 18 днів тому
Can you program it to play Xbox , playstation and PC games ?
@jaberelec
@jaberelec 18 днів тому
Can the receiver module receive from an unknown remote on the same frequency?
@Rachaelshaw7
@Rachaelshaw7 19 днів тому
Oh my gawd i just realised my teacher at school was teaching us assembly language... Holy crap
@markvis4106
@markvis4106 22 дні тому
why do people always use an assembler to explain assembly? as much as you think it makes sense to, it doesn't.... assembling means you're going up to a higher language... to explain assembly you have to reference a decompiler, not an assembler. :(
@necktwister666
@necktwister666 22 дні тому
5:11 kinda missed jnz there (jump if not zero) if you code a loop with a countdown for example its pretty usefull but thats probably one of the special cases you mentioned there
@jamalarshad147
@jamalarshad147 23 дні тому
64 bit assembly series please!!! Thanks for this one too.
@MagnanimoLA
@MagnanimoLA 23 дні тому
Thank you!
@jtreg
@jtreg 28 днів тому
get back to making more videos ya lazy mofo 🙀
@pauloyeghe1637
@pauloyeghe1637 Місяць тому
What was that Creepy thing he did at the beginning???
@sameermubeen8495
@sameermubeen8495 Місяць тому
very useful and informative video, amazing work
@user-hn8zh9zh5f
@user-hn8zh9zh5f Місяць тому
Use nrf24l01
@yaufunglam6853
@yaufunglam6853 Місяць тому
TX -> TX ? TX -> RX?
@StitchesLovesRats
@StitchesLovesRats Місяць тому
range?
@nealshin1247
@nealshin1247 Місяць тому
Best assembly lecture I ever had…why I wasted so much time in uni😂
@user-qv1hn2us2f
@user-qv1hn2us2f Місяць тому
I made it all the wrong way😂😢
@sunandanbaul4078
@sunandanbaul4078 Місяць тому
can i made cell phone jamer usging this device
@createsource
@createsource Місяць тому
Came here because I have an issue related to the machines and everything you've done is exactly as I have, thank you for confirming. All the code questions: If you've ever touched an Arduino, it's not that hard figure it out. Use a module as shown in the video (mechanical or SSR) to avoid smoking the Arduino. Relay + to Arduino 5v, - to Arduino GND, pick any digital pin, in this case D8, then const int relayPin = 8; void setup() { pinMode(relayPin, OUTPUT); } void loop() { // Turn the relay switch ON, for this relay, LOW digitalWrite(relayPin, LOW); delay(500); // Turn the relay switch OFF, for this relay HIGH digitalWrite(relayPin, HIGH); delay(10000); } Reverse LOW/HIGH if your relay requires HIGH to turn on. Add Serial.println() 's as desired.
@human-capitalllc
@human-capitalllc Місяць тому
GReat video, thanks. MInd sharing the code?
@human-capitalllc
@human-capitalllc Місяць тому
GReat video, thanks. MInd sharing the code?
@EzProgrammingPro
@EzProgrammingPro Місяць тому
Subbed, this is useful for reverse engineering and game hacking
@anasarshad3453
@anasarshad3453 Місяць тому
where is code file
@samaellovecraft
@samaellovecraft Місяць тому
Thanks for the knowledge! I hope the mentioned next series of videos will see the light of day
@samaellovecraft
@samaellovecraft Місяць тому
Thanks for the knowledge!
@samaellovecraft
@samaellovecraft Місяць тому
Thanks for the knowledge!
@samaellovecraft
@samaellovecraft Місяць тому
Thanks for the knowledge!
@samaellovecraft
@samaellovecraft Місяць тому
Thanks for the knowledge!
@samaellovecraft
@samaellovecraft Місяць тому
Thanks for the knowledge!
@rebei
@rebei Місяць тому
Thank you for this video series.
@behemot666
@behemot666 Місяць тому
nice one, thanx very much
@IDK-kv8ob
@IDK-kv8ob Місяць тому
Thank you for these videos. Your work has not gone unappreciated. :)
@ZephodBeeblebrox
@ZephodBeeblebrox Місяць тому
I just found your project. I'm thinking about doing this over this weekend. I have 433tx and 433rx boards. I'll see about doing a video about it...
@raykuo631
@raykuo631 Місяць тому
Can run Java on it ?
@benjaminferguson3279
@benjaminferguson3279 2 місяці тому
I would like to see a video on how to integrate a keyboard onto these for texting purposes!
@IndianaJoenz
@IndianaJoenz 2 місяці тому
I got a hold of this fabulous little board at an auction today. The performance and design are impressive. Thanks for the really cool video.
@ryuhighabusa430
@ryuhighabusa430 2 місяці тому
This more of a class presentation on assembly rather than a teaching guide.
@radwanahmed8981
@radwanahmed8981 2 місяці тому
your the best buddy.
@stizandelasage
@stizandelasage 2 місяці тому
I would use it for diagnostics
@icheckedavailability
@icheckedavailability 2 місяці тому
9:32 that escalated quickly
@jeannelynobero4560
@jeannelynobero4560 2 місяці тому
Can you help me with the code? via raspi? huhuhu