Raspberry pi simulation with servo motor in proteus

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024
  • A quick guide to simulate raspberry pi with servo motor using python in proteus software.
    Code Link : www.theelectro...
    Music By: NoCopyrightSounds
    #simulation #proteus #raspberry_pi

Комментарии • 17

  • @pankajchavan2023
    @pankajchavan2023 3 года назад

    Very helpful video 🙏.
    Please, do videos on other sensors and raspberry pi.

  • @trisaazahra5545
    @trisaazahra5545 3 года назад +1

    Thank you, you save me ☺️

    • @SatyamsinghYT
      @SatyamsinghYT  3 года назад

      Glad to know, Please Subscribe my channel for more video's

  • @nileshpathak9443
    @nileshpathak9443 3 года назад

    It gives error the selected compiler python 3 proteus is not install in vsm studio output pls suggest

    • @SatyamsinghYT
      @SatyamsinghYT  3 года назад

      Please use proteus 8.9 (demo version is not recommended)

  • @tcpipchip
    @tcpipchip 3 года назад

    Which Proteus version need ?

    • @SatyamsinghYT
      @SatyamsinghYT  3 года назад +1

      8.9

    • @tcpipchip
      @tcpipchip 3 года назад +1

      @@SatyamsinghYT thanks to show us the raspberry on proteus! Which are the limits of rasp on proteus ? I2c, spi, etc works ?

    • @SatyamsinghYT
      @SatyamsinghYT  3 года назад +1

      Yes i2c, spi, Gpio, smbus etc will work, print function will not work here so avoid usage of print function

    • @tcpipchip
      @tcpipchip 3 года назад

      @@SatyamsinghYTyou save me! Because I am teacher and had to send 10 rasp to their home to do remote experiments! Now I can do using raspberry! Did you try some experiment to proteus raspberry access the Internet, for example to make tcp connection ? Or be a tcp server ?

    • @SatyamsinghYT
      @SatyamsinghYT  3 года назад

      Hi, i didn't tried these things, but yes there is one way, you can transmit sensor output over virtual serial port emulator and use a python script outside to collect that output rhen to send it to cloud. In case this thing works in proteus i will try then let you know