Advanced users • Re: Execute command at poweroff, not at reboot
For some reason this piqued my interest, so I spent a bit of time trying to differentiate between shutdown, reboot, and halt.According to the systemctl man page, each of these is equivalent to...
View ArticleTroubleshooting • Re: Pi Failing to boot
might just be a display issueThe latest "bullseye" and "Bookworm" releases use the KMS video driver. The KMS driver seems less forgiving when the EDID data from the monitor is bad, nonexistant, or...
View ArticleTroubleshooting • Re: Need help with Telepot
SOLVED...I had to put my 2 arguments as tuple because the function bot.deleteMessage have already a self argument.Statistics: Posted by Eddy25 — Tue Feb 06, 2024 7:58 pm
View ArticleTroubleshooting • Cron job on bookworm
I'm trying to figure out why I can't launch dump1090 from my pi running bookworm. Running as pi, I have a cron job that looks like this:Code: @reboot sleep 30 /home/pi/dump1090//dump1090 --dev-sdrplay...
View ArticleTroubleshooting • Problems using Raspberry Pi PicoW with FreeRTOS
I want to use picoW with FreeRTOS. I sort of have it. My directory structure for the project is below. In src/main.cpp I have the following and it works fine. I get different tasks...
View ArticleTroubleshooting • Re: no HDMI on TV
I am out of ideas. Any idea of what I could try ?Remove any custom settings from config.txt and cmdline.txt (switching back to a fresh sdcard install may be best to be sure).Looks like your TV has 4...
View ArticleSDK • Re: PICO : Can't update firmware uf2 by drag and drog
Generally start a new topic.I'm not sure on Windows 11, but as far as your upload using SWD issue could you please start at the very beginning and tell us exactly which hardware debug dongle you are...
View ArticleTroubleshooting • Re: How to fix broken/missing Kernel after failed upgrade
Yes. Your split is correct.Okay, well first of all thank you of course!However it still won't work. What I did:Plug sd-card into usb reader and connect it to a working piThen on this working pi:Code:...
View ArticleTroubleshooting • Re: Cron job on bookworm
I poked around today, I have no clue how to deal with an init script. I see there are a bunch of them in /etc/init.d .Can someone point me to some reading, I'm using Bookworm?Thanks,Statistics: Posted...
View ArticleGeneral discussion • Re: Best storage option for Rpi5 for usage as NAS and...
For a NAS you should really use two storage devices: one for the OS and one for the NAS data. Doing so makes it much, much easier to upgrade the OS or fix it when it or the drive is broken.Which media...
View ArticleAndroid • Re: [DEV] LineageOS 20 (Android 13) for Raspberry Pi 4 & Pi 5
I was able to sideload apps using adb.You need to turn on developer settings and allow over network adb to accomplish that. Hth took me a minute to figure out how to work through this.HiThank you very...
View ArticleTroubleshooting • Re: HDMI ports destroyed
Have you tried connecting to any display and booting without any uSD card or other bootable device present?Do you get a bootloader diagnostics display? (That display's resolution is such that, so long...
View ArticleTroubleshooting • Re: Problems using Raspberry Pi PicoW with FreeRTOS
OK, I found the fix. I looked in FreeRTOS-Kernel/CMakelLists.txt and saw:# `freertos_config` target defines the path to FreeRTOSConfig.h and optionally other freertos based config filesif(NOT TARGET...
View ArticleOther projects • RPi 5 Front and Both Side Views Mechanical Drawing
Hello!While there are excellent Plan/Top views and STEP files for the Raspberry Pi 5 board, I haven't found a suitable 2D Front/Right/Left views of the board. I would like to use these types of...
View ArticleGeneral • Re: WiFi configuration without a display
You could also use IPv4 Link-Local Addresses (lwip's AUTOIP), but then you don't have prior knowledge of the address (can't print it on a label). In that case, you'd need some kind of configuration...
View ArticleGeneral discussion • Re: Raspberry pi 5 with 500GB NVMe strange behavior.
The PCIe cable is fine and has not been disconnected and everything works perfectly now without wifi.I always wonder how integral signals will be when tracked near a WiFi antenna but I would have...
View ArticleMedia centres • Re: Plex Server "blank"
You installed Plex server on your pi?Or your trying to play from plex?Usually you don't consume the content on the server, you install the server on a NAS, and stream from the Plex app on kodi or...
View ArticleGeneral • Re: SSD1306 OLED Display connection RPI Pico W
hello,I checked all wires point, and it is still the same error. I attached IMG and code.Code: from machine import Pin, I2Cfrom ssd1306 import SSD1306_I2Ci2c =...
View ArticleGeneral discussion • Re: RPi 5 - Pi Case fan vs active cooler fan
is there any reason to buy and use the active cooler fan instead? From what I understand if experimenting with SSD HAT would need the active cooler and different case. SSD may be the way to go longer...
View ArticleFrançais • Re: gpio c++
J'aimerai bien revoir le Makefile?De plus, en lançant en dry-run (-n), qu'est-ce que ça donne en sortie;*Code: $ make -nCode: pi@raspberrypi:~/gpiod_cpp $ make -nmake: rien à faire pour « all...
View Article