Networking and servers • Re: CORS assist
If you are using Apache2, add this to the .conf file Code: Header set Access-Control-Allow-Origin "*"And enable the headers module, then restart ApacheCode: a2enmod headersFrom a separate pi, we can...
View ArticleAdvanced users • Re: RASPBERRY PI 5 ON BATTERY!!!
Which battery did you use and how long did it power the pi5 for ?UPDATE!!! After alot of behind the scenes work here is how long the pi ran on battery. RASPBERRY PI 5 8 gigs ram loaded with raspbian...
View ArticleGeneral discussion • Wi-Fi is currently blocked by rfkill Issue
I am running raspbian latest on rpi5I did not configure wifi using raspi-config/or with Raspberry Pi Imager because I want to use wifi as AP (hostapd)The problem is, each time after reboot, I will see...
View ArticleGeneral discussion • Re: Wi-Fi is currently blocked by rfkill Issue
Make sure to update your OS! There was an issue with one release (don't remember the date).Statistics: Posted by aBUGSworstnightmare — Mon Nov 25, 2024 5:48 am
View ArticleBeginners • Re: Black Friday: SanDisk 1.5TB Ultra microSDXC card ==>...
Why not? Although I need to say that the largest uSD I've used was 400GB.Statistics: Posted by aBUGSworstnightmare — Mon Nov 25, 2024 5:49 am
View ArticleTroubleshooting • Re: ADS7846 Touchscreen for Pi 3 Drama
ADS7846 is touch controller IC for resistive touch screens.Which display do you have?If it's one of these 3.5in display modules you can try withCode: dtoverlay=piscreen,drmStatistics: Posted by...
View ArticleTroubleshooting • Re: 2x RPI 5 2GBs today with solid red and no boot
Have you pushed power button?Have you connected them to a display and powered on without a uSD inserted?Statistics: Posted by aBUGSworstnightmare — Mon Nov 25, 2024 5:55 am
View ArticleOfficial Display • Re: Screen rotated but mouse inverted (bookworm)
Why console and GUI? If you configure your OS not to display a splash screen then you will not notice any rotation for console.In GUI you will have to use screen configuration editor. Make sure to...
View ArticleRaspberry Pi OS • Re: Compiling Kernel Breaks WiFi/Keyboard etc
You're not compiling/installing the kernel modules. https://www.raspberrypi.com/documentati ... iled-buildYou are correct. I was missing this part. Now happily booting with all devices working. Thank...
View ArticleOfficial Display • Re: Raspberry Pi 4 + Touch Display 2 Screen rotation
im also interested, on bookworm i managed to have either 1. corectly rotated console on boot (not immediately), correctly rotated OS UI, but completely wrong input (both mouse and touch) this one...
View ArticleAdvanced users • Re: CAM/DISP Port on RPi5 connecting a 39 Pin MIPI Display
As I am still learning the whole workflow, I have a question:How do I load a particular panel driver to the kernel? Assume it's Code: panel-jadard-jd9365da-h3 which is in the mainline linux kernel...
View ArticleCompute Module • Re: CAM1 not working on a custom board with a CM4
..The led driver doesn't get seen at all by i2cdetect -l.yoi've been told that several times!CAM 1 is connected to sda\scl 1 and cam0 is connected to sda\scl 0 with jumper pins.so said jumper is in...
View ArticleTroubleshooting • Re: gpio-key dtoverlay incorrect key
An apology? Well, if I was wrong, sure.Statistics: Posted by ame — Tue Nov 26, 2024 5:49 am
View ArticlePython • Re: Related to Stepper Motor control
You probably don't want PULSE.on(). Based on my reading of the documentation that sets the GPIO pin fully on (i.e. no PWM waveform).Code: Pulpin = 17PULSE= PWMOutputDevice(17, initial_value = 0.5,...
View ArticleTroubleshooting • Re: PCIe port may be bad
Hmm ... My bet would be A) incorrect SSD - i.e. Trying to use a SATA SSD in the M.2 slot supporting M-key NVMe drives onlyB) incompatible drive - as you do not mention what you're using you should at...
View ArticleBeginners • Raspberry Pi USB 3 Hub - some questions
1.does it support backfeeding ( can it power up raspberry pi if i powered the hub externally ?? ) { im using pi 02w }2. since it need 5v/3a power ,does the raspberry pi 4 official charger will work...
View ArticleBeginners • Re: Beginner HW Integration Question
go with pi 02w ,with 512 mb ram and quadcore cpu ,it can handle most of the things in headlessStatistics: Posted by cooldude01 — Tue Nov 26, 2024 6:39 am
View ArticleGeneral discussion • Arduino Practical Application - 6MV2 Flight Control GPS...
Arduino Practical Application - 6MV2 Flight Control GPS ModuleExperiment: GY-NEO-6MV2 New Flight Control GPS Module (with Ceramic Active Antenna)The NEO-6M is a GPS module of superior performance,...
View ArticleOfficial Display • Re: Rpi Display configuration on mimxrt 1170 Evkb
we are using freertos not linux ,for this do you have any configuration for thisStatistics: Posted by pradum — Tue Nov 26, 2024 6:46 am
View ArticleGeneral • Re: Raspberry Pi Pico 2 W / WH / H Thread
Don't know, and no respectively. What questions do you have about the forums?Statistics: Posted by jamesh — Tue Nov 26, 2024 6:51 am
View Article