Johnny Five Arduino Servo Controller Web with Express.js & Websocket

Поделиться
HTML-код
  • Опубликовано: 2 янв 2022
  • putaran motor servo dikendalikan lewat slider di halaman web, menggunakan node.js & johnny-five
    Tutorial lengkap ada di link berikut
    triyonos.com/kolaborasi-johnn...

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

  • @zonatempur
    @zonatempur 2 года назад

    Bro, can u help me please.. When i used Johnny-Five I always got an error. Idk how to fix that.

    • @kode_erik
      @kode_erik  2 года назад

      is there an error message? making it easier for me to solve the error

    • @zonatempur
      @zonatempur 2 года назад

      Like module firmata not found or serialport.list() blablabla is not a function. Idk how to fix that.

    • @kode_erik
      @kode_erik  2 года назад

      @@zonatempur Regarding the tutorial I wrote. have you uploaded the "StandardFirmataPlus" sketch in Example->Firmata->StandardFirmataPlus into your arduino

    • @zonatempur
      @zonatempur 2 года назад

      Ohh yes i did, but now its worked. I'd installed firmata to my dependency and downgrade the serialport version. Idk why johnny five didnt install it automatically. But Thanks for helping me.