17,570 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
0
replies
22
views
Enforce probe order for device tree overlay fragments
I am building a dto for a display using an Ilitek 9806e controller and a Goodix Gt911 touch controller.
These two components share a single reset line, so this reset line should only be asserted once ...
Advice
0
votes
1
replies
52
views
SDIO WiFi Card Enumeration Fails on Raspberry Pi 5 , But Works on Pi 4
I'm seeking help with a device tree issue I'm facing on the Raspberry Pi 5.
Goal:
My objective is to connect an external 1.8V SDIO WiFi card to a Raspberry Pi using the built-in microSD card slot (the ...
0
votes
0
answers
59
views
Raspberry doesn't show in my PC, nor is it detected in Arduino IDE
I was trying to upload a sketch in my RaspBerry PI Pico W (USB) when suddenly this error occurred:
Sketch uses 316068 bytes (15%) of program storage space. Maximum is 2093056 bytes.
Global variables ...
Tooling
0
votes
1
replies
64
views
Is it possible to train and run a small AI model on a Raspberry Pi 5 to solve text-based CAPTCHAs?
I’m trying to understand whether it’s actually feasible to train and run a small AI model on a Raspberry Pi 5 (16 GB RAM) that can solve simple text-based CAPTCHAs, the kind that contain a few letters ...
3
votes
3
answers
199
views
strlen() returns 1 larger on linux than windows
I am building a c extension for a python module and it needs to work the same on a windows machine and on a raspberry pi.
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#...
1
vote
0
answers
102
views
XNNPACK on raspberry pi5
How can I enable XNNPACK on a Raspberry Pi 5 for an INT8 TensorFlow Lite model?
I have a quantized INT8 TensorFlow Lite model that I want to run efficiently on my Raspberry Pi 5.
I’ve read that ...
0
votes
0
answers
67
views
Intermittent ESC/POS Printer Issue Using Flask + Gunicorn on Raspberry Pi
I originally had a Raspberry Pi running Raspberry Pi OS (Full Desktop) with Apache serving a Flask app on port 80:
from flask import Flask, request
from escpos.printer import Usb
app = Flask(__name__)...
0
votes
1
answer
68
views
Unable to connect to bluetooth remote from Raspberry Pi Zero 2 W
I'm a newbie to Raspberry Pi. I'm trying to write an app that interacts with an Amazon Fire TV bluetooth remote but the app can't connect.
I know the bluetooth controller is working because my ...