tolland
April 30, 2024, 18:17

reading value from GPIO 2 & 3 pi4

Hi, I've connected these two products to GPIO 2 and 3 as shown in the product diagram of the second link. How can I read the value of GPIO 2and 3 to determine if the geiger counter has beeped or not? https://thepihut.com/products/gravity-geiger-counter-module-ionizing-radiation-detector https://thepihut.com/products/gravity-i2c-ads1115-16-bit-adc-module-arduino-raspberry-pi-compatible
risb
April 30, 2024, 12:22

Is it possible for a raspberry pi pico W to become a client and a server using multithreading?

I want to run a webserver on the rpi pico W that can accept button presses from clients (browsers) to change some state variables and then act as a client to transmit this state data to a server running on another device. Is this possible using multithreading or will this cause issues with the networking hardware as it may be a limited resource? I would preferrably like to use micropython instead of the pico-sdk for C/C++ as I'm running short on time for this project
this_is_alex
April 30, 2024, 09:40

Help with on deploying a roboflow dataset for a Pi 4 to run it locally.

Hello! I want to request some help on how I can try to run this dataset from roboflow, https://universe.roboflow.com/fyp-hq4ka/plate-number-dwkyk on my Pi 4 , 4GB vers. I am currently trying to make a smart autogate system using a Pi 4 and a USB Camera to detect and recognize license plates, for then it will reference a local database and if the plates match, then a signal will be sent out through the GPIO pins to trigger an autogate or like a relay for example. Thank you for your help in advance!
xavieriusmoor
April 30, 2024, 03:07

pi pico blinks 4 imes then nothing circuitpython

as the titles states, flashed circuit python to my pi pico, led blinks 4 times then nothing no usual mass storage drive opening and nothing on com ports, works fine on micropython however no dice on circuit python where i need the hid library lol
diamondepsilon
April 29, 2024, 22:55

Raspberry Pi 4B won't read SD card

Yesterday I was booting my Raspberry Pi 4B into RetroPi. When I got onto the controller screen, I plugged in a Google stadia controller via USB. After I did that the whole thing shut off. Everytime I tried booting after the green reading light would flash only once for a split second. I tried cleaning the port, Recovering the SPI EEPROM (thought it was corrupted) and using different power cords. I am out of ideas and I really need some help here.
wambamitsbram
April 29, 2024, 20:18

Cannot get acces to raspberry pi 5 with ssh

When I start up my pi with Raspberry OS lite installed, I cannot for the life of me connect through ssh. Everything I try, it gives an error message. I know the sd-card and Raspberry Pi worked because when i installed the Raspberry OS full i got monitor output and was inside the desktop enviroment. I am really lost here and I would love to have your help. Anymore info needed just ask and i'll provide.

davidek_12
April 29, 2024, 16:23

Python script.py

Python script.py, when I put raspberripi in the terminal it doesn't want to run the script. I use raspberrypi 4 model B, and camera module 3 via ssh mode mobaxterm
tomatoes6868
April 29, 2024, 16:10

Wave rover led lights

LED fill light with PH2.0 male plug how would you guys connect this to a pi? my robot control board is full and i have no connector for it using the waveshare rover
regex_
April 29, 2024, 10:47

Help me select a board

I need to develop a device or system with a camera that can be placed on a door. This system will take photos of people passing through the door and upload them to a cloud server. It will also be capable of recognizing individuals. For example, if a known person passes through the door, the system will recognize them. If an unknown person passes through, the system will mark them as unknown. To achieve this, I'll need to provide the system with images of known individuals, which it will use for identification. After each entry, the system will capture a photo and upload it to a Linux server running on the cloud, storing all relevant information such as time and date in a file or MongoDB database. If the person is recognized, their name will also be stored, which can later be displayed on a web portal. Which rassberry pi model should I use for this?
gimmedalyte
April 29, 2024, 02:01

Raspberry pi screen just white after bootup?

i just bought a 4b and the official 3.5in screen, when i boot it just shows up white
christ1an4152
April 29, 2024, 00:47

Pi losing internet connection instantly

I have a Pi 3 that I just put a fresh install of Raspberry OS. I plugged it in via ethernet and it shows DHCPACK on the router, it gives an IP but it drops connection within 5 to 10 seconds and goes offiline. I can't ping, nothing I have a Verizon router, don't know if it's a problem with that
oops.se
April 28, 2024, 22:08

Need help reading tilt of 6dof mpu6050

loosiusgoosius
April 28, 2024, 17:26

Old Raspberry pi 2 B trouble booting

Hello all! My dad found his old Pi and gave it to me. I did manage to start it once with the original sd card and found it hasn't been touched since 2015. I couldn't update pi on the original SD card (it had a crack and my computer refused to recognize it), but i got a 32gb SD card and tried to load ubuntu on it. It loaded ubuntu for a bit fine, but in trying to get rid of Gnome i ended up just rewriting the SD card with regular old Raspberry Pi OS. Now, the entire thing won't work. It was at least showing the rainbow screen and not moving past that. I tried booting with no sd card and the same thing happened, so i tried to reinstall the bootlauncher via these instructions: https://www.fastoe.com/blog/rpi-4_400-eeprom-recovery-guide Now, with the SD card inserted, nothing shows on the screen and no green light is flashing. Any help is appreciated!
martzitgrt
April 28, 2024, 14:28

Need help installing pi hole on rpi 3 B without keyboard

Hi
tiziebi
April 28, 2024, 13:22

can someone help me create a Text to Ducky string

So when you input a text writes STRING infront of it and ENTER between each paragraf, in have used both chat gpt and phind to no availl when i use thier code it stops generating after the paragraf it dosnet even write ENTER
k9t33n
April 28, 2024, 12:44

Camera module not being detected

1. Run libcamera-hello to double check if it's working or not 2. Take it out and clean it with isopropyl alcohol, maybe try switching the way you put it in too 3. Run sudo apt update; sudo apt upgrade once you are sure it's clean and in properly
timestepyt
April 28, 2024, 11:20

putting dicts in post requests for data in micropython doesn't work

I'm trying to access the Geometry Dash severs from my Raspberry Pi Pico W but I need to pass data={"secret":"Wmfd2893gb7", "str":"RobTop"}. However when passing dicts, it gives me this error.
Traceback (most recent call last):
  File "<stdin>", line 27, in <module>
  File "requests/__init__.py", line 184, in post
  File "requests/__init__.py", line 123, in request
TypeError: object with buffer protocol required
This is my code snippet
py
data_dict = {
        "secret":"Wmfd2893gb7",
        "str":"RobTop"
        }
res = urequests.post(" https://www.boomlings.com/database/getGJUsers20.php ", headers={"User-Agent":""}, data=data_dict).text
print(res)
grimmlicious
April 28, 2024, 04:51

Recommended Apps (error fetching while offline)

Hi there! I seem to be having difficulty getting my cyberdeck loaded Pi to load up the recommended apps. when I run status NetworkManager.service I did notice that it's kicking out Error/Warn messages, would that have something to do with it? (couldn't initialize supplicant interface 2/3/4/5)
masimooo
April 28, 2024, 03:45

Having probles with putty

tolland
April 28, 2024, 03:44

Connecting SKU_SEN0463 geiger counter to raspberry pi

Hi I'm new to rpi, I want to read data from this geigeer counter into a raspberry pi to send to my pc. I bought this but quickly realised I don't know what the fuck I am doing. What do I need to connect the device to the raspberry pi? I did come across this product, is it needed? https://www.dfrobot.com/product-1730.html
rx5_
April 27, 2024, 22:53

chromium not working

When i tried to started up my chromium browser recently, it wouldn’t open. I have rebooting and reinstalling it but it still won’t open. Please somebody help me because this is very frustrating.
.igelkot
April 27, 2024, 20:49

Pi pico How to make it write any note i want

Hello i am working on a project i want to make something that makes it write automatically to What ever i put in the file.
__hades__
April 27, 2024, 16:24

software packages and library installation

I need help with installing the various softwares needed to code the project in my raspberry pi zero w Project-Accident detection sensor Components-1)Raspberry pi zero w 2)MPU6050 accelerometer 3)NEO6M GPS module 4)SIM800L GSM module I have to code the project in Java I set up the raspberry pi environment, updated the software and installed JDK I wanted to know what all other sensor software/java libraries do i need to install in my raspberry pi Also would highly appreciate it if anyone could help me connect the SIM800L to The raspi
bluesam27
April 27, 2024, 08:42

PiKiss Dolphin not working and other things.

I tried to get Dolphin on PiKiss and it said it downloaded successfully and i can see that it had downloaded the necessary files except the dolphin-emu part which is weird because the rest downloaded. I don't have a 5V power supply but i don't think this is the issue. Other games also don't work like half life and fallout 2. Fallout said it didn't have the right text font. Please help
__hades__
April 27, 2024, 08:04

how do i connect different sensors to my raspberry pi zero w without soldering

I wanted to create an accident detection sensor wherein the raspi would read data from the accelerometer(mpu6050), gps(neo6m) and then notify the registered mobile number using the gsm module(sim800l) in case of an accident All the other sensors came with headers except for the raspi and there isnt enough time/funds to go buy the headers for the raspberry so i was wondering is there any way i can connect the raspi to the sensors using male to female jumper wires without soldering Maybe by using breadboard Im new to soldering so i dont want to accidentally damage the board Would also appreciate it if you can help me assemble the project by giving some basic advice
tslayr82
April 27, 2024, 01:38

Parts guidance?

I am new to this and want to know what would parts do what and what should i get for my project while not getting really expensive parts. I want to build a small robot with treads or smth and make it so that things can be added on to it like claws and stuff in the future. I plan to put Ai in it too at some point but ill start with a simple program. Like a cleaner bot. But yeah, a small treaded robot for that.
smokerson
April 26, 2024, 21:44

RPI 4 keeps restarting

I have been running RPI4 for a little over 3 years without an issue. I only have PI HOLE running on it. A couple of days ago it started to reboot itself over and over .. Any thoughts of what to do with it and fix it? I need to at least maybe recover the PI HOLE to important in some docker container
badaboom3756
April 26, 2024, 11:41

Raspberry Pi Zero 2 W not booting

I have a 02W and the only OS so far it will work with is Raspian Bullseye 32-Bit, but I want something more up-to date. Both 32 and 64 bit versions of bookworm doesn't do anything past the rainbow screen and the logo (it just goes black). It doesn't show up on my wifi either so I can't SSH in despite setting networking and SSH up in the official imager. What do I do?
worldetude
April 26, 2024, 10:42

I2C not working RPI4B running UBUNTU and ROS 1

I have setup an Arduino redboard as an I2C slave for RPI4B. However the raspberry pi is not reading any i2c connection.
oops.se
April 25, 2024, 23:29

Pihole web interface problem

Read and follow https://discord.com/channels/818384379197784084/1189386838788542464 as I could reduce all text to "PiHole Web if isn't working" and all important facts is missing. Sp edit your topic and add tangantible facts.