Networking and servers • Pi Access point Network Manager issues
Hello EveryoneI have just installed pi os bookworm on my pi 4B and I’m following this tutorial: https://www.raspberrypi.com/tutorials/h ... i-hotspot/I have successfully got an access point created...
View ArticleNetworking and servers • Re: Pi Access point Network Manager issues
Logs when trying to connect a device to pi access point4616266.5907] device (wlan1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Started Wi-Fi Hotspot "AndrewsMedi>Aug 25...
View ArticleTroubleshooting • Re: No audio after lcd35 removal pi 5 8gb
That's my post on github i just ender my shift, going straight home to have a look at your links.Thx champ.So I still don't get it. Or i get something. It uses pipewire instead of pulseaudio. And...
View ArticleBeginners • Re: Problem in login
hi Try to define SSH parameters when i try to run SSH command from WIN 11 terminal window (cmd ) i got a strange answer " connect to host 0.x.x.x port 22: Unknown error"(all other x are of course...
View ArticleGeneral discussion • Re: Raspberry Pi 5 2GB released! $50!
Separate question—is there any confirmation the new stepping is still on the 16nm process node?Look at the chunks of SRAM on your images. That's the easiest way to spot a process change - they always...
View ArticleGeneral • Re: PIO reading and comparing pin values
On the other hand, you are never clearing ISR, so it will gradually accumulate bits. Did you mean mov ISR,null where you have written set X,0 ?Thanks, I did intend to clear the ISR, but somehow mixed...
View ArticleTroubleshooting • Re: Raspberry Pi Configuration
that is very odd. Everything looks to be default.Statistics: Posted by MetricMFG01 — Tue Aug 27, 2024 5:07 pm
View ArticleAutomation, sensing and robotics • Re: BLE counter based on authorised Tags
Here is quickly written code that works with my C Bluetooth library. It finds devices on the approved[] list.https://github.com/petzval/btferretCode: Download btlib.c btlib.h devices.txtSave code...
View ArticleDevice Tree • Re: camera driver kernel module compilation fails on bookworm
Duplicates https://github.com/raspberrypi/linux/issues/6326. Locking.Please don't ask the same question on both forum and Github without at least providing a link between the two, otherwise you waste...
View ArticleTroubleshooting • Re: Official 7 Inch Raspberry Pi DSI Display does not work...
Where have you bought those display cables from? They don't appear to have the same printing with the Pi logo as the official cables, so we can provide no guarantee that they are wired correctly.(I'm...
View ArticleTroubleshooting • Screen turning itself back on after using cec-client to...
Hello all. I am building a smart mirror and one of the requirements is that the display turns on very quickly but is otherwise off. To accomplish this, I have connected my RPI4 (4GB) to the monitor...
View ArticleTroubleshooting • Re: Screen turning itself back on after using cec-client to...
Does adding "vc4.force_hotplug=1" to cmdline.txt (on existing line) help? (this assumes you are using the first hdmi port, next to power connector).Statistics: Posted by dom — Tue Aug 27, 2024 5:20 pm
View ArticleGeneral • Re: RP2350 DMA Ring Buffer?
How does the DMA event system know to proceed without the CPU? I would have expected a more traditional atomic enable flag on a multidimensional array. This would allow async behavior with synchronous...
View ArticleTroubleshooting • Trying to transmit/receive with connected radio module SR105U
I have radio module 'SR105U' attached to 'raspberry-pi zero' and the connection is set as the attached image.I set up PD pin as 'running (1)', PTT (Push to talk) as 'transmit (0)'.Then to transmit...
View ArticleGeneral discussion • Re: Changing font size from a terminal
First I've heard of setfont, but in reading the man page for it looks to me like setfont modifies the font in the console (the screen you see when there's no graphical interface running).If you want...
View ArticleTroubleshooting • MQTT issues...
Hello,I have been using Mosquitto and paho-MQTT for some years but of late I keep getting intermittent issues. Normally they seem to cure themselves but on this occasion not so.I have three Pi's 1) is...
View ArticleOther projects • Re: Security Camera
I'm still using MotionEye V4.3.1 - 20201026 after failed attempts to get the version just previous to this going on a Zero.Thanks for the link to the alternate system. A quick look doesn't seem to...
View ArticleMicroPython • UART why is 0 not printing ?
hello,I send from an atmega32 over the UART 12 digits. there is a 0 in between, Python prints all numbers except the 0, nothing is printed at this location.How do I get that 0 printed ?thanks in...
View ArticleGeneral • RP2350 USB Data over GPIO?
In the RP2350 datasheet 9.4 Function Select, in Table 644 (GPIO Bank 1 Functions) "USB DM/USB DP" is mentioned.This is not the case in the RP2040 datasheet.I am not sure if I understand this table...
View ArticleGeneral • Re: RP2350 Errata E9 - Pull-down lock-up
In regards to A2 vs hypothetical A3, they aren't selling the chips publicly yet.Though people do have Pico 2 and third-party boards with RP2350A and RP2350B fitted.How many is an unknown - I'd not...
View Article