you make me blush :) I just had another idea while listening to this episode: the zcheduler will be the one running the dijkstra, right? so it will be in charge to calculate pathes for each and every zoomie requesting a path. now imagine the following: after calculating one "shortest" (best) path for a zoomie it increases the weight for all edges used in this path a little bit --> it gets more likely that the next zoomie would not use the same roads. The more zoomies use the same road, the more likely the next path will pick another road. --> avoiding traffic jams by spreading the traffic. of course you have to decrease the weight by same little amount when a zoomie has reached it's destination ... hope you enjoyed your pizza tonight! tomorrow we have friends over at our house and we'll be making a whole [put right word for those steel plates of the oven here, how do you call them?] of pizza with lots of toppings ... my mouth is watering just by thinking of it ^^
@MakingStuffwithChrisDeHutКүн бұрын
Good morning Tomek, always great to hear from you. I think that would be another great experiment and demonstration of the power within these algorithms. It will be very interesting once this whole thing is up and running and we can try out all these changes and watch the behaviors in the "real" world. You pizza sounds MUCH BETTER than mine!!! I think the thing is called a "Baking Plate". I am going to suggest to my wife we get one so that we get more consistent crusts and hopefully less spilled cheese on the burner which causes the fire alarms to go off! Come Friday night I am too exhausted to jump up and start opening all the doors and windows so those things stop screeching! Cheers! Chris
@tomek3633Күн бұрын
@@MakingStuffwithChrisDeHut "baking plate" sounds plausible to me, thanks :) OH NO! No fire alarms ... anoying loud ear-penetrating sounds, terrible. Maybe I'lll send you a picture of our pizza, so you can get an impression - but dont get tooooo jealous ;)
@MakingStuffwithChrisDeHut18 сағат бұрын
@@tomek3633 Definitely share the photo! It might motivate me to make and cook a proper pizza instead of eating a frozen pizza.
@tomek36338 сағат бұрын
@@MakingStuffwithChrisDeHut check your emails and get ready to have your mouth watered :)
@wktodd2 күн бұрын
Your SPF would probably best be weighted by travel -time over the segment, that way your bypass will be quicker because of fewer junctions .
@tomek36332 күн бұрын
exactly. try using a "penalty" for every turn the road makes. that would prefer the straight roads
@MakingStuffwithChrisDeHutКүн бұрын
Good morning wktodd, I am really looking forward to trying experiments on just the SPF aspect of the ZoomTown experiment. I think it is going to be a lot of fun. However, I still have a massive amount of work to do before that though. Thanks for sharing you thoughts and suggestions, always appreciated. Cheers! Chris
@XexusNH2 күн бұрын
SPF (Shortest Path First) is used in network routing, which takes in the "cost" of all potential route to find the most efficient path directing traffic. Not only does it avoid congestion along any one path, if there's a break on the network, the algorithm can make quick rerouting accordingly. I imagine you could one day make the algorithm respond should a Zoomie fall over and cause a road block.
@MakingStuffwithChrisDeHutКүн бұрын
Good morning, Thanks for sharing your wisdom about this. I would have never guess that it would apply to network routing as well, that is amazing! Cheers! Chris
@chrismofer5 күн бұрын
I wish i could get the pico scroll working with C code. having a hell of a time compiling it without errors.
@MakingStuffwithChrisDeHut4 күн бұрын
Good morning chrismofer, That is unfortunate, maybe one of the viewers here can help with C. Personally, I am not a fan of C so never program in it anymore. Sorry I can't be of more help. Chris
@peterwest11585 күн бұрын
Hi Chris. I adapted your program to drive a dual 7 segment LED display and then included code from another demo that writes both numerals and possible alphas. It worked well after debugging "fat fingers". I then added a second MCP chip to drive a second dual 7 segment display. I had issues with the second MCP causing various errors which were not consistent. Even when I disconnected the first chip. After a lot of research I came across an article on a Python user group that recommended using pull up resistors on the I2C lines. I used 10K pull ups and the issues were solved. Its all working now once I remembered to use "global" in my MCP select function. Any further videos on the MCP chip? Thanks for an interesting channel.
@MakingStuffwithChrisDeHut4 күн бұрын
Good morning peterwest1158 , always great to hear from you! That sounds like a really fun project!!!! - Well, let me be honest though, without the mistakes :-) Thanks for sharing that information about the i2c requiring pull ups. Not always needed so often they are not implemented. But when problems arise, it will ruin your day (week, month). I had a situation where the the project would run fine some of the time without pull ups. Eventually I figured out that if the power supplied isn't up to the demand, it creates problems in i2c as well. I believe it is because the weak internal pull ups are even weaker with sub-standard supply power. Thanks again for sharing you experience!!! As for more videos using MCP chips - I would like to as they are SO USEFUL with microcontrollers. I just need the time to do it. Cheers ! Chris
@deadly_dave6 күн бұрын
I have another method I use. I bought a cheap USB dongle, with 4 USB ports, each with their own power switch. You can plug in the pico to any port and leave the switch turned off.
@MakingStuffwithChrisDeHut5 күн бұрын
Good morning deadly_dave ! Thanks for sharing those ideas, all very helpful. Cheers! Chris
@deadly_dave5 күн бұрын
@MakingStuffwithChrisDeHut Good morning to you too and you are most welcome.
@harryman017 күн бұрын
Instead of using pneumatics you can use a solenoid and a spring , it simple less parts and cheaper
@MakingStuffwithChrisDeHut6 күн бұрын
Good morning harryman01, Yes solenoids are a good alternative for actuators. However, in this case, pneumatics were the best choice especially since I already had most of the components. There is one specific actuator that pushes the spindle locking wrench forward. That one has to stay powered the entire time while trying to advance as another actuator tries to engage the socket with the collet nut and ultimately turn the spindle until the wrench can engage. Not all solenoids can tolerate long On-Times whereas the pneumatic cylinder can stay active for days without worries (of course something else would be rally wrong if that happened!!!!). Cheers! Chris
@JohnWaller-i8z8 күн бұрын
Try electrical tape to build up the cable diameter then use the heatsrink
@MakingStuffwithChrisDeHut8 күн бұрын
Good morning JohnWaller-i8z, Thanks for adding that bit of Wisdom! Cheers! Chris
@deadly_dave6 күн бұрын
Alternately, You can use smaller shrink wrap and use 2 screwdrivers to stretch it out first. It'll stretch to about double it's original diameter and then it should shrink back enough to wrap the wire.
@Starlight-AG9 күн бұрын
hello again Chris. I am into pico programming as well but I also have a 50+ yr history in electronics so I know what you are talking about. A few years ago when I started with the pico designs and breadboarding I also did not separate the Power supply for the breadboard and the laptop USB power. Luckily, I did not run into a problem but it was constantly on my mind and bugging me. So, on the Pico website (in the pico documentation) they address this with the jFET solution. So I designed a small circuit board to handle this, had it made in China by JLCPCB and it works (and looks) great (for those with a passion for PCB 'art') There's my questionable sanity again. I am somewhat embarrassed to say, your solution did not even occur to me at all. It makes perfect sense and is actually quite an elegant approach. I thank you for sharing that idea and I will certainly take advantage of this method moving forward. I generally design test equipment and vintage amplifier restore/modifications in which I at times use a Pico. In such instances I will simply not connect the USB power line in the project case to the Jack on the back of the enclosure being used but for development/breadboarding purposes I will do a cable cut as you have shown. It will be considerable less work than putting hundreds of new Dupont ends on my jumper cables I mentioned on a previous video of yours. Thanks again. Regards to all. 🇨🇦
@WizofOz6510 күн бұрын
nice video - will try this at a later date
@MakingStuffwithChrisDeHut9 күн бұрын
Good morning WizofOz65, I am glad you liked the video, I hope your project comes out great. Cheers! Chris
@MrAlexanderk6910 күн бұрын
great build !!! great video with lot of information . At 7:24 this tip help me , finally , a lot.. 😊Now my holes are dead center! I started to build a same drill press with SBR12 rails and i had an issue of alignment the rails .as you said in the video at 28:40 i follow the same procedure and "voila" 😊.Thank you for sharing your knowledge !!!🎆🎆🎆
@MakingStuffwithChrisDeHut9 күн бұрын
Good morning MrAlexanderk69, Wow, you are certainly an attentive viewer!!!! I am very happy to hear that you benefited from that video and I hope you project comes out great! Cheers Chris
@rjbrake10 күн бұрын
Anyone who puts their name in their channel, and SAYS IT IN THE BEGIN OF VIDEO, FUCKIN CUNT.... DO NOT MAKE ANOTHER VIDEO
@tomek363311 күн бұрын
New music ^^
@MakingStuffwithChrisDeHut10 күн бұрын
Hello Tomkek! It has been a while since you posted, very glad to see you again. Yes, new tunes in hopes of changing things for the better. There have been a number of recent problems with the experiment causing me to rethink the methodology yet again. I am currently in the midst of a complete rewrite of the Zoomie program, I think this version looks a little more 'classy'. I still have this random "crash" problem that I have been working on, driving me nuts. Unfortunately the rewrite has not fixed it nor has it helped me getting any closer to it. However I keep plugging along on this crazy project. Anyway, good to hear from you again! Cheers! Chris
@tomek363310 күн бұрын
@@MakingStuffwithChrisDeHut hahaha, I experienced this state a lot in my life ... rework and improve, sometimes rewriting the whole code - but it is always better than before. So, keep on and cheer up, everything will be all right ... zoom-zoom ...
@tomek363310 күн бұрын
@@MakingStuffwithChrisDeHut and yes, I have been on vacation with my girlfriend. We visited the island of Ibiza and used our low-level skills in spanish language. It was nice and warm (27°C) and when we flew back home, we had 7°C ... brrrrrr ... cold germany ...
@MakingStuffwithChrisDeHut9 күн бұрын
@@tomek3633 Thanks for the encouragement and sharing your experiences with these "rework" situations!!
@MakingStuffwithChrisDeHut9 күн бұрын
@@tomek3633 Awesome, you took a vacation. My wife and I used to do that but not anymore. Isn't if fun using those "low-level" speaking skills in an effort to survive :-)
@johnpieraccini917313 күн бұрын
Great class. Thanks
@MakingStuffwithChrisDeHut11 күн бұрын
Good morning johnpieraccini9173 , I am glad you liked it. David was such a great instructor and really put a lot of thought into his presentations. Cheers! Chris
@neildodson91514 күн бұрын
Many years ago while I was learning to program an Intel 8085 in assembly code, One day, I finally learned how to create an Interrupt with a timer. It was an Erika moment. It seemed so many jobs back then needed precise timing. and I was having no fun creating timing loops. Once I could create a 10 mSec timer interrupt, I could time anything very nicely. That day, I told myself that I could now control anything. And, it turned out true. Learn these timer, interrupt operations and you will put these pico controllers into a whole new world of control. Thanks Chris for sharing!
@MakingStuffwithChrisDeHut13 күн бұрын
Good morning neildodson915, Thanks for sharing your experiences, it certainly helps others understand the importance of all functions of a microcontroller and how we can control things. Cheers! Chris
@mihailemnaru891916 күн бұрын
You've made a lot of progress, you've got a little more, I can't wait to see the city at rush hour. :). Thank you you are the best.
@MakingStuffwithChrisDeHut15 күн бұрын
Good morning mihailemnaru8919 !! Yes, things are moving along in some ways, but not others. From the start with this project I knew there would be a point when I have to do a "restart" and I hit that about a month ago. As the whole system came together, the weaknesses revealed themselves and caused all sorts of operational problems. Debugging all those problems has become VERY DIFFICULT because of the two systems now controlling things. Currently I am rewriting the Zoomie's program in an effort to simplify what it has to do and make it more reliable and more easy to read (it became very messy). The good news is, most of the pieces of the puzzle are there, I just need to reorganize them a little bit to hopefully make it run reliably. Cheers! Chris
@Ori-Retro-Gamer16 күн бұрын
Thank you Sir for this great project, your channel should be much bigger, I, like you , am a tinkerer, maker, with a love for radio, so this project hits all the spots 😊
@MakingStuffwithChrisDeHut16 күн бұрын
Good morning Ori-Retro-Gamer , THANK YOU VERY MUCH FOR THE KIND WORDS! I wish I had more viewers too, I just can't find the "magic" thing to do. Last year the channel was growing very nicely, this year (all of 2025) has shown very slow growth. No matter what, I like doing the videos and enjoy the process of sharing my experiences. Cheers! Chris
@Ori-Retro-Gamer16 күн бұрын
@MakingStuffwithChrisDeHut yes, it seems like KZbin is not pushing the content based on subscriber interest, just what it's hyped up by the ever changing algorithms, just keep producing your high quality videos, based on your own interests and values, I'm 51 years old and am only looking to support your kind of channel and content. Subd, will keep my eye on my notifications 😊
@MakingStuffwithChrisDeHut15 күн бұрын
@@Ori-Retro-Gamer Thank you very much! You are my kind of audience! Cheers Chris
@kennethrich210717 күн бұрын
Just wanted to say thanx for posting this vid. I bought the crimpers you highlighted, and they work really well. Well made for sure. They fall under the brand name of iCrimp, but the part number is still the same. This whole time I was meticulously soldering the pins, not knowing how to actually use the crimp tool. Now my RC Tank hobby is much more enjoyable and the Dupont connectors are way more reliable. Thanx again kind sir.
@MakingStuffwithChrisDeHut16 күн бұрын
Good morning kennethrich2107, I am happy to hear that I was able to help you with your wiring madness, stay happy my friend. Cheers Chris
@cncdavenz18 күн бұрын
Just found your channel. Looks very interesting with many projects to keep me in the workshop. Thanks Dave.
@MakingStuffwithChrisDeHut17 күн бұрын
Thanks Dave! I am always looking for ways to make projects easier and more accessible for people like yourself. Cheers! Chris
@AudioNyq18 күн бұрын
kzbin.info/www/bejne/fqfEq42DlM1mjq8feature=shared&t=250 "Sometimes it's a little tricky getting it ..." Double click on the line number rather than single click.
@MakingStuffwithChrisDeHut17 күн бұрын
Good morning AudioNyq, Thanks for clarifying that and making it easier for everyone!!! Cheers! Chris
@bacskje259821 күн бұрын
i recently bought a few crimping sets and i too had this experience, the jaws were very sharp and felt like they made really nice crimps. was a different brand but they looked a very similar
@MakingStuffwithChrisDeHut21 күн бұрын
Hello bacskje2598, I suspect there is one mfg making these crimpers with many different brand names, this is very common in Chinese manufacturing. The quality of these, especially on the die surfaces, is remarkble. Usually there would be be steel stampings as opposed to precision machined (they stated they are cut with EDM machines and it looks like they are). I am glad you found joy with your Crimpers as well! Cheers! Chris
@SqueegeeDinoToy22 күн бұрын
Just ordered mine. Absolutely have struggled endlessly with these connections when they crop up at work, hope your recommendation helps aleviate some of that trouble!
@MakingStuffwithChrisDeHut21 күн бұрын
SqueegeeDinoToy, If your current method is as bad as mine was, your going to be happy you got them. Cheers! Chris
@Starlight-AG23 күн бұрын
Hi Chris. A couple years ago I went through the same process working with Dupont connectors. You are correct, it takes a bit of practice but I didn't really mess up too many. I do a lot of breadboard design work and I found the cheap ready made jumper sets were very 'iffy' and so many problems with my designs was due to the pre-made wires. Most are molded not crimped ends and they usually have round ends and slightly thinner pin diameter. In fact I had so many problems I decided to get a crimper, similar to your iwiss brand and bought a ton of mostly male pins and housings. Then I actually cut off and replaced ALL the ends on my pre-made cables (hundreds of them). I'm sure some will say my sanity is questionable and they may be partially correct. However, I wasted so much time and energy trying to troubleshoot problems that ended up being poor connections of the pre-made wires that it was worth it. Needless to say I got a lot of experience with the crimper tool & process and that is always good. I also tried soldering some of those pre-made cables in a few instances and found an interesting fact. Many (most) of the wires from the pre-made sets could not be soldered! Turns out they were not actually copper wire inside. I assume they were aluminum but actually looked like copper color. I actually measured the resistance of the pre-made 'aluminum' cables with a crimped cable I made from different wire (copper) and the aluminum was measurably higher resistance in every case. The reality is the difference would have made no functional impact but it was interesting to see. Well I rambled long enough. My summary is YES the crimper tools are excellent (yours & mine anyway) but the ready made jumper sets can be dubious quality. This can be improved by crimping your own ends on them instead but, it's a lot of work. If you're new to breadboarding and have a problem especially inconsistent results, try replacing the cable(s). Regards to all - happy breadboarding. 😁🇨🇦
@MakingStuffwithChrisDeHut22 күн бұрын
Good morning Starlight-AG, Thanks for sharing your experience with everyone. Having your sanity questioned in such situations demonstrates your commitment to excellence!!!! I also looked deeper into the stiff commercial jumpers with Dupont connectors and frankly I am not sure what that wire it made of. I was so puzzled, I took a magnet to it in an effort to see if it was STEEL -it wasn't. Thanks again for sharing your experiences. Cheers! Chris
@georgesomaru897324 күн бұрын
What's a good resource for learning Python on Thonny?
@MakingStuffwithChrisDeHut23 күн бұрын
Good morning georgesomaru8973, I am assuming you are new to computer programming and thus your first experience with it... I have a lot of examples on this channel showing how to work with sensors and I often walk the viewer through the test code explaining each line. This can be helpful to understand the "workings" of a program. However it is somewhat difficult if you don't have a fundamental understanding of programming. Because of this, I am considering starting a new series on the channel for people just like you. As it is still a fermenting idea, nothing is 100% yet but I am working towards this concept for teaching the basics Using PICO and Thonny (I like it and it is very affordable for everyone) Focus on using MicroPython (the micro controller subset language) Start with the requirement of a person wants to learn but knows NOTHING Cover concepts of what is needed to make a program function Cover concepts of how a program solves problems Build up the programming knowledge in small steps : frequently used "simple" functions that are used in almost ALL programs. I would certainly love to hear your feedback about this idea! Cheers! Chris
@electron4627 күн бұрын
Excellent videos, Chris. Please tell me how you increased the icon size at the top without increasing the editor font size. I had to change the UI scaling factor to 2.5 to boost the icon size, but then the font got gigantic. Thank you.
@MakingStuffwithChrisDeHut26 күн бұрын
Good morning electron46 , I wish I could remember how I did that!!!!! One of these days I will get ahead of projects and try to figure that out again because those tiny icons are REALLY HARD TO SEE. Sorry. Chris
@knlklabacka27 күн бұрын
Great explanation and video. Thanks Chris!
@MakingStuffwithChrisDeHut26 күн бұрын
Glad you liked it! Cheers Chris
@wangleimail29 күн бұрын
Hi, how to read bi-polar range of analog input voltage? Unless it's a temperature sensor, most of the real-world sensor output range from negative to positive voltage.
@peterwest115829 күн бұрын
Hi Chris, I am following the series with great interest. The sprites seem to be a useful mechanism, I look forward to later episodes. One thing I have wondered about is a global parameter to tell the Zoomies whether they are left or right handed. Would make things easier for those of us who drive on the left hand land to visualise the system. Would this have impacts on the Zoomie world eg the placement of the magnets etc? Your thoughts. Peter
@MakingStuffwithChrisDeHut28 күн бұрын
Good morning Peter!!!! Let me answer your question first... No. As you suspected, the mechanical interaction between the Zoomie and the placement of the magnets would prevent that. Unfortunately, this past month of testing may be proving my concept of using the magnets is not reliable as well. Not actually the magnets, but their placement and my implementation of the idea. The problem I cannot fix is that the method is not reliable enough and certainly not consistent enough for absolute positioning. I can spend a whole week tweaking the code and the preset values and the pre-position values to get it to work. Two days later problems start happening again - it is very odd. This is with just one zoomie being tested. If I do test runs with a different Zoomie I have slightly different behaviours. Today (10/20/2024) will be my last day trying to find a universal solution to this problem and I will have to look at an alternative methodology. Thanks for the feedback and question, always great to hear from you! Cheers! Chris
@wktoddАй бұрын
Hi Chris, your blockers have the same basic function as traffic lights. Why not just add traffic signal logic to each junction ( many of them here have stationary vehicle detectors so the lights stay green most of the time)
@MakingStuffwithChrisDeHut29 күн бұрын
Hello again! That is where I started with the original concept and may end up back at it. Currently I am just letting my imagination wander around to see what other methods may be possible. The more I have been looking into this ( handling collision avoidance), the more I am seeing that it is a very complex issue to deal with based on the limited sensing systems the Zoomie has available. As of today (10/19/2024) my thinking is that I am going to just keep thinking on the issue for now. I hope to start having the system running in automatic mode within the next month or so (everything takes SOOOOO long to do at this stage). With that, I can get a better understanding of what and where the highest potentials are for crashes and narrow down some potential solutions. Thanks VERY much for the feedback and suggestions! Cheers! Chris
@wktoddАй бұрын
Re: your "safe" right turns. Are you sure the zoomie behind the turning one will be able to see it at an angle? If not, perhaps add a cornerhcube reflector to the rear of each zoomie .
@MakingStuffwithChrisDeHut29 күн бұрын
Good morning wktodd, I am not sure of anything on this experiment - LOL!!!!! The last month I have been battling some strange issues regarding positional feedback that did not exist before. For this particular issue, my concern for "safe" has to do with the Zoomie making the turn. The Zoomie behind is somewhat safe. As for a reflector, I don't think that would work with the sensor as it is actually measuring the "size" of the light beam to determine distance. I have not tried it but I do know this, if the surface is not large enough, flat enough, and ideally white enough, it does not work very well. I found this out with the "parking barriers". The fist designs I created were about 20% smaller than the ones I have now. I made them bigger because I could not get reliable distance readings. Cheers! Chris
@ricardoboza6880Ай бұрын
Hi Chris, thanks for the information. Just curious, why are you using SCL (Pin 10) from I2C1 and SDA (Pin 11) from I2C0?
@ricardoboza6880Ай бұрын
I see, I think you are using different pins in the schematic than in the code? Thanks.
@chandikawarnakulasooriya1923Ай бұрын
Great tutorial
@MakingStuffwithChrisDeHutАй бұрын
Good morning chandikawarnakulasooriya1923 THANK YOU and I am glad you liked it. Cheers! Chris
@tubeDude48Ай бұрын
There's an issue with the Pico 2 and the GPIO Pins. DO NOT BUY at this time!
@MakingStuffwithChrisDeHutАй бұрын
Good morning tubeDude48, Yes, I have been following that closely and have also requested if they have a plan for an updated version that fixes the issue. While not an official response, it does not appear so. Also when I was checking into this, the "official" stance from the engineers on the forum indicated that it actually wasn't determined to be a problem. While I don't believe the reported issue renders the chip and PICO 2 useless, it is a red flag to me that I will wait a while longer before using one. I am too old to waste time figuring out if something is wrong because of my program or because of hardware that doesn't work as expected. Cheers! Chris
@wktoddАй бұрын
@@tubeDude48 The issue is not that bad, It is simply that the leakage current whena pin is in input mode is sufficient to pull an OPEN pin up to a unstable logic level, if the weak pull down is used. Simple fix is to use normal ttl practice and have all unused inputs pulled high. If the input is driven then all is fine.
@tubeDude48Ай бұрын
@@wktodd - Yes, I'm well aware of the problem!
@wktoddАй бұрын
Just create a location class instanciate one of eac location then add or pop the class into and out of a in_use / unoccupied lists or classes , once you've popped a location out of the unoccupied list the random generator can pick one of the location objects, read its location.address and program a travel plan to suit.
@MakingStuffwithChrisDeHutАй бұрын
Good morning wktodd, Thanks for the suggestion, much appreciated! Cheers Chris
@wktoddАй бұрын
@@MakingStuffwithChrisDeHut It occurred to me that your 'exclusion' zone idea has a similar function to our UK mini roundabouts (basically a large white dot painted in the middle of a junction), in that it changes the priority of the junction to allow turnsacross the flowof on coming traffic into the side junction, even in heavy traffic (or it would if half the drivers knew how to drive!)
@MakingStuffwithChrisDeHutАй бұрын
@@wktodd HA HA HA HA, you should see how bad the American drivers are when experiencing a roundabout! 3 things I have noticed drivers being really bad at: 1) Roundabouts, not sure why, it is pretty simple. 2) 4 way stop intersections, oddly, the first people to stop wave you to go first. 3) Merging traffic - instead of merging at the merge point, people get into the through lane miles before the merge point leaving the other lane empty.
@robingeorge6672Ай бұрын
I'm a beginner in electronics, and I'm trying to understand where the value 0.00005 comes from in the code for converting the ADC reading to voltage on the Raspberry Pi Pico. The calibration offset is 550mV, and I calculated the step size as 3.3V/4096 = 0.000805 and can be rounded off as 0.0008, but I still don't understand how that specific value 0.00005 was derived. Please correct me if I'm wrong and clarify this for me.
@MakingStuffwithChrisDeHutАй бұрын
Good morning robingeorge6672, While reading your question I recalled that .00005 value used as a constant. I looked at the source code to confirm, then I looked through my notes for that story. I cannot recall anything to indicate why that value was used. What is even more concerning is how I got correct temperature readings with that value. The difference between .00008 and .00005 would have a very large impact (13.4 C) on the output. Thank you for bringing that to my attention! I will have to update the source code and retest the results in an actual circuit. THANK YOU! Cheers! Chris
@craigcook1571Ай бұрын
That’s slicker than snot
@MakingStuffwithChrisDeHutАй бұрын
Good morning craigcook1571 , Yup, sure is cool stuff. Cheers! Chris
@davidandrews8566Ай бұрын
Great stuff 😊
@MakingStuffwithChrisDeHutАй бұрын
Good morning davidandrews8566, Glad you liked it!!!! Cheers! Chris
@SL-ez7qnАй бұрын
Thanks for sharing this information. Very informative. What type of wood is best for the beginner?
@MakingStuffwithChrisDeHutАй бұрын
Thanks for the feedback and kind words!! BASSWOOD is the goto carving wood. Cuts easily and has clear and straight grain. Walnut is another wood that carves nicely but is usually more expensive. Cheers! Chris
@ritgup2002Ай бұрын
i am having difficulty in reading the data i used the same code and same hardware my reading are in range of 0.1-0.3 degrees Celsius please help Chris
@MakingStuffwithChrisDeHutАй бұрын
Unfortunately it is pretty hard to diagnose a problem when the only thing you are provided is the symptom you experience. Check your wiring (most often the problem). Check your connection to PICO (easy to miscount pin numbers) Sensor could be bad (depending on source, frequent cause) If you typed in the code, double check it ( very frequently the cause) Certainly possible, something is wrong in the code I posted. Chris
@stevenwoods3066Ай бұрын
Instead of doing a re-saw, use the table saw
@sippawithАй бұрын
Great video!, How much data can you store with this configuration?
@MakingStuffwithChrisDeHutАй бұрын
Glad you liked it. There is 2 mb of flash memory but that is also used to hold you programs, and the information you installed with the UF2 file. If you need a lot of storage - check out my other video on how to use an SD card with the PICO - you can store a LOT MORE data with that. Cheers! Chris
@sippawithАй бұрын
@@MakingStuffwithChrisDeHut alright, thank you!
@davidandrews8566Ай бұрын
Hi Chris, you are surely living the dream now. 😊
@MakingStuffwithChrisDeHutАй бұрын
Getting close - but so much more work ahead. In a few days I will be posting another update with the "Master To Do List" - ugh Cheers! Chris
@himes1821Ай бұрын
Question: (I am a beginner when it comes to this stuff so bare with me if my question has a super simple answer.) If the switch you used is rated for 10A 660V how were you able to power the switch through the pico? Was it simply because the Switch only needed the Volts and Amps needed to power the LED? I thought the component has to match the out voltage of the controller? If so, does this mean I can buy a 16v switch and use it as long as the application I plan to use it with doesn't output more than 5V?
@MakingStuffwithChrisDeHutАй бұрын
Good morning himes1821, Electrical and electronics is a complex playground. Switches are rated for how much Voltage and Current they can safely switch on and off. That is their MAXIMUM rating. They can also switch on and off the lowest of voltages and currents. To further explain, purchase a switch rated for at least the voltage and current you plan to control (switch), it will be fine for everything below that as well. I hope that helps, Cheers! Chris
@RobavhtubeАй бұрын
Hi Chris, my script starts with "from machine import Pin, Timer". When I try to debug, the first thing Ï get is an error: "machine not found". My Pico is engaged. What can I do? Regards, Rob
@MakingStuffwithChrisDeHutАй бұрын
Good morning Robavhtube I never recall experiencing that so I asked Google and found some answers but they varied greatly. Unfortunately I don't have an answer at the moment to offer. When I get in the workshop this weekend if I have time I will try a few things that I think could cause that and if I find anything I will share it. Cheers! Chris
@RobavhtubeАй бұрын
Thanks a lot, Chris, also for the quick answer.
@HomeWithDrewАй бұрын
Do you have a link to the fans? Im interested in getting an inline fan that can work safely with solvents. Do these fans work ok with these paints and their flammability? Thanks for the video and love the filter magnets. Im going to utilise that with my filter changes. I plan to use extra inkine filters to remove the smell. Thanks again
@MakingStuffwithChrisDeHutАй бұрын
Good morning HomeWithDrew, The booth was intended for use with non-flammable paints (wood construction, plastic components etc.) and the fans, while being brushless are not rated as Explosion Proof. Those fans can easily cost hundreds of dollars or more. This is a link to the Amazon store that sells the fans I used. They have more choices today that might be suitable for your needs. www.amazon.com/stores/ACInfinity/page/16FAF5B9-1BA1-499D-AC31-B85736AF165C?ref_=ast_bln&store_ref=bl_ast_dp_brandLogo_sto Cheers! Chris
@samverveАй бұрын
Hey! Thats brilliant! Thanks for sharing 👍
@MakingStuffwithChrisDeHutАй бұрын
Good morning samverve, I am glad you liked it! Cheers Chris
@AndrewneeringАй бұрын
I'm located in Westchester IL, my company would love some help in converting our avid machines to closed loop steppers if you had time!
@MakingStuffwithChrisDeHutАй бұрын
Good morning Andrewneering, It would be fun if I could, unfortunately, time is not something I have a lot of. Between: life, KZbin, and my real job, I have so little time left. For my real job (CNC Applications Engineer) I often work in that area (lot's of industry around the airport). If I ever have time while in the area, I wouldn't mind stopping in to see what you got going though. Cheers Chris
@abdulrahmanbadran7849Ай бұрын
Amazing!!!!! I am blown away
@MakingStuffwithChrisDeHutАй бұрын
Good morning abdulrahmanbadran7849 , Thank you again! Cheers! Chris
@abdulrahmanbadran7849Ай бұрын
That's Awesome
@MakingStuffwithChrisDeHutАй бұрын
Good morning abdulrahmanbadran7849 , Thank you, I must admit I am very proud of that system. Cheers! Chris
@abdulrahmanbadran7849Ай бұрын
how do you permenantly attach the z-axis probe crocodile to the spindle please??
@MakingStuffwithChrisDeHutАй бұрын
Good morning abdulrahmanbadran7849, There is no probe in the spindle, can you be a little more specific? I suspect you are referring to how the tool length is measured. The metal block that the tool touches is wired to the control and acts as a switch to ground. The metal block has a spring-loaded top so that it moves a little and doesn't break the tool upon contact. The metal block is also electrically isolated from the machine whereas the tool is not and is essentially a path to ground for the electrical signal. Hope that helps Cheers! Chris