Quantcast
Channel: User Mohammad Ali - Raspberry Pi Stack Exchange
Browsing latest articles
Browse All 44 View Live

Comment by Mohammad Ali on Pi 2B, Under-voltage detected!, no lightening...

Voltage doesnt always drop when hitting a current limit, as most well designed power supplies have built in current limiters and thermostats.

View Article



Comment by Mohammad Ali on pip install is giving weird errors on a RPI 3B+...

If possible, please talk a little bit about why this would resolve the problem stated in the question

View Article

Comment by Mohammad Ali on 16x2 lcd display to raspberry pi black text...

Is your lcd color or blue and white?

View Article

Comment by Mohammad Ali on RPi 3 B+ will not connect to hidden Wifi

Can you talk about what issues you have run into?

View Article

Comment by Mohammad Ali on LED pwm fading is flickering

how would leaving the LED on for longer than expected be seen as flickering?

View Article


Comment by Mohammad Ali on Using Raspberry Pi to capture police scanner audio

Do you currently have a functioning scanner?

View Article

Comment by Mohammad Ali on can i power 2 raspberry pi 3 B+ using a USB hub?

If anyone was wondering the negotiating protocol is called qualicom quick charge

View Article

Comment by Mohammad Ali on I can't run TOR on my Pi 3b+ how can I fix it

Are you running tor using the word “sudo” before your command?

View Article


Comment by Mohammad Ali on Where is my /etc/dhcpcd.conf file?

The config file can be accessed using the following command: sudo nano/etc/dhcpcd.conf

View Article


Comment by Mohammad Ali on Can't send UDP packets

Are you sure you have the correct ip for your computer? And have you tried running as root user with sudo?

View Article

Comment by Mohammad Ali on Portable Flash Player For Raspberry PI?

Is their any particular reason you don’t want to use chromium?

View Article

Comment by Mohammad Ali on Does the PoE hat fit in the Raspberry Pi case?

Where do you think the fan would get air from in the closed case?

View Article

Comment by Mohammad Ali on PiGPIO inconsistent when using servo

Why would you want to “arm” them the second time around?

View Article


Comment by Mohammad Ali on Which OS for a Raspberry Pi webserver?

this answer is of a very low quality as it does not contain any sort of explanation

View Article

Answer by Mohammad Ali for Is there a maximum number of Pis that I can power...

The instructions below Assume you mean 120volts at 20 amps which is the American standard.So we want to start by calculating the approximate wattage we could theoretically draw from the wall, which is...

View Article


Answer by Mohammad Ali for Streaming TV on Raspberry Pi Zero

It will likely be too slow as the Pi zero isn't the greatest at processing compressed video on the fly. This is due to the limited CPU and gpu power of the Pi zero. On a side note if you did not...

View Article

Answer by Mohammad Ali for Raspberry Pi 3B gets really hot when watching YouTube

Based on the temperatures and CPU usage you shared in the chat, I believe that what you are experiencing is normal as reviving video over the internet and deciding it is very taxing on it. However a...

View Article


Answer by Mohammad Ali for Can Logitech MK220 wireless keyboard and mouse can...

I have the Logitech mk 550 keyboard and it works fine out of the box, although certain keys like media control didn't work for me.

View Article

Answer by Mohammad Ali for RPi3 and larger touch screen monitors

Your probably out of luck as when a touch screen is listed as incompatible with the os you are using it is unlikely that you will find drivers for it

View Article

Answer by Mohammad Ali for Is it possible for Raspberry Pi B+ to be act as a...

This is not possible as the Pi model b+ has a built in USB hub that prevents it from being configured as a slave device

View Article

Answer by Mohammad Ali for Relay board and solenoid power source

I think that your problem may be that your relay board isnt reciveing a high enough voltage from the pi to trigger the relay to open as the magnetic field being created is likely not powerful enough....

View Article


Answer by Mohammad Ali for Can't mount Raspberry Pi NFS Server

First I would make the following bash script and call it delay:#!/bin/bash# $1:delay time(s)# $2:command# example:# delay 10 "conky -d"sleep $1exec $2Then I would make it executablechmod a+x delayYou...

View Article


Answer by Mohammad Ali for can the raspberry pi 2 automaticly setup crossover...

Although the Pi is capable of utilizing any cable as a cross over cable and will automatically detect this. The Pi is not capillary of assigning itself an IP address so unless your camera has a built...

View Article

Answer by Mohammad Ali for Can I have 2 RPi devices deliver the same WiFi...

You can run any two routers with the same name and password as you please. I do not believe that your client would automatically connect to the second router if it originally signed in with the first....

View Article

Answer by Mohammad Ali for How much power does a Raspberry Pi Need?

First off the raspberry Pi corporation has not realeased a model "3+" so assuming that you are using a model "3" the power requirements from the official FAQ located Here state that 2.5 amps is the...

View Article


Answer by Mohammad Ali for Raspberry Pi 3 and UPS Pico HV3.0A, cold boot

I'm no expert on the topic but I believe that the Pi will still place a load on your ups after it is shut down. Furthermore although you can't boot up your Pi using your pico ups what you could do is...

View Article

Answer by Mohammad Ali for Raspberry Pi + router + USB port sharing for file...

Yes this is possible as the USB port on your Pi is able to handle more than a single device if you use a hub. This is demonstrated on the Pi b which utilizes the same processor but also includes a USB...

View Article

Answer by Mohammad Ali for Raspberry Pi 3 Smartphone LCD

Im not too sure that this is doable, as any display's i've seen for the pi being marketed for the pi that don't use hdmi seem to use the pi's gpio ports and some custom code. I believe that this maybe...

View Article

Answer by Mohammad Ali for Will a Raspberry Pi 3 work with a 5tb Fat32 Hdd

i have personally successfully used multiple 4tb hard drives with my raspberry pi and see no reason why your 5tb and 3th drives would not be compatible with the pi simultaneously. The only potential...

View Article



Answer by Mohammad Ali for Raspberry Pi Monitor goes black periodically

id say that it may likely be due to power draw, your adapter(the hdmi to vga cable) you are using. If it isn't powered by itself it may be the cause of your problems, as the pi wasn't designed to power...

View Article

Answer by Mohammad Ali for PWM Controlled 12V Fan with dc-dc converter

I would personally recommend that you use either a dedicated power supply or a usb to 12v dc-dc boost converter like this. Furthermore do check whether or not your fan is capable of detecting a 3.3v...

View Article

Answer by Mohammad Ali for How to share an sd card across different pi models

I'm pretty sure one of the numerous barriers you may be facing is that the Pi 3 uses arms v8 architecture and the Pi model 1 uses arms v6 architecture. Which kind of makes what you're trying to do...

View Article

Answer by Mohammad Ali for Can Ubuntu budgie 17.04 be run on a Raspberry Pi 3...

No only a limited number of ubuntu versions can run on the Pi including but not limited to mate, kubuntu, lubuntu, xubuntu, and ubuntu-server these are the only versions that can run on the Pi as they...

View Article


Answer by Mohammad Ali for Is it dead? - Raspberry Pi 2 B

If powering the Pi via the micro-USB socket, all RPis except Zeros have a self resetting polyfuse which should prevent damage.In the case of a Zero or powering other RPis via the GPIO header there is...

View Article

Answer by Mohammad Ali for "No wireless interfaces found"

As the documentation that can be found hereSays, the command:Sudo airmon-ng check killWill “stop network managers then kill interfering processes left” which means that your raspberry pi’s ability to...

View Article

Answer by Mohammad Ali for Receive SMS Messages GSM SIM900 Using Raspberry Pi 3

Try changing these lines:p=list(find(fd, ",")) q=list(find(fd, '\r')) MsgNo=fd[p[0]+1:q[1]] With the following:P=fd.index(“,”)q=fd.index(“\r”)MsgNo=fd[p:q]

View Article


Answer by Mohammad Ali for How to light up picamera LED without taking photo

You can turn on the camera led through the pi’s GPIO using the python code below: #!/usr/bin/env python import time import RPi.GPIO as GPIO # Use GPIO numbering GPIO.setmode(GPIO.BCM)  # Set GPIO for...

View Article


Answer by Mohammad Ali for Use GPIO to trigger button press in software

Connect a relay or an NPN transistor to bridge the two sides of your switch and program the Pi to set the base of the transistor or relay to high for about half a second - as if a button were being...

View Article

Answer by Mohammad Ali for Connecting several (roughly 100) Buttons to the PI...

You could simply wire the buttons up as a matrix, your usecase already describes the buttons being placed in a grid pattern. If you wire all the button pins vertically and horizontally you can form a...

View Article

Answer by Mohammad Ali for Connecting Raspberry Pi Zero W to ethernet and...

I have written you a tutorial below on how you can setup your pi as a router. although performance will likely be abysmal(sub 20mbps) because of the amount of encryption required to operate an accesss...

View Article

Answer by Mohammad Ali for Automatically accepting Bluetooth connections on a...

(Note that this answer is no longer working as of Raspbian Jessie, since bluez removed the bluetooth-agent command)So currently you state that you can connect to the Pi just fine, but require a monitor...

View Article


Answer by Mohammad Ali for Running Xcode Projects

No it is not possible to run Xcode on the raspberry Pi as Xcode is proprietary to apple products such as the MacBook and Mac Pro.Even if you are able to compile your objective c code,you will be very...

View Article

Answer by Mohammad Ali for Can one run a Raspbery Pi Zero W at load...

Yes the pi will indeed slow down and can possibly even shut off when the cpu overheats. Because of this in built thermal throttling functionality you should not be able to damage a pi by running it...

View Article


Answer by Mohammad Ali for Resolution Issue

You can force the raspberry pi to use a specific resolution for HDMI, you do this by plugging you sd card into a computer and modifying the /boot/config.txt file.specifically you want to uncomment the...

View Article
Browsing latest articles
Browse All 44 View Live




Latest Images