Sergey Royz
Sergey Royz
  • 68
  • 207 535
Flash Card generation
A go-script generates a memory card which includes:
- translation
- an example of the word usage
- an image
Source code: github.com/zjor/snippets/tree/master/go/anki
มุมมอง: 25

วีดีโอ

Apache Kafka :: Read the same queue by multiple consumers
มุมมอง 254 หลายเดือนก่อน
#kafka #apachekafka #tutorial #distributedsystems This video demonstrates how to read a queue by multiple consumers, seeing the same messages in each consumer. Consumers should belong to different consumer groups.
QRshare :: chrome extension demo
มุมมอง 538 หลายเดือนก่อน
QRshare :: chrome extension demo
ESP32 :: WiFi provisioning over BLE made simple!
มุมมอง 2.2Kปีที่แล้ว
ESP32 :: WiFi provisioning over BLE made simple!
Provisioning of an ESP32 device via BLE
มุมมอง 452ปีที่แล้ว
Provisioning of an ESP32 device via BLE
File sharing done right
มุมมอง 55ปีที่แล้ว
File sharing done right
Lagrangian mechanics :: unbalanced wheel
มุมมอง 306ปีที่แล้ว
Lagrangian mechanics :: unbalanced wheel
Lagrangian mechanics :: simple pendulum simulation
มุมมอง 196ปีที่แล้ว
Lagrangian mechanics :: simple pendulum simulation
SMD soldering session
มุมมอง 67ปีที่แล้ว
SMD soldering session
Paragliding, Javorovy Vrch #4
มุมมอง 128ปีที่แล้ว
Paragliding, Javorovy Vrch #4
Paragliding, Javorovy Vrch #3
มุมมอง 21ปีที่แล้ว
Paragliding, Javorovy Vrch #3
Как развернуть Flask-приложение на Heroku
มุมมอง 309ปีที่แล้ว
Как развернуть Flask-приложение на Heroku
Paragliding, Javorovy Vrch #2
มุมมอง 60ปีที่แล้ว
Paragliding, Javorovy Vrch #2
Paragliding, Javorový vrch #1
มุมมอง 92ปีที่แล้ว
Paragliding, Javorový vrch #1
Inscribed polygons
มุมมอง 752 ปีที่แล้ว
Inscribed polygons
Simple animation
มุมมอง 642 ปีที่แล้ว
Simple animation
Genesis
มุมมอง 462 ปีที่แล้ว
Genesis
Voice controlled USB traffic light
มุมมอง 1992 ปีที่แล้ว
Voice controlled USB traffic light
Paraglider model demo flight
มุมมอง 742 ปีที่แล้ว
Paraglider model demo flight
Double inverted pendulum simulation :: full state controller
มุมมอง 1.1K2 ปีที่แล้ว
Double inverted pendulum simulation :: full state controller
Remote controlled self-balancing robot
มุมมอง 7K2 ปีที่แล้ว
Remote controlled self-balancing robot
Self-balancing robot v1.0.0
มุมมอง 5042 ปีที่แล้ว
Self-balancing robot v1.0.0
Self-balancing robot: v0.0.1
มุมมอง 2.6K3 ปีที่แล้ว
Self-balancing robot: v0.0.1
Arduino :: DC motor : position control
มุมมอง 5K3 ปีที่แล้ว
Arduino :: DC motor : position control
Motion planning
มุมมอง 1783 ปีที่แล้ว
Motion planning
Rapidly-exploring random trees algorithm demo
มุมมอง 1293 ปีที่แล้ว
Rapidly-exploring random trees algorithm demo
DARPA Challenge in a sandbox
มุมมอง 7173 ปีที่แล้ว
DARPA Challenge in a sandbox
Inverted pendulum on a cart
มุมมอง 170K4 ปีที่แล้ว
Inverted pendulum on a cart
Cart position control with PID
มุมมอง 1.6K4 ปีที่แล้ว
Cart position control with PID
Udacity Robo-ND - Where I Am Project
มุมมอง 755 ปีที่แล้ว
Udacity Robo-ND - Where I Am Project

ความคิดเห็น

  • @engineergaming275
    @engineergaming275 4 วันที่ผ่านมา

    and I'm wondering, why do such equilibrium systems? maybe somewhere, for example, in two wheeled robots to improve balancing? I just see that a lot of people do this.

  • @JonMurray
    @JonMurray 26 วันที่ผ่านมา

    Word has it he’s still trying to get it to go back down.

  • @markokotrle4023
    @markokotrle4023 29 วันที่ผ่านมา

    very nice

  • @guoguowg1443
    @guoguowg1443 หลายเดือนก่อน

    great stuff man

  • @Jemacaza
    @Jemacaza หลายเดือนก่อน

    Thanks for sharing, very much appreciated.

  • @hoathai7657
    @hoathai7657 2 หลายเดือนก่อน

    Dear Sir, Could you tell me a link to buy Motor? I am unable to access the link you posted in Arduino forum. Help me. Thank you so much

    • @SergeyRoyz
      @SergeyRoyz 2 หลายเดือนก่อน

      Hi, it's this one: www.aliexpress.com/item/4000169355301.html

  • @adityasingh-fg7xc
    @adityasingh-fg7xc 3 หลายเดือนก่อน

    Hi can you help me with a project on motor controller

  • @JTIngenieria
    @JTIngenieria 5 หลายเดือนก่อน

    Hi! Loved it, I think is perfect for a lot of applications. Btw, I wanted to take a look at the source code, but I think the repo is gone, is that on propuse? Greetings from Argentina!

    • @SergeyRoyz
      @SergeyRoyz 5 หลายเดือนก่อน

      Hi, thanks for your comment! The code of the frontend is in the private repo. You only need to implement a hardware part, an example can be found here: github.com/zjor/arduino/tree/master/ble-provisioning/esp32-thing-plus-c-rgb/src/provisioning

    • @JTIngenieria
      @JTIngenieria 5 หลายเดือนก่อน

      ​@@SergeyRoyz Hehe yeah, I figured the frontend was on a private repo, no worries. Thanks mate!

    • @SergeyRoyz
      @SergeyRoyz 5 หลายเดือนก่อน

      @@JTIngenieria but if you'd like to see an example of BLE API used in the browser, I have this example: github.com/zjor/snippets/tree/master/javascript/ble-heart-monitor Deployed here: ble-heart-monitor.surge.sh/ it connects to a standard heart rate monitor sensor and diplays BPM

  • @13akhileshdeshmukh22
    @13akhileshdeshmukh22 6 หลายเดือนก่อน

    hey i need a code for this project and list of equipment you use in the project like sensor and controller board, etc. i need this for learning purpose, can u please help me.

  • @Manigo1743
    @Manigo1743 6 หลายเดือนก่อน

    That is not a pendulum, that is a stick. Now make it swing from side to side when inverted, so it actually becomes a pendulum. Otherwise change the title of the video.

    • @JonMurray
      @JonMurray 26 วันที่ผ่านมา

      Hahahah! Ok boss! And you’re wrong.

  • @ControlEngineeringCh
    @ControlEngineeringCh 7 หลายเดือนก่อน

    Great work! Long pendulum

  • @mars3142
    @mars3142 10 หลายเดือนก่อน

    Where can I find the source code for the ESP32? I want to implement BLE provisioning.

    • @SergeyRoyz
      @SergeyRoyz 10 หลายเดือนก่อน

      Hi, the code is here: github.com/zjor/arduino/tree/master/ble-provisioning/esp32-thing-plus-c-rgb/src/provisioning

  • @Sebachoh
    @Sebachoh ปีที่แล้ว

    hi, may I have the .ino file or the code directly for the Arduino? thank you so much. Keep up with good work!!

  • @maybyesofficial5154
    @maybyesofficial5154 ปีที่แล้ว

    Сейчас не много видео на ютубе по джаве. Жду еще. Хочется увидеть именно проектов по больше, как например много сейчас вижу "ASMR Programming - No Talking (Only HTML CSS) " и там разное, от калькулятора с фреймом до приложение Waether. Дякую!

    • @SergeyRoyz
      @SergeyRoyz ปีที่แล้ว

      спасибо! будем продолжать, каждый вторник, в 16:00 CET

  • @juanjosemartinez6531
    @juanjosemartinez6531 ปีที่แล้ว

    What parameters should we take into account or what advice could you give me?. thankyou

  • @botak333
    @botak333 ปีที่แล้ว

    What adaptor do u used and how many ampere.?

  • @Lancasterlitchfield
    @Lancasterlitchfield ปีที่แล้ว

    Hi I am following your project on the inverted pendulum. Can you please tell or provide any sources how you designed LQR for the arduino code? I can do it on matlab but not on arduino. I tired to understand your github code but it was python script so ...

    • @SergeyRoyz
      @SergeyRoyz ปีที่แล้ว

      Hi, yes, I pre-calculated the coefficients with python code and then just plugged them in the Arduino code. And then tuned them manually a bit on a physical device.

  • @blusterhash
    @blusterhash ปีที่แล้ว

    Библиотечка от 3blue1brown?

    • @SergeyRoyz
      @SergeyRoyz ปีที่แล้ว

      да, именно он, но Community Edition

  • @abdullahamir119
    @abdullahamir119 ปีที่แล้ว

    great work

  • @yousaftoki1599
    @yousaftoki1599 ปีที่แล้ว

    Amazing project sir...please make a project led on off by this dtmf decoder project......i wait...

  • @blusterhash
    @blusterhash ปีที่แล้ว

    Nice thing! Coding for NFT?

  • @NghiaNguyen-xl9oy
    @NghiaNguyen-xl9oy ปีที่แล้ว

    amazing, I aslo do it but incomplete

  • @mehmetsahin8261
    @mehmetsahin8261 ปีที่แล้ว

    it is really good job men. can you give more detailed information about the hardware structure of the sliding railway. Which metal part do you use

  • @andreylebedev2759
    @andreylebedev2759 2 ปีที่แล้ว

    Fucking shit. This stress first couple of seconds of flying in Sergey’s breathe:D

  • @14types
    @14types 2 ปีที่แล้ว

    фракталы предвижу скоро

    • @SergeyRoyz
      @SergeyRoyz 2 ปีที่แล้ว

      да-да, куда ж без них)

  • @AlexAlex-fo9gt
    @AlexAlex-fo9gt 2 ปีที่แล้ว

    Ссылка на опенеду в описании не рабочая.

    • @SergeyRoyz
      @SergeyRoyz 2 ปีที่แล้ว

      я бы сказал, что весь openedu.ru/ не рабочий сейчас. Сами знаете, что сейчас происходит...

  • @KhaNguyen-rc1yw
    @KhaNguyen-rc1yw 2 ปีที่แล้ว

    amazing

  • @14types
    @14types 2 ปีที่แล้ว

    Микрофон ноутбучный используется, судя по направлению рта?

    • @SergeyRoyz
      @SergeyRoyz 2 ปีที่แล้ว

      верно :)

  • @ahmedsaeed4504
    @ahmedsaeed4504 2 ปีที่แล้ว

    Hi sir Please you can help me You can send me your email or any program To communicate . My wife studying master program in electronics . She need helping in fuzzy logic. Please if you can that 🙏🌹🙏

    • @SergeyRoyz
      @SergeyRoyz 2 ปีที่แล้ว

      Hi, sure, send me an email at zjor.se_AT_gmail

  • @shahzaibvibez
    @shahzaibvibez 2 ปีที่แล้ว

    Bro can u kindly share accurate code of Arduino, I have to submit the project in university, help me out, Arduino code showing error of PINE and PIND Unknown variables,,, If any one else know about this kindly help me in this regard

    • @SergeyRoyz
      @SergeyRoyz 2 ปีที่แล้ว

      Hi, I used Atmega 2560, it has more ports. Here is the last working program: github.com/zjor/inverted-pendulum/tree/master/sources/stabilize-with-dc

  • @IronChad_
    @IronChad_ 2 ปีที่แล้ว

    Why not use a servo?

  • @jorgevega3743
    @jorgevega3743 2 ปีที่แล้ว

    dude just build a bigger table

  • @trevorbilak-sackin792
    @trevorbilak-sackin792 2 ปีที่แล้ว

    Earthquake technology?

  • @apeosofos
    @apeosofos 2 ปีที่แล้ว

    Is this rviz ROS or sometihng else?

  • @michaspringphul
    @michaspringphul 2 ปีที่แล้ว

    when I saw this the first time, about 25 yrs ago at the University of applied Scienece Magdeburg, I wondered for what purpose do you need such things... I realized it, when I saw a Leopard2 driving through rough terain and shooting with a stabilized gun o_0

  • @schwarzarne
    @schwarzarne 2 ปีที่แล้ว

    Now make it fling itself up when hanging down.

  • @addium3151
    @addium3151 2 ปีที่แล้ว

    This video is gonna blow up, I know it...

  • @stanisawknul7019
    @stanisawknul7019 2 ปีที่แล้ว

    Awesome

  • @splendidjay8471
    @splendidjay8471 2 ปีที่แล้ว

    This isn't a pendulum. Pendulums hang. It may be interesting, but a pendulum is: pen·du·lum /ˈpenjələm/ noun a weight hung from a fixed point so that it can swing freely backward and forward.

  • @nuclearnyanboi
    @nuclearnyanboi 2 ปีที่แล้ว

    That's so COOL

  • @TommyLikeTom
    @TommyLikeTom 2 ปีที่แล้ว

    you can put literally anything on there and you chose a glass of water.... and you're suppose to be the smart one

  • @catface7133
    @catface7133 2 ปีที่แล้ว

    I like how he puts his finger on it like he's mixing it up, wikka wikka!

  • @jana31415
    @jana31415 2 ปีที่แล้ว

    would it be possible with a 2 axis pendulum? so with a joint in the middle?

  • @asdfghyter
    @asdfghyter 2 ปีที่แล้ว

    Would it be possible for it to swing itself up to the top from the bottom? Maybe by moving back and forth multiple times like you would on a swing? That would be extremely cool!

    • @MrOliver1312
      @MrOliver1312 2 ปีที่แล้ว

      There's a video of a two joint pendulum doing this!

  • @Sam_who6524
    @Sam_who6524 2 ปีที่แล้ว

    Hey this is awesome, the sounds it makes give it a sort of personality hahaha. You should add a some sort of case for it with a face. I’ve worked with digital faces so let me know if you’d be Interested!

    • @SergeyRoyz
      @SergeyRoyz 2 ปีที่แล้ว

      Hey, thanks for your feedback! Sure! I'm still working on this robot, updating it on ESP32, I want to turn it into an extendable platform. I'd love to add a face for sure! :) Could you please share what do you do? (zjor.se@ gmail)

  • @Pie_Mastah
    @Pie_Mastah 2 ปีที่แล้ว

    Not sure why I expected it to swing like a pendulum upside down

    • @connorschue1007
      @connorschue1007 2 ปีที่แล้ว

      Same!

    • @BoomBoomMushroom
      @BoomBoomMushroom 2 ปีที่แล้ว

      I thought it would work like a ametanome

    • @Klaevin
      @Klaevin 2 ปีที่แล้ว

      I came here specifically to see that. like, he shows how it works and then he demonstrates how a pulse can lead to resonance by punching the pendulum

    • @Manigo1743
      @Manigo1743 6 หลายเดือนก่อน

      Because that is what the title says. It is not a pendulum, it is a stick.

    • @SebPlaySpaceflight
      @SebPlaySpaceflight 27 วันที่ผ่านมา

      Just make the robot over sensitive

  • @warwarrior0
    @warwarrior0 2 ปีที่แล้ว

    0:34 LOL. Don't put AI on it :D

  • @ivanrichards5536
    @ivanrichards5536 2 ปีที่แล้ว

    Insert Thanos quote here

  • @timhinchcliffe5372
    @timhinchcliffe5372 2 ปีที่แล้ว

    Make one that runs on two axes.

  • @timhinchcliffe5372
    @timhinchcliffe5372 2 ปีที่แล้ว

    Make a bigger one that you can stand on!