Тёмный

DIY Amazing Automatic Cat Toy 

NoLi
Подписаться 105 тыс.
Просмотров 12 тыс.
50% 1

Опубликовано:

 

26 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 38   
@streakyguys_5991
@streakyguys_5991 3 года назад
This would be extra amazing if cat's didn't like their owner playing with them more, but still, this is incredible
@afthang732
@afthang732 6 месяцев назад
believe me, as a full time worker, as much as I love my cat, it is kinda exhaust to play with him, but nonetheless I still want him to be amused,happy, and therefore this is awsome
@AzlianaLyana
@AzlianaLyana 3 года назад
Self play!👆 Simple!👍 I LOVE IT😁💖
@メインカール
@メインカール 3 года назад
I want such a toy 💕👍
@omni7381
@omni7381 3 года назад
Your cats are so treated!!! They deserve it tho
@FAKM
@FAKM 3 года назад
Yes
@FnyxoYee
@FnyxoYee 3 года назад
Agreed
@bdavidgreenwell8298
@bdavidgreenwell8298 3 года назад
I love it! The cats did the same thing mine does, go for the string!
@David-ty6my
@David-ty6my 2 года назад
The second cat is too smart XD
@jamilahdin2177
@jamilahdin2177 3 года назад
Wow amazing you cat like nice and cute🥰
@shadesofidaho
@shadesofidaho 3 года назад
OH How fun. My 18 pound guy would destroy it but he would love doing so.
@monstercolorfunco4391
@monstercolorfunco4391 11 месяцев назад
That';s cool i'd use a semi random movement gnerator based on cogs or wire and spring chaos.
@TheKittyCatsCatLovers
@TheKittyCatsCatLovers 3 года назад
Awww I love it your channel is so interesting
@dayannagrageda1829
@dayannagrageda1829 8 месяцев назад
😮 this is by far the best mechanical cat toy I've seen 😂 where can I get this motor from?? What's it called? I want to try make my own 🤭
@mudspringer
@mudspringer 6 месяцев назад
This guy doesn't answer his comments :(. I just made one. You want a 180 servo motor. I got mine from Digi-key. I can't find the link to the actual one I bought but I think mine might be a little wimpy anyway. Whatever - they are cheap enough so I'll just replace it if need be. Good luck.
@tenmiltenmil1770
@tenmiltenmil1770 3 года назад
Awesome ❤️❤️❤️👍👍👍♥️♥️♥️🥰🥰🥰😊😊😊
@dmw5332
@dmw5332 3 года назад
Lizzy keeps trying to take the toy elsewhere -- her moves are great! Noah just bites the toy off!
@estelitapolverari5376
@estelitapolverari5376 3 года назад
😂😂😂🤣😂🤣😂🤣🤣🤣🤣 adorei!! 👏🏻👏🏻👏🏻👏🏻
@melodiknet
@melodiknet 2 года назад
Nice project. What did you write after RandomSeed? Can you share the codes?
@mudspringer
@mudspringer 6 месяцев назад
This guy doesn't seem to answer...I was going to ask where he got the plastic strut...anyway - a bit late - but I made one. Here's my code: #include Servo servo; long pos = 0; long delayMs = 0; void setup() { randomSeed(analogRead(0)); servo.attach(9); Serial.begin(115200); const char *helloWorld = {"Hello world."}; Serial.println(helloWorld); } void loop() { static int elapsedSeconds = 0; // random position - 0 to 180 pos = random(180); // random delay - 500 to 1500 miliseconds delayMs = random(500, 1500); // set the angle and wait servo.write(pos); delay(delayMs); }
@peterthornton4462
@peterthornton4462 Месяц назад
@@mudspringer @mudspringer thank you! imagine close sourcing this code, hahaha, thanks OP for the good idea still
@irinalitvin3525
@irinalitvin3525 2 года назад
Noah's like huhhh?
@A_Pt_9298
@A_Pt_9298 2 года назад
It fills me with confidence when these complicated ideas videos come up on RU-vid and then the so called 'genius' use a craft knife as a screwdriver 🥺
@Shiro-Nai
@Shiro-Nai 3 года назад
Lovely owo
@funfactznstuff5183
@funfactznstuff5183 3 года назад
Super 👌.Well..Nara is missing 😔 And I am very very Sad 😭
@irinalitvin3525
@irinalitvin3525 2 года назад
Lizzy's a little too tough for it lol
@maowang11
@maowang11 Год назад
Hi! I was wondering if I could get the code for this. I am trying to create one for my own cat. Thank you!
@mudspringer
@mudspringer 6 месяцев назад
The dude doesn't answer his own channel - but here's the code for mine. Hope it helps. #include Servo servo; long pos = 0; long delayMs = 0; void setup() { randomSeed(analogRead(0)); servo.attach(9); Serial.begin(115200); const char *helloWorld = {"Hello world."}; Serial.println(helloWorld); } void loop() { static int elapsedSeconds = 0; // random position - 0 to 180 pos = random(180); // random delay - 500 to 1500 miliseconds delayMs = random(500, 1500); // set the angle and wait servo.write(pos); delay(delayMs); }
@whatevergoesforme5129
@whatevergoesforme5129 3 года назад
I miss Nara.
@rcking4015
@rcking4015 3 года назад
WOW i need to do this i cant play with my cats al the time so this i ginies
@TheKittyCatsCatLovers
@TheKittyCatsCatLovers 3 года назад
It helps me on my videos 📹
@FAKM
@FAKM 3 года назад
Still recovering from Nara's death 😭
@whatevergoesforme5129
@whatevergoesforme5129 3 года назад
Me too. I asked this youtuber to please have more Nara video when he was alive even if it was not about DIY stuff, just videos of him sleeping or doing something else because I said time was ticking for the senior cat. But I guess, he wants his content to be more about DIY stuff instead of more stories about his cats.
@sharadkumar8365
@sharadkumar8365 6 месяцев назад
how to make it? thought it was a DIY video to show off the toy and how to make it. ah!
@theparijat1000
@theparijat1000 2 года назад
Please share the code...
@mudspringer
@mudspringer 6 месяцев назад
Ha - you are the third person who asked for this. Too bad the guy who owns the channel doesn't respond :( but I made one of these - here's my code. #include Servo servo; long pos = 0; long delayMs = 0; void setup() { randomSeed(analogRead(0)); servo.attach(9); Serial.begin(115200); const char *helloWorld = {"Hello world."}; Serial.println(helloWorld); } void loop() { static int elapsedSeconds = 0; // random position - 0 to 180 pos = random(180); // random delay - 500 to 1500 miliseconds delayMs = random(500, 1500); // set the angle and wait servo.write(pos); delay(delayMs); }
@igotslickshoes
@igotslickshoes 2 месяца назад
@@mudspringerwhere do you put the code? Is the USB connected to a computer?
@MartinsNeves-ct4oe
@MartinsNeves-ct4oe 3 года назад
Oi
Далее
15 Amazing DIY Ideas for Your Cat #2
11:59
Просмотров 3,2 млн
А вы знали что металл тонет?
00:32
Top 5 Best Cat Toys (We Tested Them All)
10:30
Просмотров 324 тыс.
Puzzle Toys for Cats: Everything You Need to Know!
17:15
What Can't Cats Walk On? #3
10:56
Просмотров 3,7 млн
DIY Automatic Cat Toy (window-mounted version)
2:34