Modern Day Record Player Tutorial (RFID, Spotify API, Python, and Raspberry Pi)

  Рет қаралды 253,708

talaexe

talaexe

Күн бұрын

Thanks for watching the vid! Detailed blog & Github Repo for this vid:
Blog: talaexe.com/mo...
Github Repo: github.com/tal...
Materials:
I get a small commission if you use the following links to get the materials for your project!!:)
RFID RC522 Module with Soldered on Header Pins
🇺🇸 USA: amzn.to/3BVej0s
🇨🇦 Canada: amzn.to/3M6kun4
RFID Stickers (13.56MHz)
🇺🇸 USA: amzn.to/3hokkJv
🇨🇦 Canada: amzn.to/3JVox3A
Raspberry Pi 4
🇺🇸 USA: amzn.to/3hpanvm
🇨🇦 Canada: amzn.to/35A3Efj
Raspberry Pi 4 Power Supply
🇺🇸 USA: amzn.to/3IsTo7v
🇨🇦 Canada: amzn.to/35jZ2Ky
Female to Female Dupont Jumper Wires
🇺🇸 USA: amzn.to/3pnxWJw
🇨🇦 Canada: amzn.to/3IuTQSq
Speakers (any work!)

Пікірлер: 291
@nordemoniac
@nordemoniac Жыл бұрын
Immediately from when this video started, I saw potential for something cool - a 3D-printed vinyl record that holds the NFC sticker underneath the labels, and a tiny motor to actually run the record, while the album art is placed at the side. At 33 rpm of course.
@justbones.3501
@justbones.3501 Жыл бұрын
Did you end up trying this??
@AdenGFX
@AdenGFX 11 ай бұрын
brilliant idea
@luchoescobar
@luchoescobar 11 ай бұрын
Nice idea!!!
@johnwiese5927
@johnwiese5927 11 ай бұрын
Was thinking the same thing :)
@dylanjohnmusic
@dylanjohnmusic 10 ай бұрын
Haha i was thinking the exact same thing
@bretthampton2050
@bretthampton2050 2 жыл бұрын
I just built this using a Raspberry Pi 3B+ and so far it is working great. I need to add more songs to my IF statments and may work on figuring an easier way to add new songs. Gives me something to play with. Great video and blog with super easy to follow directions. Everything I needed to do was there. Probably the first project like this I have done without running into issues. Thanks!!!!
@cinderellasunderstudy2937
@cinderellasunderstudy2937 2 жыл бұрын
Did you have to do anything different because of the different raspberries Pi model?
@bretthampton2050
@bretthampton2050 2 жыл бұрын
@@cinderellasunderstudy2937 Sorry for the late reply. I just noticed this. I did not have to do anything different. I followed her directions and everything worked fine. I did get it working to read from a file so I don't have to build a long IF statement. I need to do a little more testing, but so far it works if you do things correctly. "the code works as long as you don't press this button". Haha
@danielhaynes4747
@danielhaynes4747 7 ай бұрын
@@bretthampton2050 I know this is really outdated but what I did was made a function to actually write the album string to some ntag215's and then extract that when they are scanned. If there isn't already an album saved to the tag then I simply add the last album I played on my spotify.
@M.rasmodius
@M.rasmodius Ай бұрын
if anyones still here (lol) do you think this could run on a pi zero w?
@letsgochamp2023
@letsgochamp2023 2 жыл бұрын
You've done a great job with this! I've seen other projects that use RFID, but your presentation is incredible. The wooden box idea is fantastic. Thank you for sharing :)
@kaojaicam
@kaojaicam 11 ай бұрын
So glad to see someone actually turn this into a real product. I've thought about the cards off and on for years, but doing it on a phone lacked some elegance. Seeing the hardware of a nice, inconspicuous wooden product really takes it to a next level. That said, what about this: - Cheap android phone (with headphone jack) Put it in a nice wooden enclosure flush with the screen, screen exposed. That way you've got both Aux and Bluetooth options, and relative ease of setup for both playing music directly through spotify, and even creation of new cards through apps like NFC Tools
@Localss
@Localss 10 ай бұрын
this is a very solid idea for the future of physical releases. Could be a great balance between supporting the artist and keeping the convenience of modern audio tech
@madeofcastiron
@madeofcastiron 11 ай бұрын
this is such a cool idea. i love the cute mini cutouts of the albums. i’m definitely gonna make this project. thank you for this tutorial!
@aldoxmar538
@aldoxmar538 2 жыл бұрын
I love the stuff you do :) The explanation was super detailed!! Thank you for posting this
@kauaa1492
@kauaa1492 2 жыл бұрын
My music collector self would love if this was sold by artists/labels as official physical versions of albuns being sort of a digital download/mp3 system only needing a player table and speakers ... it'd be cheaper and cooler than CDs/vinyl and could come with more creative designs and also be more "useful" 😍💭 such a creative idea 👏
@julien.2573
@julien.2573 11 ай бұрын
It does exist in Japan ;)
@connortaylor1870
@connortaylor1870 9 ай бұрын
Sweet idea, however, an easy improvement would be to store a file that the python code reads in that houses all the RFID tags and corresponding URLS. Then you can look through that file instead of adding a ton of if-else statements! would make the code more readable, and make it easier to edit your album collection since you could also have a "Album name" section in the csv file or whatever you use to hold the album info!
@gaugea
@gaugea 11 ай бұрын
what an awesome project idea, love how it captures the tactile property of physical media while sacrificing as little convenience as possible
@johnwhite731
@johnwhite731 2 жыл бұрын
This is absolutely awesome . I was looking to do something similar with samples. Keep up the good work!
@dylanwhitehead1057
@dylanwhitehead1057 Жыл бұрын
Theoretically, could you add more parameters to make it more user-friendly? If this were given as a gift as the project sits now, the person would have to know how to add more code to add more songs. I propose the following solution: *1.* Make the list of songs and ID's a JSON file that can be automatically updated with RFID IDs and song numbers that the program can refer to in the code; that way, manually adding more songs or editing the music that's attached to each RFID is easier. *2.* Use an RFID Reader/Writer and a button that can be pushed to scan and read a new RFID and either change the ID of the RFID so that the IDs are sequential to the previously checked IDs and easier to read or have the program update the JSON file with the new ID. *3.* Have the program listen for a new song to be played manually after the RFID is scanned, take the ID of that song and attach it to the previously checked RFID. Thus creating a new _"Record."_ I have no idea if this can be done, at least in this way. I would love to make these as gifts, but I want to ensure it's user-friendly and new _"records"_ can be made on the user's side regardless of their coding ability. Let me know what you think 😁
@zipkitty
@zipkitty 11 ай бұрын
way to mansplain, lol
@thesombral1505
@thesombral1505 11 ай бұрын
@@zipkitty He just gives ideas, which are mostly good, how is this mansplain?
@magfal
@magfal 11 ай бұрын
3 is good, might need a button to get the current song and bookmark it to the current RFID Could also be a special RFID card that acts as a button.
@00Herobrine
@00Herobrine 10 ай бұрын
​@@magfal well I wrote up a better way to handle all of this and youtube decided to delete it thanks. So here is a quicker version: Have a JSON file of bound IDs, check if the RFID is in that JSON if not, start a pairing process where the next 30s-1m you can query spotify at an interval to check the currently played song, if it finds a song bind it to that ID, else cancel the pairing process. Unless there is a way to write some small bits of information onto the RFID card itself, then you could have the track id embedded on it.
@nobytes2
@nobytes2 10 ай бұрын
​@@thesombral1505because anytime a man speaks women thinks he's "mansplaining".
@aldenloutit9790
@aldenloutit9790 2 жыл бұрын
Just made it with an rpi 3. Thanks so much for doing this!
@mariluzozuna1910
@mariluzozuna1910 Жыл бұрын
was it any different doing it on the 3 than it was on the 4? im planning to do this with mine but i have the 3 as well.
@aldenloutit9790
@aldenloutit9790 Жыл бұрын
@@mariluzozuna1910 Nope! Was the same all the way through.
@mariluzozuna1910
@mariluzozuna1910 Жыл бұрын
@@aldenloutit9790 sweet thanks!
@DualWieldingDad
@DualWieldingDad 11 ай бұрын
I had this exact idea. Good to see a polished prototype
@quequien2002
@quequien2002 10 ай бұрын
I just saw the Yoto! video from Techmoan and the first thing i thought was cool idea but i bet a DYI version would be 100 times better and now I get this video recomended. The only difference would be to make it stop if the tag is removed, whitch would be like, you know, "playing" the record. Great Video!
@pedropereira5043
@pedropereira5043 10 ай бұрын
I have an old Pi 3B sitting around and a 1 1/2 yo daughter who loves music. I'll make her own jukebox so she can play her favourites whenever she wants!
@ItsJayYork
@ItsJayYork 10 ай бұрын
You're a real one for this, will try it
@fujinshu
@fujinshu 10 ай бұрын
This can be further expanded by adding RFID tags to physical releases of movies, TV shows and games to pull up their soundtracks. Just imagine getting your favourite game and tapping it on the box to listen to the soundtrack.
@ahmadjo5757
@ahmadjo5757 Жыл бұрын
this is very old, but we need you back with more sick projects!
@thesham2
@thesham2 9 ай бұрын
Dude this is amazing!!! I wanted to do something like this for a long time but didn't know how to go about it... Thank you
@crixi__
@crixi__ 10 ай бұрын
very clear instructions, very soothing voice, love it! Please continue making these tutorials :)
@Whiskeyj456
@Whiskeyj456 2 ай бұрын
Ooh I want to make this for a friend but want it to be user friendly. Im going to attempt to create a web ui that let’s a user scan an rfid tag into a field, then paste in a Spotify url in order to quickly update a database storing all of the rfid tag IDs and Spotify tracks/albums. I might add basic playback controls to the box as well. Super cool idea with a great execution, I can’t wait to start a new project!
@harrydawso
@harrydawso 2 жыл бұрын
So excited to make this! Been waiting since your tiktok 😊
@talaexe
@talaexe 2 жыл бұрын
Hope you like it!
@harrydawso
@harrydawso 2 жыл бұрын
@@talaexe Hey Tala, I am going to make this for my grandparents. Just wondering, is there any way to make raspotify always on because the whole point is that they aren't very good at technology so I want them to be able to use this without a phone.
@ashish5563
@ashish5563 Жыл бұрын
@@harrydawso just make the application Run at boot and add another physical button to reboot the pi/ the program and that way is somehow the application stops, your grandparents just have to press that physical button
@qiamudien
@qiamudien Жыл бұрын
I know a similar solution (phoniebox) i build for my kids. I love this kind of projects and saved your github link to recreate this project in future.
@piraspberry4811
@piraspberry4811 Жыл бұрын
gaaf gemaakt, en het werkt, goed voor het feestje van morgen oud en nieuw 2023, happy new year
@saanvi5169
@saanvi5169 2 жыл бұрын
Hii! I love the video, your idea was super cool and detailed!! Just one question: Do you need a Spotify Premium account, or can a regular Spotify account work just as well?
@stapleton95
@stapleton95 10 ай бұрын
I can't wait to change your music using the client id and secret.
@mattyard1663
@mattyard1663 2 жыл бұрын
Is there a way to store the Spotify track/album id on the RFID chip itself? For example, instead of having an “if else” statement for every track or album, (if id == this, then play this song) you could just have one statement that reads the Spotify id from the chip and inserts it into the context_uri variable directly?
@jannis002
@jannis002 2 жыл бұрын
You can write a text record to your RFID chip and read out this text instead (I do not know exactly how to do it with this api, but it is possible). In this case, the text could be the track id and the python program just inserts it: "spotify:track:"
@Laurenhowerr
@Laurenhowerr 2 жыл бұрын
yes, that's what I did!
@benjamin1008
@benjamin1008 2 жыл бұрын
That's what I did as well. Also, I programmed an rfid tag to write the current Spotify context to the next card presented, so the kids can "program" more cards without tinkering with the code.
@mebulon1984
@mebulon1984 Жыл бұрын
@@benjamin1008 Hey, would you be willing to share your code? I'm very inspired by the idea and would like to build something like that for my kids as well :)
@chaerne
@chaerne 2 жыл бұрын
So i build this, a bit different but on base of your idea. But im asking myself can you like add buttons to the player for play, pause, skip, shuffle and that stuff?
@OBRIENDCSD
@OBRIENDCSD Жыл бұрын
had that same idea
@azza8645
@azza8645 2 жыл бұрын
This is awesome! Just got mine working thanks to your video, really easy to follow instructions! Did you ever try it with Spotify playlists at all?
@aldenloutit9790
@aldenloutit9790 2 жыл бұрын
I did it - can even do personal playlists. Just replace the album tag w playlist in the if/else
@SnappyScience
@SnappyScience 10 ай бұрын
This idea is brilliant! Just brilliant!
@kenrock2
@kenrock2 11 ай бұрын
Loving this project so much
@matthewjames2833
@matthewjames2833 10 ай бұрын
Really great tutorial, I am considering trying it out myself. However, please please please for anyone doing this don't ever show your API ID's, secret codes or any other details as plain text in console code or anywhere else. It's a bit more work but always be safe out there. Make use of some encryption or obviscation to hide these kinds of data. Most API providers have more info on their recommended security measures on their website.
@kingwahib1145
@kingwahib1145 10 ай бұрын
Great video! One thing though, I NEED to know what your "Arabic Bops" playlist looks like 😂
@dylanjohnmusic
@dylanjohnmusic 10 ай бұрын
sick tutorial, thanks so much!
@4n.v4n
@4n.v4n 9 ай бұрын
Hi, just a question, is it possible to add a screen to the raspberry pi to show current song playing also???
@username980
@username980 2 жыл бұрын
This is sick!! Saw it on TikTok and had to check out the video. Do you know if it would work using an Arduino Uno instead of a Raspberry Pi? Or would the fact the Arduino is only a microcontroller make things too complicated?
@_STRIKEMEDIA_
@_STRIKEMEDIA_ 11 ай бұрын
You would need a way to connecto to the internet, thus making the Spotify API implementation way harder than you might thought
@64-bit63
@64-bit63 10 ай бұрын
​@@_STRIKEMEDIA_ you could run the Spotify api on the tablet and use serial to communicate the info to the tablet
@Peterstarzynskitech
@Peterstarzynskitech 10 ай бұрын
I would not be surprised if this is the future of music.
@armyperson59
@armyperson59 8 ай бұрын
ive been wanting to do something like this except the RFID is in my actual record sleeve and i would scan it when i put one on, which would display info about the currently playing album
@pl46u3
@pl46u3 10 ай бұрын
1:50, those solders look nice
@SpaceAgeWolf
@SpaceAgeWolf 2 жыл бұрын
Could there be a way to make this an offline device; I believe just loading a usb with songs and modifying the program to fetch then audio file when the rfid card is scanned but I’m unsure. Also could that still account for playlist?
@Rustaceann
@Rustaceann 10 ай бұрын
Just here because I saw Cradles in the thumbnail 😂. Cool project!
@coolduder1001
@coolduder1001 10 ай бұрын
Holy shit this is what I wanted to make for my grandma. The only issue is trying to figure out what service to use. I wanted to make something really easy to understand for anyone but also let you use any video on KZbin or file on local storage to make it easy. The biggest problem is trying to find a service no ads, or managing the internal storage easier. Basically just have the box talk to KZbin. Then using a phone and an app you could touch the nfc tag and program it with a video or playlist link. If it was local storage based I guess you could have the pi run a webserver interface and you can organize playlists and albums from there and use the box itself to write onto the tags. I wanted my box to basically be a simple minimalist radio with a single speaker and volume knob. Maybe make a second one that's hooked up to an actual stereo.
@benjamincontrerascoloma8393
@benjamincontrerascoloma8393 10 ай бұрын
I have a question this proyect can make it with a arduino r3?
@afiqahmj
@afiqahmj 10 ай бұрын
ah i wish i found this for my final year project inspiration
@jimmythepagina7989
@jimmythepagina7989 10 ай бұрын
this is fantastic, amazing job with this video. very impressive!!!
@kaoutarbouzari5736
@kaoutarbouzari5736 2 жыл бұрын
absolutely love this! notification bell on!
@glomommy7656
@glomommy7656 11 ай бұрын
Is there a way to have the RF ID play songs that you would store on the micro sd in the raspberry pi? I would love to make that I didn’t have to have a Spotify or have any online connection. Some thing that could just pull locally from my little raspberry.
@mastertoru5531
@mastertoru5531 2 жыл бұрын
This is a great video and neat invention!! Can I know how u learned how to do these kind of stuff? (Did you learn the electronics in school? - seeing that you know how to connect the different pins on the RFID reader to the corresponding pins on the RPi)
@maidbloke
@maidbloke 10 ай бұрын
Great project and superbly explained. Well done.
@nya4198
@nya4198 2 жыл бұрын
incredible tutorial, was an enjoyment to follow
@noahjoes
@noahjoes 10 ай бұрын
Such a cool idea, well done!
@dottied5596
@dottied5596 Жыл бұрын
This is amazing 😍 cant wait to try this myself
@TheKeithchiu
@TheKeithchiu 2 жыл бұрын
this looks like fun project! will this work on a raspberry pi 2 as well?
@zoeyzheng4897
@zoeyzheng4897 2 жыл бұрын
my fav tech guru
@jackmatheus
@jackmatheus 10 ай бұрын
I loved the idea. I’m not into the raspberry thing, but ill try this sometime. Also: the code could be a bit better. And you should implement something to add/create new Albums. Like doing an put method to feed an vector (I don’t know if this exists in English, i mean the x[1,2,3] thing)
@drewaurioles3958
@drewaurioles3958 2 жыл бұрын
Do you think a ras pi 3 would work for this?
@maxreyes7229
@maxreyes7229 2 ай бұрын
IVE HAD THIS IDEA FOR SO LONG. The tiny record covers to the wood box! 😔
@wordsofarebel5704
@wordsofarebel5704 Жыл бұрын
Great tutorial, very informative, thank you!
@jordan3636
@jordan3636 11 ай бұрын
It would be cool to make a little record shop diorama with action figures as employees and shoppers. You can then actually physically crate dig and put it on the record player in the record shop.
@hunterpower6015
@hunterpower6015 2 жыл бұрын
I remember seeing this on tiki's Tok and I wanna make one. Thanks for uploading thes video!
@mrjb_8032
@mrjb_8032 2 жыл бұрын
I love the idea and the video but I was wonder is there was a way to use the cards to skip and rewind songs with the cards or even buttons?
@realdonutking123
@realdonutking123 4 ай бұрын
instead of using a new elif statement for each song/album you wanna add, could you use a dictionary where the key is the rfid sticker’s id, and the value is the context uri for what you want it to play? i was just thinking about that while watching the video
@NathanShantz
@NathanShantz 10 ай бұрын
Liked the video after 10 seconds! I neeeeed this!!!
@IncendiarySolution
@IncendiarySolution 10 ай бұрын
This is a really cool project
@davidmejia9145
@davidmejia9145 2 жыл бұрын
Sooo excited!
@donte5589
@donte5589 8 ай бұрын
It seems you can also do playlist by changing the line sp.start_playback(device_id="", context_uri='spotify:playlist:putplaylisturihere')
@sayjexton
@sayjexton 10 ай бұрын
this is literally so cool
@aviralshastri
@aviralshastri Жыл бұрын
also we can add a gear motor to give retro look and it wil help in rotating the rfid tag
@pinklionbst45
@pinklionbst45 10 ай бұрын
Interesting project for fun, thanks 👍
@_L.L.
@_L.L. 11 ай бұрын
Great idee. Do you have also a version for iTunes?
@ΙωάνναΓ-χ9λ
@ΙωάνναΓ-χ9λ Жыл бұрын
When I try to play one of my own playlists, it doesn't respond but it does when i play random ones. Does anyone know why could this be happening?
@jogewe
@jogewe 2 жыл бұрын
Wow, that's an awesome idea! Great Video too
@Eingebuttert
@Eingebuttert Жыл бұрын
Can you tell me an another time how to get the token,because the website has changed an i don‘t now how i get it ?
@harrisonodonnell5646
@harrisonodonnell5646 10 ай бұрын
i know this video is about a year old now, but commenting in case someone can help. does the rpi have to be the device providing the audio output? or could you use your other spotify enabled devices as audio output?
@hheitzman
@hheitzman 6 ай бұрын
25:23 Haven’t tried it myself, but I would guess you could just pass in the other device id, as the code presented first switches to the provided device id (sp.transfer_playback), then starts the track with device id passed in too (sp.start_playback)
10 ай бұрын
Is this inspired by a board game called DropMix? It was made by Harmonix, authors of the Rock Band video game series. You would have a board with 5 card readers and cards with various songs. You would connect the board to your phone and it would automatically make mash ups based on the cards present. One cool thing is it you could stack cards, it would always read the last present card.
@judyvsworld
@judyvsworld Жыл бұрын
this is awesome!
@MakeItHackin
@MakeItHackin 2 жыл бұрын
excellent tutorial!
@NigelSeabourne
@NigelSeabourne 4 ай бұрын
Not sure if you are still keeping track off this project, i've just spent 3 days trying to build this project using a raspberry pi 4 with Bullseye OS. Cannot get it to work i cannot get the rfid stickers to scan. please help. Nigel
@ghostman3329
@ghostman3329 10 ай бұрын
Awesome ,good work 👏💯
@oussamabenmazhar5365
@oussamabenmazhar5365 Жыл бұрын
great explanation !! 👏👏
@haileyhunt7489
@haileyhunt7489 2 жыл бұрын
So cool! If you ever make a kit let me know I would love to buy it!
@lthrdoublee
@lthrdoublee 7 ай бұрын
I've installed raspotify using rpi 2b and it is not visible from my laptop or phone. I'm guessing it doesn't work with old rpi models? and since my rpi 2b is connected via lan cable, maybe raspotify only works over wifi?
@neoflix59
@neoflix59 10 ай бұрын
Where did you go. Your 2 videos are great. You shoul be making loads more
@JeyaganeshNarayanaswamy
@JeyaganeshNarayanaswamy 10 ай бұрын
Cool implementation 👍. Can’t wait till Spotify decides to remove a song due to licensing and the song never plays 😂
@joejoe6949
@joejoe6949 3 ай бұрын
Can you have play back on a Sonos and not on the pi. But have the pi do everything else ?
@pergee
@pergee Жыл бұрын
can i use youtube music instead of Spotify?
@jarvinIV
@jarvinIV 10 ай бұрын
One crazy thing that could be cool is to have it on gake vynils and make the vinyls float magnetically. Useless but futuristic...
@reese6871
@reese6871 15 күн бұрын
Do i even need the ipad if i connect my speakers straight to the raspberry pie?
@SH0RELESS
@SH0RELESS 2 жыл бұрын
My rfid doesn't find the card..
@lindseym6534
@lindseym6534 10 ай бұрын
Okay, I'm stuck again. Raspotify appeared to be a success download but it doesn't show up in spotify as an option. I'm only see the web player.
@keanojones9813
@keanojones9813 6 ай бұрын
Amazing video!
@ProjectCJ8co
@ProjectCJ8co 10 ай бұрын
This just go set up in my house works grate. The onlything is i am wondring if it works with sonos this is because i have thease all through my house and if it would work that would be wonerful. if not it woks fine as it just a way to improve :)
@maximkonechno8742
@maximkonechno8742 10 ай бұрын
Imagine 5 years later you want to listen your favourite song and Spotify lost licence for it. Must be fun.
@gageohman4242
@gageohman4242 2 жыл бұрын
omg this video is so good i love it but one question: how do you know which wires to plug into which GPIO pin?
@talaexe
@talaexe 2 жыл бұрын
thank you!!:) can you explain what you mean?
@orisingtide6566
@orisingtide6566 10 ай бұрын
I was wondering if I could recreate this project on my raspberry pi 3b, or if i need to get the newer model raspberry pi 4
@7Enea90
@7Enea90 2 жыл бұрын
Hello and thank you for this great tutorial. Is it possible to use this project without a screen? How can I boot up the RPI and use directly the RFID Reader?
@Laurenhowerr
@Laurenhowerr 2 жыл бұрын
I'm wondering the same thing!
@alexandrecornish4929
@alexandrecornish4929 2 жыл бұрын
Hey great video! One question, would it be possible to connect the raspberry Pi to a smart speaker such as google or alexa for it to play on there?
@OBRIENDCSD
@OBRIENDCSD Жыл бұрын
had that same question let me know if you get a reply
@fnuker4002
@fnuker4002 7 ай бұрын
hello, thank you for cool tutorial. But does anybody have issue with disconnecting raspberry from spotify after you hit play? 13:10 part in video
@aqua_hall2125
@aqua_hall2125 2 жыл бұрын
Awesome video! One question: Is it possible to add wireless speakers for this project?
@_STRIKEMEDIA_
@_STRIKEMEDIA_ 11 ай бұрын
Yes, the RPi can connect to wireless speakers via Bluetooth
Every Developer Needs a Raspberry Pi
27:27
Sam Meech-Ward
Рет қаралды 599 М.
Pi-Fi! A $200 TOUCHSCREEN streamer for Spotify, Tidal & Roon
20:33
Darko Audio
Рет қаралды 182 М.
How To Get Married:   #short
00:22
Jin and Hattie
Рет қаралды 19 МЛН
Worst flight ever
00:55
Adam W
Рет қаралды 24 МЛН
I Made my own Space Mouse for Fusion 360 using Magnets (DIY)
12:13
Salim Benbouziyane
Рет қаралды 1 МЛН
Building a haptic input knob from scratch!
11:29
scottbez1
Рет қаралды 1,1 МЛН
Why Are Open Source Alternatives So Bad?
13:06
Eric Murphy
Рет қаралды 641 М.
Revolutionize Your Spotify Experience for less than $15!
3:49
Make it for less
Рет қаралды 578 М.
Automating My Morning Routine - Modern-Day Record Player
8:58
Top 10 Raspberry Pi Projects for 2022
7:54
Jeff Geerling
Рет қаралды 1,5 МЛН
When you Accidentally Compromise every CPU on Earth
15:59
Daniel Boctor
Рет қаралды 825 М.
The E-ink Desk Accessory I've Always Wanted.
3:42
David Zhang
Рет қаралды 463 М.
I built my own graphics card
15:34
jdh
Рет қаралды 1,5 МЛН