Go to advanced search

by Breuil
Sun Sep 29, 2019 7:26 pm
Forum: Advanced users
Topic: Multiprocessing across 2 Pis
Replies: 7
Views: 686

Re: Multiprocessing across 2 Pis

Thanks mwrich4. I hadn't thought down that path....I think the saying is.. I couldn't see the forest because I was focused on the trees. So you're saying set the second pi up to run independently with whatever processes and any required cross-talk is over serial connection. Initially all of my funct...
by Breuil
Sun Sep 29, 2019 3:02 pm
Forum: Advanced users
Topic: Multiprocessing across 2 Pis
Replies: 7
Views: 686

Re: Multiprocessing across 2 Pis

Welcome to the Raspberry Pi forums. For documentation on a similar topic from Raspberry Pi themselves, see: https://www.raspberrypi.org/blog/octapi/ But it may not work the way you hope... Thanks B. Goode...good information. I'm new to multiprocessing so I'm learning. Got it working pretty smoothly...
by Breuil
Sat Sep 28, 2019 9:31 pm
Forum: Advanced users
Topic: Multiprocessing across 2 Pis
Replies: 7
Views: 686

Re: Multiprocessing across 2 Pis

Just for reference...
bot.JPG
bot.JPG (29.57 KiB) Viewed 619 times
by Breuil
Sat Sep 28, 2019 9:02 pm
Forum: Advanced users
Topic: Multiprocessing across 2 Pis
Replies: 7
Views: 686

Re: Multiprocessing across 2 Pis

Thanks. I'll check out the link.

My code is in python 2.7 and is currently multi-processed using all 4 cores. I have camera processes, dc motor control, servo control, and keyboard input all in separate processes. I want to be able to "parallelize" additional functions as I come up with them.
by Breuil
Sat Sep 28, 2019 6:02 pm
Forum: Advanced users
Topic: Multiprocessing across 2 Pis
Replies: 7
Views: 686

Multiprocessing across 2 Pis

Looking for help with connecting 2 Pis via ethernet cable to make use of the cores on the second pi. I have a robot application multi-processed on a single pi but need additional parallel processes. Any help is appreciated.

Go to advanced search