• Products
    • Isadora
    • Get It
    • ADD-ONS
    • IzzyCast
    • Get It
  • Forum
  • Help
  • Werkstatt
  • Newsletter
  • Impressum
  • Dsgvo
  • Press
  • Isadora
  • Get It
  • ADD-ONS
  • IzzyCast
  • Get It
  • Press
  • Dsgvo
  • Impressum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    1. Home
    2. Tags
    3. servos
    Log in to post
    • All categories
    • K

      [ANSWERED] Servo output on Aduino Firmata Actor does not work after restart
      Interfacing • servos firmata • • Konrad

      10
      0
      Votes
      10
      Posts
      761
      Views

      K

      Thank you very much! I can work with that!

    • K

      [SOLVED] Control servo with Firmata in Isadora?
      Interfacing • servos slider • • Konrad

      2
      0
      Votes
      2
      Posts
      308
      Views

      K

      The solution is to use an Absolute Value Actor. -> servo_test_01.izz

    • bonemap

      OSC Bundle with NodeMCU as receiver
      Interfacing • osc multi transmit nodemcu arduino ide servos • • bonemap

      1
      3
      Votes
      1
      Posts
      402
      Views

      bonemap

      Hi,

      I searched a couple of days for answers/sample code that would get the Isadora OSC Multi Transmit module to work with a Nodemcu wireless microcontroller as the receiver. I had no luck finding any answers online, with many user group comments suggesting that the OSC Bundle method would not work with the Nodemcu at all. Perhaps those comments were old and things have been updated since. I did manage to program the Nodemcu to function with the OSC Multi Transmit in Isadora and to run multiple servo motors and RGB leds from a single OSC actor. I first made everything work with individual OSC Messages, however with six servos and nine channels of RGB Led going to my prototype it was just not performing well and I somehow knew that I could get something better with OSC Multi Transmit... and I did! 

      As it appears there is so little by way of examples and information, I thought it might be useful to make some example resources available here. I used the Arduino IDE to format the Nodemcu code and upload it to the device. There are a number of tutorials for setting up a Nodemcu development board with Arduino IDE - like this one. So if you get that far and then are looking for an example patch with Arduino code, this might help. It has solution for servo and PWM channels and it is a prototype code available to anyone who wants to modify it.

      isadora-gt-osc-gt-nodemcu.zip

      Best wishes

      Russell

    • Fred

      [SOLVED] Control multiple servos with Isadora -> Arduino (example attached)
      Hardware • arduino servos • • Fred

      20
      0
      Votes
      20
      Posts
      4672
      Views

      DusX

      @fred

      Good to hear.. I was actually going thru your code to debug this last night and felt it was on the processing side but couldn't be sure yet.