• 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

    Wireless sensing -> Pipo Interfaces

    Interfacing
    5
    9
    726
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Rup last edited by

      Hi there,
      I would like to share a project I am trying to bring to life which might be of interest for some of you. If you ever tried or like to acquire sensors and/or buttons in software, this project is for you. It’s a plug-and-play sensing platform for creative and audiovisual applications, with MIDI, OSC, wireless capabilities and a convenient web interface. You can turn movement, touch, distance, buttons or other sensors into wireless controllers quickly and reliably.

      After using arduino for years to tinker around with sensors, but encountering so many limitations and struggles, I decided to develop and share a much easier, convenient and robust solution for all.

      The project will be open source, and is currently trying to launch. There will be a pre-order campaign soon on Crowd Supply (a funding platform for open source electronics).
      If you are interested, check out the pre-launch page and follow the project updates !

      https://www.crowdsupply.com/pi...

      You can also check the Instagram

      Any feedback, suggestions, support or questions welcome !

      Woland dbini 2 Replies Last reply Reply Quote 7
      • Woland
        Woland Tech Staff @Rup last edited by Woland

        @rup

        Neat! Subscribed to keep up to date on the state of the project :-)

        There's a partial screenshot of one of the MIDI tabs, but I'd be very interested to see a full screenshot of the tabs for MIDI, OSC, and HID for one of the sensors.

        TroikaTronix Technical Support
        New Support Ticket: https://support.troikatronix.com/support/tickets/new
        Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
        Add-Ons: https://troikatronix.com/add-ons/ & https://troikatronix.com/add-ons/?u=woland
        Professional Services: https://support.troikatronix.com/support/solutions/articles/13000109444

        | Isadora Version: all of them | Mac Pro (Late 2013), macOS 10.14.6, 3.5GHz 6-core, 1TB SSD, 64GB RAM, Dual AMD FirePro D700s |

        R 1 Reply Last reply Reply Quote 0
        • R
          Rup @Woland last edited by Rup

          @woland
          Thanks for the support !

          For sure I will show more images and demos in the future, to better show what one can do. Sharing screenshots too early can be confusing since there are dependencies between settings (some settings can show/hide others).
          For now I developed what I think to be an essential feature pack, but these will grow over time for sure, and I am truly open to suggestions (or contributions in the future, that's the point of going open source)

          Let me give you some insights on what is already implemented on the output side (there are also settings to finetune sensor readings):

          MIDI:
          -  Channel selection for each sensor input
          -  Output message type: Notes (Key like), Continuous Controls (knob like), Modulation wheel, PitchBend
          if notes, then you can choose the sustain duration, the scale type, the root note, and the number of notes mapped over the input range.
          if CC, you can choose the CC number, the min/max output values, and there is a high resolution midi mode (not all software are compatible)

          OSC:
          - set the message address
          - choose the output range (0-1 or custom min/max)
          - (of course you can select the destination IP and port in a general config tab)

          HID:
          - Choose between mouse and keyboard mode (gamepad mode will be added but can be confusing in certain cases)
          If keyboard: select any key
          if mouse: left/right click and X/Y movements.

          Best !

          Skulpture 1 Reply Last reply Reply Quote 2
          • Skulpture
            Skulpture Izzy Guru @Rup last edited by

            @rup these look very interesting! I will be keeping an eye on these for sure!

            Graham Thorne | www.grahamthorne.co.uk
            RIG 1: Custom-built PC: Windows 11. Ryzen 7 7700X, RTX3080, 32G DDR5 RAM. 2 x m.2.
            RIG 2: Laptop Dell G15: Windows 11, Intel i9 12th Gen. RTX3070ti, 16G RAM (DDR5), 2 x NVME M.2 SSD.
            RIG 3: Apple Laptop: rMBP i7, 8gig RAM 256 SSD, HD, OS X 10.12.12

            1 Reply Last reply Reply Quote 0
            • n.jones
              n.jones Beta Tester last edited by

              Can't wait !!!

              New Media Artist , among other things. https://www.i-d-e-a.co.uk
              MacBook Pro (15-inch, 2018),Mojave, 2.9 GHz Intel Core i9, 16 GB 2400 MHz DDR4, Radeon Pro 560X 4 GB
              Intel UHD Graphics 630 1536 MB - Located Liverpool UK

              1 Reply Last reply Reply Quote 0
              • dbini
                dbini @Rup last edited by

                @rup
                These little devices look really good. I've built some Arduino-based motion sensors that send data via WebBLE, through a browser-based app that converts the data to OSC, but I'm having trouble with the devices disconnecting whenever I have my Mac plugged into a projector over HDMI. It's really odd, but I can run 3 or 4 devices all day connected to a Mac, no problem, but if that Mac is sending video to a projector over a long HDMI or SDI run, the devices disconnect after a couple of minutes. It doesn't seem to happen on PC. Maybe it's something you could test with your Pipo devices?

                John Collingswood
                taikabox.com
                2019 MBPT 2.6GHZ i7 OSX15.3.2 16GB
                plus an old iMac and assorted Mac Minis for installations

                R 1 Reply Last reply Reply Quote 1
                • R
                  Rup @dbini last edited by

                  @dbini
                  I have not implemented WebBLE for now, only MidiBLE. But I'll think about it and see if I put it on the roadmap. (or if you want to give it a go when the project gets released, you are welcome).
                  From another perspective, while BLE might have some advantages, I find working over Wifi a nicer experience overall. 
                  Are you forced to use BLE with your board or do you have constraints for it in your application ? If not, websockets might be a good trade off to communicate fast over wifi with a web based project, and it will likely not be more difficult than dealing with bluetooth.

                  dbini 1 Reply Last reply Reply Quote 0
                  • dbini
                    dbini @Rup last edited by

                    @rup

                    I only used WebBLE because that's the limitation of the board. I wouldn't recommend it. ; ) I was hoping the boards I was given would be WiFi-enabled, but they only use WebBLE - I think it is to conserve energy.

                    Do you have a date for the project launch?

                    John Collingswood
                    taikabox.com
                    2019 MBPT 2.6GHZ i7 OSX15.3.2 16GB
                    plus an old iMac and assorted Mac Minis for installations

                    R 1 Reply Last reply Reply Quote 0
                    • R
                      Rup @dbini last edited by Rup

                      @dbini

                      Yes you are right, with a BLE-only board you should consume less energy.

                      Unfortunately I cannot commit to a specific date for the launch yet.
                      The momentum I get through the pre-launch page subscriptions will heavily weight on how fast the pre-order campaign can actually start. I hope to be able to open the pre-orders in roughly a month if all goes well, but there is an if. Then production starts, so there will be few month before people receive them.
                      Reach out to me on insta, depending on what you are trying to do, when, for how long, etc, maybe you could be a beta tester ;)


                      1 Reply Last reply Reply Quote 2
                      • First post
                        Last post