Can Raspberry pi be configured as WIFI ap as well as client simultaneously? [closed] - raspberry-pi

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I would like to know if it is possible to configure Raspberry pi to work as Wifi AP and client simultaneously. I googled and found the following link
Link
This link is not clear but it makes a reference to this Link-2
Link-2 has something mentioned like this: It seems likely, given the chipset, that the Raspberry Pi should be able to operate in both Access Point mode and client mode simultaneously. In other words, it can get its internet connection by joining on a wireless network, while simultaneously providing a second network as an access point to a ‘cloud’ of sensors. Which is what i'am looking for. I tried googling more, but could find setting up Raspberry pi as a Wifi AP only but not both simultaneously.
My question is: Is it really possible to set up Raspberry pi in with such a configuration mentioned in link-2. And if so can someone please tell me step-by-step to do it.
I have Raspberry Pi 3B with Raspbian Stretch.

You can't have multiple wifi services with single wifi-interface(built in interface).This is common to all devices not only raspberry pi.
What you could do is to have a separate USB wifi interface(adapter) for that.There are good external USB wifi adapters to purchase in very cheap prices as well.
Try one...

Related

RPi GPIO needing to bee grounded? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I have made a simple relay board using a 12vdc Bosch automotive relay.
The relay works great, Comm/NO being successfully controlled with RPi GPIO(25) using a 3+ RPi.
However, the only wire from RPi to relay board is the GPIO (initiated as GPIO.out) with no ground from RPi to relay board. So, is the grounding necessary?
I have researched and found multiple threads saying GPIO's do not need a ground return; others saying the opposite.
Here is the diagram:
Relay board diagram
Probably it needs to be grounded. At least nothing bad will happen.
The grounding happens indirectly over the power supply of the RPi and the power supply of the relay. While this may work, it is dangerous and may fry either part.
As there is no guarantee that the two PSUs generate a common ground, you may have undesired current flowing through the GPIO wire. The resistor there gives some protection, but this might not be enough to prevent frying your Pi. You might get a more detailed answer on the possible problems on https://electronics.stackexchange.com.

How to open on PC Rasperry IP with port [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
on my raspberry, I installed "motion" (the one with daemon) for my Pi Camera. However, I set up the Motion with the port 8081. If I open it on the raspberry using localhost:8081 it works but unfortunately with a big delay/lag. Maybe if you find a solution to this would be awesome. But my main problem is that if I want to open the server on my Pc by entering 192.168.xxx.xx:8081, it won't open at all. Using the IP without the port it still works. Maybe you find a solution.
The lag you encounter on Raspberry pi is because that same raspberry is processing the video input, and now you want to add processing of showing you that stream, after all, it is raspberry, no big deal there.
The Motion config file (/etc/motion/motion.conf) haves a setting named "Stream_localhost" by default it is set to ON, make sure you change it to OFF.
If you have any other problems I believe this simple instruction will help you.
How to Make Raspberry Pi Webcam Server and Stream Live Video || Motion + Webcam + Raspberry Pi
EDIT:
After quick google searching I found out that two more settings must be set to off also
webcam_localhost off
control_localhost off

Raspberry Pi display all black [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I am trying to install Raspbian on Pi 3 but when I connect it to my monitor using Hdmi the screen is just all black and it doesn't say anything. I've tried searching online but all the answers I found I got confused, since most involve connecting using ssh or something while I can't even get it to turn on to connect it to wifi.
Look for a flash of green near the power led after you plug in the power, that should indicate its booting up okay. I'd suggest verifying the install on your sd card, flash another card and try that. Ensure the power plug you have is good quality and supplying the correct voltage.
Pre-answer: you might want to verify the install on the SD before spending too much time with blind boots.
Easy answer: use a wired usb adapter (preferably with an alternate source of power), then ssh and run raspi-config as I'm sure you've already read.
Moderate answer: stick the SD card in an adapter and edit the /boot/config.txt file. See here for syntax.
Advanced: Edit files as in moderate answer above, but this time target crontab to add a script hook that connects to wifi, thus allowing ssh.

Setting up a Raspberry Pi [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have just started trying to set up my new Raspberry Pi. I have installed NOOBS and it is now asking which operating system I would like to use. It is recommending 'raspbian'. could anybody tell me why raspbian is the best one to use?
Raspbian is perfect for beginners to the raspberry pi.
It is easy to set-up and use
There is lots of support available on-line for it, as most people are using it.
It is based on Debian which is a widley used OS.
It is specifically designed to run on the raspberry pi.
However it all depends on what you want to use your Pi for, raspbian is great for general use. But if you were looking to do something more specific, like set up a media centre you might want to use RaspBMC
Just to amplify Matthew's view, you'll also find most of the standard starter's printed documentation assumes Raspbian. You will also be amazed how easy it is to get the Pi going, getting network and internet connectivity and starting off with the applications built in.
For such as very very basic system, Pi/Raspbian does an awful lot for minimal effort.
You could do what I did and install NOOBS it comes preloaded with python 3, python 2, scratch, and a bunch more.(plus Raspbian).

Unsupported signal error connecting Raspberry PI to a HDMI port at Sony Bravia [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I bought a Raspberry PI and connected to one of my Sony Bravia's HDMI port. I got unsupported signal, check your device output error. I have another TV, another model of Sony Bravia, that TV can display Raspberry PI's output. My first TV support video signals of 1080i, 720p, 1080p and display resolution is 1366 x 768. I looked for the similar problems and some people complain HDMI cable problem. But not sure, it is cable problem. I think it is setting problem. Is there any setting in Raspberry PI for HDMI output.
I had the same issue and resolved it with another hdmi cable ! The new cable was quite a bit shorter but worked fine .