- 176
- 251 491
mosher
Приєднався 25 жов 2007
Відео
Sensor Strain Relief
Переглядів 2112 місяці тому
Use hot glue and tape to save your sensors soldering!
9 degrees of freedom demo
Переглядів 332 місяці тому
Using adafruit ICM20948, BNO055, and sparkfun's libraries Site with calibration animations and math: www.allaboutcircuits.com/technical-articles/how-to-interpret-IMU-sensor-data-dead-reckoning-rotation-matrix-creation/
A Collaboration with Computation - Process
Переглядів 193 місяці тому
A presentation for students at Jacksonville University on the generative process behind the artworks in the Collaboration with Computation exhibition at the Alexander Brest Gallery, September 2024.
Wordpress Demo for the Gaim Server
Переглядів 32Рік тому
Special reverse proxy code below: f ($_SERVER['HTTP_X_FORWARDED_PROTO'] 'https') $_SERVER['HTTPS'] = 'on'; if (isset($_SERVER['HTTP_X_FORWARDED_HOST'])) { $_SERVER['HTTP_HOST'] = $_SERVER['HTTP_X_FORWARDED_HOST']; }
Quick Tip: Two Color 3D Printing with Cura
Переглядів 2,3 тис.Рік тому
Quick Tip: Two Color 3D Printing with Cura
Ultrasonic Range Sensor Demo
Переглядів 103Рік тому
Using the 5v HC-SR04 with a 3.3v circuit playground
Box making resources
Переглядів 472Рік тому
makeabox.io/ www.festi.info/boxes.py/Menu clementzheng.github.io/joinery/ www.instructables.com/Joinery-Joints-for-Laser-Cut-Assemblies/
MultiSwitch Scaffolding Assignment Overview
Переглядів 121Рік тому
MultiSwitch Scaffolding Assignment Overview
Detecting shake on the Circuit Playground
Переглядів 1592 роки тому
Detecting shake on the Circuit Playground
Circuit Playground Bluefruit (nRF52) as USB Keyboard
Переглядів 2572 роки тому
Circuit Playground Bluefruit (nRF52) as USB Keyboard
First
? Please
can you provide the code for copy and paste use
wow! this helped me a lot! tysm
Seriously what a waste of time.
Thank you. You are a smart person with a good capability to solve problems. I am building a small project for my son's birthday party, and I was looking for a way to install a shaft onto the servo motor. I had almost completed the video and I felt this isn't of use to me, but at the very last segment I got my answer. Thanks again! Keep up!
Awesome! I hope your son loves the project!
@@matthew_mosher I wish I could share a video of the final project that I build. I think you would like it :) Thanks again!
Very helpful tips, thank you!
This would be great with the LM35 temperature sensor too
Very nice
Using the live.text object overall feels like a better option, good video tho
This video save my goddam life in a moment where i was alone and scared thx for this amazing tutorial that will incredibly help me in my engineer journey
Excellent information. Thank you. I think this will help me with coding linear acceleration for a stepper motor.
Thank you for your video! This was very helpful for my project!
Thanks for this! Is there a way to extract the xy coordinates of the jit.3m?
Very helpful, thank you.
15:00 Go here for mouse portion of tutorial
ty
Nice video
I use enameled wire for all my proto boards lately, so much easier to work with, also it looks cleaner even though I just tangle everything, not concerned with 90 degree angle
i dont recommend double sided boards for prototyping.
Then you don’t know what you’re talking about 😂
Didn't know these exist, thank you!
great tutorial, I'm using this patch for my multimedia interactive installation! Thank you
Hi! I don't know why my video is turning red. The patch is exactly the same except for the measurement of my camera output. Im new in max. If I connect a jit.pworld up to the rgb2luma object black and white works fine but as soon as I add the next objects it turns red. Thanks for this video !!!!!
Thaaaaaaaankkkkkkk yoooooooouuuuuuu!
code please sir
thank u sooo muchh!!!
You could also have a trend average... take 75% (or something) of the past and 25% (100% - past) of the last reading. Set the initial value to the first reading so you don't start at zero. You can change the percentages to change how much "spike" you want. E.g. static long sensorAverage = analogRead(PIN); sensorAverage = 0.75 * sensorAverage + 0.25 * analogRead(PIN);
bookmarked
Thank you. I was actually looking for a way to smooth out the signal from MPU 6050. Thanks again 🙏
Thank you for the video, it was helpful to know what size machine bolts that fit well with the circuit playground express and the link to the thingiverse files for the 3d screw terminal case.
Super super good info, thanks!
thanks this was simple and helpfull
Cool video. Relaxing and a good way of learning motion. Keep on!!
なんで銀色なの?
sex ed. for the under 10's
Lots of good engineering experience shown in a very illustrative way. Many thanks.
I love these, thanks for sharing them.!👍
I love the very concept of this work, you are a genius!
This is very cool. Do you share/sell the svg files by chance?
biella-manovella 👍🏻
Ok
UA-cam : "Recommend this video" My brain : "Interesting"
Lame!!!
Good for a start. Write a script and read it.
Зачем нам знать как внутри устроены автоматические игрушки для девушек?
?
Извращенец, вообще-то здесь показаны 1)прямозубая шестеренчатая передача с редуктором, 2) кривошипно-шатунный механизм, 3) храповый механизм, 4)эксцентриково-шатунный механизм
@@hervamane Ну, а я что спросил?
how the hell did i get here
excellent demonstration, motion studies are very interesting
And the point is? Be nice with a little narrative or context to you spinning laser cut pieces of MDF in rudimentary mechanical assemblies. Pointless.
Maybe some people like mechanical things? Maybe you don't?
@@Mavrik9000 lol, I love mechanical things and work on all my machines. This video lacked any context or narration and would not be suitable for a kindergarten exploratory class. You do you, watch the pieces move and be in awe 🤔
@@tyrsafray4640 That's good to know. My comment was meant as counter to your negative comment. If you've ever tried to produce a video presentation you might understand how difficult it is to bring the various elements together into a polished result. It usually takes a team of people or paid staff.
@@Mavrik9000 fair enough, and thank you for the civility
🤓
update( new ) { static A[ N ] ={ 0 } static sum = 0 static p = 0 sum = sum - A[ p ] + new A[ p ] = new p = (p + 1) % N return sum / N }
is this what I'm trying to code (and failing)? let's say we want 10 readings to avg from. we keep a number 'sum' on which we add the newest readings to, remove the 10th/oldest readings, then 'sum/10' will give a new avg'd value to output. is that it?
Just be aware of integer overflow. An int can only store up to # 32k. If you wanna make more samples, use a long data type inside the looping for() in data average variable.
Should've tried spinning the 3rd one in the opposite direction
It wouldn’t spin…the first blade would just lock the vertical shaft at the bottom