jmad420
January 31, 2024, 11:25

no boot, no display tried all recommended from pi sticky threads and utube vids,

Tried two different sd cards, formatted in cmd , used imager, etcher, different laptops, only thing I havenā€™t tried is another official psu, I only have the one or iPad cable, tried that same thing, no display, had 8 green flashā€™s then did sd boot effortm, now power on two lil flashes then solid green n nothing displayed
sweetbrett
January 30, 2024, 18:03

Pico W connected to wifi but not the internet

hey, i have a pico w and i had it working with wifi a few weeks ago. but today the same script keeps getting EHOSTUNREACH whenever I try to connect to something outside of my network. I have confirmed that the wifi connects, I have an IP, the default gw is set, I can ping the default gw, but when i ping something like 8.8.8.8 or 1.1.1.1 or if i try to socket.connect() to something like google.com I just get EHOSTUNRECH. I've rebooted a few times. Can anyone think of what might be causing this problem? using micropython.
budyforarom
January 30, 2024, 17:44

Where is the pinout hole for GND ( Composite out) on the PI-5

I've been at this for days! Can anyone please help by telling me where is the gnd for the composite (vid) pinout hole for the raspberry pi 5? I can not find any documents or information anywhere. Any help from the community will be very appreciated. Thank you. 03stevensmi
ehxpy
January 30, 2024, 15:33

Emulation for Pi 5

Having issues setting up dolphin for the pi 5. I was able to setup a ps2 emulator no issue. Right now the os is latest version of Ubuntu for the pi
gelid_cryotheum
January 30, 2024, 06:54

What's the best way to read analogue input using GPIO?

I'm reading the Sparkfun sound sensor amplitude/envelope which is analogue. The sensor doesn't seem to have I2C sadly. I think I could use SPI instead, but is there an easier way to read this data that I'm missing? Also, do you NEED a MCP3008 to read the data? Link to the sensor: https://learn.sparkfun.com/tutorials/sound-detector-hookup-guide#software-example
rpi5
January 30, 2024, 04:19

M.2 NVME Drive doesn't list in the system on my Raspberry Pi 5 with Pineberry Pi Hat.

I need help with configuring my m.2 nvme. I have watched several guides/tutorials which explain how to setup the nvme to show up and eventually boot from it, but unfortunately mine just doesn't show up, for example lsblk will just show my current usb to sata 3 drive. Currently I booted from normal sata 3 ssd with usb and I have fully updated the system also inputed dtparam=nvme and dtparam=pciex1_gen=2 in bottom of the /boot/firmware/config.txt. I have also tried to change the option to gen 3 since my ssd and hatdrive fully support pcie gen 3. (btw the power light on the hat is on, also the connection and everything between the raspberry pi and the hat is connected properly, so it's most likely software issue?) OS: Debian GNU/Linux 12 (bookworm) aarch64 Host: Raspberry Pi 5 Model B Rev 1.0 Kernel: 6.1.0-rpi8-rpi-2712
jmheadley1988
January 29, 2024, 22:39

Parsing XML File Error-No Document Element Found

Has anyone ran into this error? Not very computer savvy and the person who set the system up for me is no longer available. Any ideas how to fix this? It shows up upon booting.
dubstepmad
January 29, 2024, 20:09

Geany Permission Denied

I've saved a py script (just messing around) and I get a permission denied. Screenshot explains it faster
theo.herbst
January 28, 2024, 18:50

Help with lightdm

Hey, the ticket bot doesn't work so I post my problem here... I installed docker (a parrot os image on it to be more precisely) and now when I boot, lightdm.service fails to start, so I have only a black screen with the white underscore on the top-left If some1 can help me šŸ™
developful
January 28, 2024, 18:28

Micropython modules conflicting with existing modules on visual studio code

So i've got a project that I created using micropico
json
{
    "python.linting.enabled": true,
    "python.languageServer": "Pylance",
    "python.analysis.typeCheckingMode": "basic",
    "python.analysis.diagnosticSeverityOverrides": {
        "reportMissingModuleSource": "none"
    },
    "micropico.syncFolder": "",
    "micropico.openOnStart": true,
    "python.analysis.typeshedPaths": [
        ".vscode\\Pico-W-Stub"
    ],
    "python.analysis.extraPaths": [
        ".vscode\\Pico-W-Stub"
    ]
}
this is the settings.json. My issue is that doing import os, the intellisense will think im using the usual python os module, not the one declared in the Pico-W-Stub folder. Is there any way to override this?
k9t33n
January 28, 2024, 12:43

trying to ble spam

this is not enough information
tsifios
January 28, 2024, 11:41

Python3 error

When i run python programms i get the following error on pi4
eriklavr
January 28, 2024, 08:35

Turning off USB port or on

Hello! I wanted to ask how can i turn off an USB port or turn it off on the rpi in python? It would really help, thanks!
jannik44
January 28, 2024, 02:40

SIM800L and rp2040-zero echoes commands back

I have a sim800l connected via uart to the pi and wrote a sample micropython code to test it, but the weird thing is that it just replies with the same command instead of executing it, in the documentation of it ive read something about echo mode, could that be an issue? https://cdn-shop.adafruit.com/datasheets/sim800_series_at_command_manual_v1.01.pdf even if i just send pizza' to it it replies with b'pizza', same thing with the AT commands (see code below), any ideas what im doing wrong?
py
from machine import UART, Pin
import time
uart = UART(1, baudrate=9600, tx=Pin(4), rx=Pin(5))
uart.write('pizza')
time.sleep(0.1)
response = uart.read()
print(response)

maillouski
January 28, 2024, 01:23

Remote Headless Install while currently booted.

Nevermind, I read a bit on how it could be doable, but that's going to take wayyyy more time than actually go and grab the pi for a reinstall haha šŸ˜›
semp1337
January 27, 2024, 12:12

VirtualGL is using LLVMPipe and not the GPU

What I currently have - Raspberry Pi 5 with 3a/5v charger and fan What's my purpose here I want to use RPi's GPU to its full core I'm currently using Xpra and hosted it online so that my friends can view and do stuff along with me However glxinfo reports LLVMPipe is used so I believe it's cpu's complete work? I've compiled VirtualGL and ran but then found that it also uses LLVMPipe [note the attachment pic] What have I tried for alternatives I've used TightVNC with noVNC for achieving similar to Xpra but then sound wasn't there [the forks with sound seems impossible for me to config] I noted that RealVNC uses Broadcom's GPU in Service Mode which gave me some hope but then it wasn't working with noVNC, the authorization protocol resulted in some error [ https://github.com/novnc/noVNC/issues/1826 ] i'm newbie so idk much, just read the docs and tried stuff then failed miserably :C
oops.se
January 26, 2024, 11:40

Network Monitoring / MITM

Yes, there is either ethernet modules with SPI interface or USB ethernet dongles.
theosib
January 25, 2024, 16:46

Reprogramming Pico live, 2nd CPU doesn't reset

I've discovered that if I reprogram the Pico firmware live through a pico probe and tell it to reset, only processor 0 gets reset. Processor 1 seems to be stuck doing something else or crashes, and I have to fully power cycle it. Is there something I can add to "program build/pico_motor.elf verify reset exit" to reset core 1? I tried using the function multicore_reset_core1() upon entering main() on core 0, but that didn't help. I also tried changing the openocd command to something I found on a forum, but that didn't help either: openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "program $ELF verify reset ; init ; reset halt ; rp2040.core1 arp_reset assert 0 ; rp2040.core0 arp_reset assert 0 ; exit"
broadbob
January 24, 2024, 21:29

PI 4 POE FAN

I've etched raspi_4_bookworm.img into this raspi, and the fans do not work. Unsure where to look at and what to look for.
rat_is_the_best
January 24, 2024, 17:25

help me find what connection in pico killed my usb hub

Hi all, need some help with pi pico. I followed a tutorial to get a 4 digit 7 segment display work with pico, and it worked absolutely fine, I was able to see the display working properly. (https://how2electronics.com/using-7-segment-display-tm1637-with-raspberry-pi-pico/) But then I wanted to find how much current was consumed by the display, so I did two experiments (in both cases pico is connected to macbook pro via usb hub): 1) I connected the display to the pico and measured the current by connecting the multimeter in series with the pico(pin 38) and the ground pin of the display. (I did not remember exactly, but the display did not turn on I guess) 2) Did the same experiment as above, but this time I connected the multimeter in series with the pico(pin 36) and the vcc pin of the display, when I did this, the usb hub that I had connected to use the pico with macbook just stopped working forever. but the pico itself just works fine. I felt very bad for what I did, lost my usb hub. But still unable to understand what went wrong, pls explain to me what happened and how to avoid it in the future. Attaching pictures of my second experiment.

honkinghonk
January 24, 2024, 12:58

Screen compatibility for Pi1B

Just checking to see if this screen is compatible with the 1B Pi https://a.aliexpress.com/_mMHIrZa
poppinpopcornsparklingwatertype
January 24, 2024, 11:40

How can I add an AI chatbot feature to a pi zero ?

Is it possible to add a chatgpt system that makes api calls to a server and it responds back? I also want it to have audio input and output.
oops.se
January 24, 2024, 09:57

Snap installing

What won't work? Be more detailed othervise I will start guessing
k9t33n
January 23, 2024, 22:13

How Can I Install Ubuntu Server on a RPi400?

all those tutorials are correct. and when you say start from scratch to you mean you've dones stuff already on the preinstalled os?
febriiiiiii
January 23, 2024, 19:34

Building audio player

Im a programmer and i wanted to build an cli app to play music from the internet, would be cool if i could run it on dedicated device. So im thinking maybe i could build a DAC with raspberry Pi? Since it can run Linux so i think wouldnt be too hard. But i have no knowledge beside the programming part so, any resources for building HI-FI DAC with raspberry Pi? Maybe some extra device that i need? Some documentation? Any help would be appreciated, thanks!
voltydragon
January 23, 2024, 19:12

Trying to control a 3.5" RPi Display with a Pico, confusing controls

Hello, I have recently started work on trying to display something to my pico with a Raspberry Pi 3b RPi screen, but the pins are extremely confusing. I found the documentation for the chip that the display uses (ILI9486) but the pins on the actual display do not match up with the inputs of the display (attached image). I'm not sure exactly what to do, and how to communicate with the screen.

e_xie
January 23, 2024, 17:43

Large self-playing pinball machine

Hello, I'm working on a pinball machine project in which the pinball is a small-sized soccer ball. My friends decided they wanted more points for risk (this is for a "competition"), and they decided a self-playing pinball machine would be cool. this is what we want to achieve but scaled up and less expensive (Wood isn't a problem) :https://www.instructables.com/Pinball-Machine-With-Raspberry-pi/ I have access to 2 Raspberry Pi 3s, 1 Raspberry Pi 4, wood tools/saws, and other sensors and electronics. I would appreciate any suggestions with the coding or with the wires. I don't have any progress so far with the code or wiring except for making the frame of the pinball machine. I have also worked on an Arduino controller.
hammeraster
January 23, 2024, 05:35

Vulkan drivers installation fails

Urgent??? This isnā€™t the typical I need help topic. If I canā€™t fix this I canā€™t use my raspberry pi. Iā€™m not willing to reflash my micro se card a million times until it decides it want to work with me. So I was using PiKiss to install Vulkan Drivers on the Raspberry Pi 5. One small issue the two times I had to reflash my sd card and redo the process, it stopped the first time a random amount of time during either downloading or installing the drivers. The second time is when it would work, the issue is, the second time I rebooted then tried to install then it installed without issues, or so it seemed. I downloaded some Vulkan demos to test and they worked flawlessly. Cool right? WRONG 1. Some open/webgl websites that I tried had HORRIBLE fps. Just as a test I pulled screenshots from a prior flash of the sd card without all this Vulkan nonsense. 60fps on the website! After both of these 2nd Vulkan download attempts I would average 15-23fps. Somethingā€™s wrong!! I reboot and low and behold NO MORE GUI! šŸ˜‘šŸ¤¬šŸ¤¬ Now Iā€™m just mad. I knew the GUI was gone because I waited 15 minutes for it but the text cursor you usually see for a split second on boot was it here flashing. So I hold alt+F2 so I can use text mode. And when I tried to run the Vulkan program that ran not even 5 minutes ago shows the following image. Please help Iā€™ve been troubleshooting for hours and now Iā€™m actually getting to that point where tears are about to start rolling because Iā€™ve wasted my entire day on this with no success! TLDR: how do I get VULKAN drivers installed with zero error?
sevgisiz
January 23, 2024, 01:40

Raspberry Pi 4 connected to my rental apartment's router, am I in danger?

So basically I just moved in with my gf and I found a raspberry pi4 on our apartments router. The landlord says it's for wifi expansion and smart home devices, but I am hesitant to believe that's all it does. Is there a way to test if I or my data is in danger? And if so, would it be hard for me, as I did very little to none python programming in my life? It's a raspberry pi4 with raspbee 2 on it, it's connected directly to our router, but also to the wifi.
justdaniel1337
January 22, 2024, 21:56

USB Host Shield DIY

I gonna get my Raspberry PI Pico W soon and wanted to know if I can "make" my own USB Host Shield out of some cable. Like this one for example