|
- Connect WiFi and Ethernet simultaneously - Raspberry Pi Stack Exchange
Hi @Milliways I'm building a webserver on the raspberry using flask python The end user need to connect to the raspberry WiFi IP and use the webpage to control the PLC device that is on the ethernet network Actually I'm developing it, so the network is the company network I have one laptop with two ethernet cable, one that is in the network where the rasp is connected over wifi, the second
- Multiple webcams on a single Raspberry Pi
I want to have multiple USB webcams running on a single Raspberry Pi I will put them through a powered hub I want the webcams to take stills simultaneously (or as simultaneously as possible - a s
- Can RPi4 run simultaneously on dual band (WiFi 2. 4GHz 5GHz)?
I read in the post that RPi 3 could not manage to operate on both bands simultaneously Can RPi4 do that? We are planning to create mesh network with Rpi nodes With single band operation, the thro
- record and stream video from camera simultaneously
If you are piping raspivid you could tee the output to a file and gstreamer or whatever else (see man tee) As long as one stream is straight to disk, it won't add much overhead, but if you want to process the input into two different formats simultaneously I think that will be too much work for the pi to handle
- Play audio on two sound cards at the same time
The last 5? hours i tried to set up Alsa to play the audio stream (coming from raspotify) to both sound cards simultaneously, however not a single tutorial etc worked I tried several solutions from StackExchange, various Blogposts, Linux Mailinglists and Wikis Nothing, and i mean really nothing works
- Is it possible to simultaneously use the dual band(2. 4 Ghz and 5 Ghz . . .
Is it possible to simultaneously create a single AP on raspberry pi 3 b+ which uses both 2 4 Ghz and 5 Ghz bands so that users with low end devices can connect to the 2 4 Ghz band and users with la
- How to drive two stepper motors simultaneously - Raspberry Pi Stack . . .
Now I would like to control two stepper motors simultaneously with two different L293D chips and python I have read that this can be done with python threading but it is very difficult
- How to write to multiple GPIOs at the same time
It depends on what you mean by the same time The implementation of the examples you give sequences through the list of GPIO and outputs to each GPIO in turn The GPIO are not written at the same instance in time (i e the output for all GPIO is not simultaneous)
|
|
|