DDRBoxman / picodeck

60 stars 7 forks source link

Will I have problems if I connect 4 of them? #7

Open vitinhosessa opened 1 year ago

vitinhosessa commented 1 year ago

Hi, I am planning to assemble 12 pedals with 4 Raspberry Pi Pico, with 3 pedals on each. The 4 connected to a usb 3.0 hub and plug into a usb 3.2 port.

Will I have problems with the software since I will be simulating 4 stream deck pedals?

Sorry for asking such a specific question, I am planning to make this as a gift for a friend who had a stroke.

This is the pedal I will use to make it easier and without having to model in 3D.

image image

vitinhosessa commented 1 year ago

Or if there is a possibility to put 6 pedals on 1 Raspberry Pi Pico and simulate 2 Stream Deck Pedal.

Or even all 12 pedals 🤣🤣. It would be perfect ✨

DDRBoxman commented 1 year ago

I haven't tried my self but you'll have to update each one to use a different serial number and that might work. https://github.com/DDRBoxman/picodeck/blob/b79d2be2ed5e71a8ddfcab749d938d7048cec75a/src/main.c#L165

vitinhosessa commented 1 year ago

Thank you very much for your reply. I will try to change their serial.

I already bought the parts on aliexpress, I'm just waiting to arrive. I'll come back here to inform if it worked or not.

ryantheleach commented 1 year ago

@vitinhosessa How did it go? If you haven't attempted yet, I could attempt to flash my second Pi this week?

vitinhosessa commented 1 year ago

Unfortunately the parts have not arrived yet 😢

Feel free if you want to test it out, it will be wonderful. As soon as I get my parts I will return to post here so we know if it works right.

ryantheleach commented 9 months ago

@NovaScotianNorse you can make up random serials. IIRC I tested this and got positive results, but forgot to post back.

Can't 100% recall though.

gitagogaming commented 5 months ago

Or if there is a possibility to put 6 pedals on 1 Raspberry Pi Pico and simulate 2 Stream Deck Pedal.

Or even all 12 pedals 🤣🤣. It would be perfect ✨

Have you ended up trying to do more than 3 pedals per raspberry pi>?

ryantheleach commented 5 months ago

@gitagogaming I suspect it's possible, but not without significant code changes and testing.