Тёмный
Danny Murray
Danny Murray
Danny Murray
Подписаться
Danny Murray is a Computer Science and Physics Teacher from Dublin. These are some videos from lessons and also some videos about making things because it's fun to make things.
Scrolling Canteen TV Menu Project
34:15
7 месяцев назад
Make a Torch (LED + Coin Battery)
5:36
7 месяцев назад
LCCS Coursework 2023/24: All Requirements
58:43
7 месяцев назад
LCCS Coursework 2023/24: Basic Requirements
51:46
8 месяцев назад
Комментарии
@aniketkajania610
@aniketkajania610 9 дней назад
What vnc you're using??
@erdalbuumer1109
@erdalbuumer1109 10 дней назад
Thank you.
@AshLongie
@AshLongie Месяц назад
Im wanting to messureaprox 30cm wide will this messure that wide? Amd if theres an offset in temp between top and bottom will the sensor show ? Or will it just avrage the entrire ramge ?
@DanielMurrayMakes
@DanielMurrayMakes 29 дней назад
I don't know off the top of my head but you can check out page 27 in this datasheet for the angle: www.sparkfun.com/datasheets/Sensors/Temperature/MLX90614_rev001.pdf
@Dufftata
@Dufftata 2 месяца назад
i need something really simple to locate a human on a 1D-Line (not distance, not up-down, just "compass-style"
@DanielMurrayMakes
@DanielMurrayMakes 2 месяца назад
If it's a compass type setup then use a divider like cardboard between 4 sensors in a + sign. Or rotate one sensor on a servo like a radar dish.
@Toothpicks7
@Toothpicks7 2 месяца назад
im trying to make a game but can i ask u something? it still does not work and my game error says no file found in dictionary???
@johnicebourne217
@johnicebourne217 2 месяца назад
servix lmao
@jiernade4585
@jiernade4585 2 месяца назад
the music is a little loud
@Aiiamscreation71078
@Aiiamscreation71078 3 месяца назад
😮😮😮
@GigachadMann
@GigachadMann 3 месяца назад
I like how he went from Santa to Hippie with average indian music
@wojciechzielinski7825
@wojciechzielinski7825 3 месяца назад
The producer of this sensor isn't delivering, not even answering about orders. Be aware.
@firmaneffendi2801
@firmaneffendi2801 3 месяца назад
Really? I just got mine
@wojciechzielinski7825
@wojciechzielinski7825 3 месяца назад
@@firmaneffendi2801 i am waiting since april, when i am trying to contact them i am getting e-mail delivery errors
@Sham12344
@Sham12344 3 месяца назад
Are printing and taking from a textfile likely to come up ?
@DanielMurrayMakes
@DanielMurrayMakes 3 месяца назад
Text file read/write has not come up before but the word on the street is that the python guide was updated slightly this year and one of these tweaks was about reading files so now everyone is loosing their shirt over it. I've not done a comparison between the two guides but I'd defo spend 10mins reading and writing from a file in python just in case. It's not that hard to do so worth a look I'd say. It's more important that you're good with lists in general as they're always on Sec C. Sorting a list with .sort(), appending elements, getting the first and last element with [0] and [-1] etc.
@conorgilligan5262
@conorgilligan5262 3 месяца назад
im sitting my leaving cert exam in 3 days any last minute tips!
@DanielMurrayMakes
@DanielMurrayMakes 3 месяца назад
Exam Timing: 90 minutes to get 130 marks. That is 0.6 marks per minute. Times below give a tiny bit at the end for looking over your paper. Section A: 36 minutes for section A. Attempt all 12 questions regardless of only being marked out of 9. That is 3 minutes per question. Section B: You have 45 Minutes for sec B. So spend spend 25 minutes on 2 questions. Spending 18 minutes attempting all 3 questions should only be for those who are S-Tier Cyborgs. However when you do 2 (as most people do), choose your 2 carefully. Stop and take a full 2 minutes look through all the little parts of the three questions. Your favorite topic might not be the easiest that year. Not all questions are equal in difficulty. - Always write in bullet points and full sentences avoiding words like "it". - For any advantages/disadvantages or comparisons, remember STEM Safety Time Easy Money Eg. Compare Cloud vs Local storage ✅Cloud is safer because it's in temperature controlled server room ✅Local is safer because if your subscription to the cloud service is cancelled, you don't loose data. Weirdly BOTH of these are correct depending on what reason you give along with your answer! Students only mess up by forgetting what headings to compare things under or not giving a reason for their answer. Section C Python Comments: Include comments in your section C. Especially if you attempted something and didn’t get it working. Any valid attempt was rewarded. Broken code: Don’t submit broken code that doesn’t run. Instead just comment out the broken section and label accordingly. Attempt all parts. A lot of students didn’t even show an attempt for certain parts and they automatically got zero. Any valid attempt is worth demonstrating to the examiner.
@conorgilligan5262
@conorgilligan5262 3 месяца назад
Love your videos Danny Murray!
@David-wn8xo
@David-wn8xo 4 месяца назад
Hi can you reccommend me any websites to practice for the section C and python short qs . Also do you have any predictions on what might come up for section C this year? Thanks
@DanielMurrayMakes
@DanielMurrayMakes 3 месяца назад
Section C is usually: -Print -Comment -Input -If else -Add to List -Change List Items -Use a for loop to iterate through the list and do something with them (like a linear search). -Sort a list from highest to lowest. -Say the lowest or highest list element eg. (listy[0]) -Functions: Doesn't always come up but know how to pass something into a function and return it. A good tactic is to get the python reference guide cheat sheet for the exam and go through it from start to finish ticking off what you can do. They probably won't ask anything that's not on that sheet somewhere. You don't want the exam to be the first time you look at that sheet.
@David-wn8xo
@David-wn8xo 3 месяца назад
@@DanielMurrayMakes will the marking scheme be very harsh this year as the whole country did well?
@DanielMurrayMakes
@DanielMurrayMakes 3 месяца назад
​@@David-wn8xo Coursework had ALT3 Simulation for the first time this year so that might have been tricky for a few people. I know a few who didn't attempt the advanced requirements. It might balance out with the exam. I'd rather the coursework be harder than the exam because at the end of the day, if I was hiring a developer, I'd rather they be able to stick to a timeframe and deliver on a project than convert binary numbers. If I had a magic want it'd be 100% coursework.
@Akhimed
@Akhimed 4 месяца назад
Just wondering: does machine learning and cryptography come up much?
@DanielMurrayMakes
@DanielMurrayMakes 4 месяца назад
Advantages and disadvantages of Machine Learning came up in 2022 (Q2). I'd imagine with GPT being all the rage they might ask something about it this year. Cryptography might come up as one of those "sunday lunchtime puzzles". There's usally one of those as a short question each year which you could put under the heading of computational thinking. That said, they're kind of hard to study for so you won't get the same "marks per minute of study" doing puzzles as you might learning how to convert from binary to hex to decimel.
@David-wn8xo
@David-wn8xo 4 месяца назад
​@@DanielMurrayMakeswhat sections have the best marks per minute of study??
@Itz_hollow67
@Itz_hollow67 4 месяца назад
how do you make the background to the images transparent? im making mine in microsoft paint lol
@DanielMurrayMakes
@DanielMurrayMakes 4 месяца назад
MS Paint is the best! You click "Select" and then "Transparent Selection". Or if you're using google to get the image, on image search click "Tools" on the right, then "Colour" to the left and dropdown to "Transparent". That way it shows you only transparent images.
@Itz_hollow67
@Itz_hollow67 4 месяца назад
@@DanielMurrayMakes Thanks!! ill try thid in a bit
@nicoreyesruiz
@nicoreyesruiz 4 месяца назад
goat
@AdamMcGrath-qb6bh
@AdamMcGrath-qb6bh 4 месяца назад
this helped my friend thank you very much Danny Murray
@AdamMcGrath-qb6bh
@AdamMcGrath-qb6bh 4 месяца назад
great comment adam
@AdamMcGrath-qb6bh
@AdamMcGrath-qb6bh 4 месяца назад
@AdamMcGrath-qb6bh
@AdamMcGrath-qb6bh 4 месяца назад
thanks for the likes
@Herpy88
@Herpy88 4 месяца назад
Bot
@AdamMcGrath-qb6bh
@AdamMcGrath-qb6bh 4 месяца назад
@@Herpy88 I am not a bot Herpy
@MCXAVYT
@MCXAVYT 5 месяцев назад
OH MY GOODNESS THANK YOU SO MUCH THIS ACTUALLY HELPED ME A LOTTT!!!!!!!!!!!!!!!!!! YOU DESERVE MORE THAN 1.9K SUBSCRIBERS AND DESERVE MORE LIKES!!!
@ShannonWare
@ShannonWare 5 месяцев назад
Thank you!
@scott-ish404
@scott-ish404 5 месяцев назад
Marriage logic: It turns out my wife knew all about logic gates all the time and there was I, reading books and everything.
@tyler361t2
@tyler361t2 5 месяцев назад
ohhh, the ser.port thing will only send back data when the .hex is loaded in. i was confused and thought my one was broke. also, it's a whole different thing on linux so i had to use chatgpt for that
@Broswacked
@Broswacked 6 месяцев назад
38:25: just a timestamp for myself
@valerizzie
@valerizzie 6 месяцев назад
question does the model have to directly relate to the embedded system
@user-wv5le7ub6z
@user-wv5le7ub6z 6 месяцев назад
what are you at
@alicegallagher4061
@alicegallagher4061 6 месяцев назад
LOVE THE VID KEEP THE GRIND UP
@valerizzie
@valerizzie 6 месяцев назад
fr dawg
@Snaveed06
@Snaveed06 6 месяцев назад
Superb stuff dan, good on ye. legend. what a sound lad. much appreciated. love fom pakistan 🇵🇰.
@Snaveed06
@Snaveed06 6 месяцев назад
thanks i wery much lofe computer science
@box792
@box792 6 месяцев назад
Why do we even use Thonny when there are other text editors or IDE's?
@user-uo3kx8np8z
@user-uo3kx8np8z 6 месяцев назад
Would I be penalised for using some of your code that’s online for the advanced requirement section ( But not have it as a light sensor and change many of the variables and the what if questions)
@CongruentYT
@CongruentYT 6 месяцев назад
11:50 There's very small text at the bottom saying "this diagram has some mistakes", but you don't point them out directly. 1. The comparison shows <= and >=, which doesn't make sense when a number is equal, it would fit into both categories. It should be just < and >=. 2. The diagram doesn't show any swaps
@sp1der_968
@sp1der_968 6 месяцев назад
Hey, i clicked your github link to access the code but it doesn’t work it stays the file is too large to read. Any fix for this?
@cazftk
@cazftk 6 месяцев назад
I got the same thing
@Yukitriggered
@Yukitriggered 6 месяцев назад
Could you recommend me any ideas I could do with a heart rate monitor
@Yukitriggered
@Yukitriggered 6 месяцев назад
Hi for the leaving cert project , can you recommend me any ideas I could do with a heart rate monitor?
@reddevils99
@reddevils99 6 месяцев назад
Hi Danny, whenever i run the first block of code you put it, i get an error saying: ser = serial.Serial() AttributeError: module 'serial' has no attribute'Serial' Do you know how i could fix this?
@Akhimed
@Akhimed 6 месяцев назад
Uninstall and reinstall serial
@flashrocks1
@flashrocks1 6 месяцев назад
Unistall serial module if you installed it, it will use the pyserial built in module by default
@catgamplay
@catgamplay 6 месяцев назад
Please help My code: from pygame import mixer from time import sleep mixer.init() mixer.music.load("uc.mp3") error: Traceback (most recent call last): File "-----------\ConnectLink\Main\test.py", line 1, in <module> from pygame import mixer ModuleNotFoundError: No module named 'pygame'
@BiggestNaviaFan
@BiggestNaviaFan 6 месяцев назад
thanks a lot this helps with my text based boss fighter
@HeidiNielsen-hk2kj
@HeidiNielsen-hk2kj 6 месяцев назад
I see a lot of other people who encounters the same issue as me, that when doing the "i2cdetect -y 1" the sensor connceted does not show up as 5a. Has anybody found out how to solve this - or is it simply because the sensor does not work? I have tried with two different RPs but none of them could find the sensor. The sensor was brand new and connected accordingly.
@nolanvanscyoc3321
@nolanvanscyoc3321 7 месяцев назад
"Promosm"
@thegrimesteacher
@thegrimesteacher 7 месяцев назад
19:12 - Validating data (important) 30:00 - Predictive model 3 variables healthy rant. 32:46 - Multiple Linear Regression setup. 38:22 - Validating data (i.e. Mean Squared Error) and model accuracy. 39:11 - PREDICT MOOD using the model (i.e. the data). 39:21 - Data types. 40:04 - What-if question 1 example. 42:35 - What-if question 2 example. 43:29 - What-if question 3 example.
@user-oh4lw7zq8p
@user-oh4lw7zq8p 7 месяцев назад
Почему все неправильно направляют светодиод ? Он светит в сторону !
@atlaslin1602
@atlaslin1602 7 месяцев назад
why the green LED alwayse turn on even when use AO output ?
@DanielMurrayMakes
@DanielMurrayMakes 7 месяцев назад
Here's some bugs people are having this year with their coursework and how to fix them: - BUG: Micro:bit serial data being chopped off, missing letters or digits: -FIX: If you have makecode.microbit.org/ open at the same time as Thonny, it is causing the data to be split between the two. Close your browser. Just have Thonny open. (Thanks to Stephen Grimes for this fix) - BUG: Getting a check version error with Matplotlib even with the latest version installed - FIX: Roll back the version of Matplotlib to an earlier version (Thanks to Dylan Doyle for this fix)
@syedshaharyarhassan4241
@syedshaharyarhassan4241 7 месяцев назад
Can u show how u assembled it?
@Zozzy111
@Zozzy111 7 месяцев назад
Thanks 🥸
@erioluwaajani3353
@erioluwaajani3353 7 месяцев назад
Thanks for this video Can i just make up my data for the graph or do i need to get it from like kaggle
@tyler361t2
@tyler361t2 7 месяцев назад
hey danny, youtube lets you timestamp your videos so it's split up into chapters so that might be something you want to look into for something this long and in-depth . great video!!
@keithburke
@keithburke 7 месяцев назад
Great job my friend.
@EthanSmyth
@EthanSmyth 7 месяцев назад
Informative video. thank you. thanks.
@user-jl6ou5kb7l
@user-jl6ou5kb7l 7 месяцев назад
hey man need one help can u provide me CTET EXAM PREDICTED QUESTION PAPER USING PAST 6 YEAR QUESTION PAPER I HAVE CTET EXAM ON 2OTH JAN . SYLLABUS IS SO VAST THAT ITS NOT POSSIBLE TO STUDY ALL TOPICS .REGARDS