Troubleshooting • Re: USB 3 SSD running at USB 2 speeds
Can you show Code: lsusb -tIs this a Pi4 or a Pi5, what power supply are you using and what else is connected to the Pi.Statistics: Posted by pidd — Thu Feb 22, 2024 8:51 pm
View ArticleTroubleshooting • Re: Stuck at poweroff
P.S. I neglected to mention that I am using a Waveshare 4.3inch LCD screen connected via DSI.Statistics: Posted by Peter_W — Thu Feb 22, 2024 8:58 pm
View ArticleTroubleshooting • Re: RPi5 shutting down on load
There doesn't seem to be a temperature sensor for the PMIC.Code: vcgencmd measure_temp pmicNoting that the PMIC is good to about 105CStatistics: Posted by pidd — Thu Feb 22, 2024 9:00 pm
View ArticleCamera board • Re: Raspberry Pi Autofocus Camera Code
Don't you need to use Arducam proprietary libcamera etc ?Don't think so. If it's one of the Arducam cameras that has mainstream camera support, that is.Statistics: Posted by scruss — Thu Feb 22, 2024...
View ArticlePython • Re: Send mail with attachments using Python in your CLI
You can get the required information about host via two methods. I did it an long time ago: https://pastebin.com/HcYS6HtDThe emails package is not required for this task.Thank you for your...
View ArticleGeneral discussion • Re: PHP Calling Pinctrl in shell_exec different in...
On Bookworm 64-bit on a Pi5 8GB, user pi, this works for me (may not be that secure) using pinctrl and php:Code: <!DOCTYPE html><html><head><meta charset="UTF-8"...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
PINN has been updated to v3.8.7fV3.8.7fTranslations - Updated Italian and Czech translations. Fixed CZ keyboard selection.Self-Update - Clarified some Info messages when self-updating.Just some mior...
View ArticleOther projects • Re: 1st time project
I know there are enough gpio pins, but there are not enough power and ground pins. I do not know how to connect the relay with 2 outputs to the magnets, that is why i am asking here.Ok. You don't need...
View ArticleFrançais • Re: Dashboard auto - Système dédié
Bonjour,Merci pour ta réponse,Et désolé pour le délai de retour, mais j'attendais une bonne alim pour essayer.Par contre j'ai tapé la première ligne de commande puis reboot et le raspberry reste sur...
View ArticleGeneral • Re: RP2040 Always in booting to BOOTSEL
Is Picotool able to communicate with it when in BOOTSEL mode? Use it to dump the flash?I am looking at some erratas (Appendix B) of the rp2040 data sheet. Seems like it could be the -E14. Its...
View ArticleGeneral • Re: Using Picotool with a multi-CDC setup
https://github.com/raspberrypi/pico-sdk/pull/197usbd_app_driver_get_cb() is the part that is missing.Statistics: Posted by trejan — Fri Feb 23, 2024 8:06 pm
View ArticleTroubleshooting • Re: nvme SSD is not recognized
You had some sensible answers there, but could you post photos of the two PCIE cable connections - I had no problems seeing a supported M2 card, which the Kioxia Exceria G2 is.Statistics: Posted by...
View ArticleGeneral • Re: Pico W : modify example tcpserver in web server
Hello.After many hours and dozens of tests and numerous searches on the internet to study the functions of the lwip library and functions of tcp_ip , I managed to get my program to work.The main...
View ArticleTroubleshooting • Re: Grey screen on boot Pi5/4b
An update.So far, its been working all day today, which I am very happy with. It seems the changes mentioned above did help.However, I did find a way to replicate it by trying a bunch of different...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB issues
I believe this is the default for a pi5?pi@raspberrypi:~ $ vcgencmd get_config usb_max_current_enableusb_max_current_enable=1I got my pi5 from Canakit and it came with a 45w usb-c power supply.Looking...
View ArticleTroubleshooting • Re: RPI 4b not booting from SD Card.
I guess it really is something with the hardware. I have been testing it for a while. Some times it boots up fine, just normal. Other times it just shines the red LED (with and without the sd card...
View ArticleGeneral discussion • Re: Pointers to an online registration Kiosk app on the...
It could be made with simpler solutions...Why not use a QR code with an URL that directs visitors to a registration page?Maybe a Google Form?Evite, GoTo Webinar, Google Forms, HubSpot Forms and...
View ArticleGeneral discussion • Re: SAMBA won't start
I have reinstalled samba and followed your suggestion and you correct, smbd works. But as a curiosity, do you have any idea why samba doesn't or should I simply just quit worrying about it...
View ArticleSDK • Re: Adding to queue_t causes hardfault after working fine for minutes
my money would be on memory corruption/stack overflow by your program. about the only way that could crash is if spin lock pointer is corruptedStatistics: Posted by kilograham — Sat Feb 24, 2024 8:57 pm
View ArticleSDK • Re: Weird problem with C++ and strings - fragmented ram?
Thanks for your reply. On the pico, the code is integrated in other code, so perhaps it might be indeed out of memory. The whole code is here, by the way. I will see if I can follow your advice with...
View Article