General • Re: How to store initial / default / factory preset data in Pico...
You can create a reserved section in Flash memory to store a flag or a counter that indicates whether the Pico has been initialized or not. Upon startup, the program can check this flag. If it...
View ArticleTroubleshooting • Re: Raspberry pi 4 CPU usage 100% problem
I performed diagnostics on sd card. My sd card was failing in everything. I changed my sd card and now my problem is fixed. Thank you very muchStatistics: Posted by Ahsan_Rehman — Fri Dec 15, 2023...
View ArticleBeginners • Re: New to Raspberry Pi looking for insight
The Raspberry Pi 1 Model B is not very powerful for emulation, especially for systems like PSP, PS2, or GameCube. It struggles with these due to their higher processing requirements. It's better...
View ArticleTroubleshooting • Re: Swap usage at almost 100% - What could be wrong??
It seems I had an error in my swapfile configuration. "1GB" is not correct syntax. I discovered this when I changed to "8GB". Size have to be specified as MB. I tried CONF_SWAPSIZE=1024 and now swap...
View ArticleDeutsch • Re: hitze problem mit dem raspberry pi zero w
Also es wurde hier schon von Problemen berichtet. Liegt halt daran dass der CSI Anschluss und das FPC nicht für diese Beschaltung ausgelegt sind.Meist bootet der Pi irgendwann nicht mehr weil die 3.3V...
View ArticleCamera board • Re: Do i even have my pi camera connected correctly?
The vcgencmd get_camera command showing detected=1 means the Pi has detected a camera. This indicates that the camera is at least recognized by the system.Check if the Camera Interface is Enabled:Run...
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
When the board exposes an access point named "ESPXXXXX," it implies that the Wi-Fi module is functioning and creating its own network. This could potentially indicate that the module might be...
View ArticleGeneral • Re: External reset
Clear, simple as that.Thank youStatistics: Posted by Lordanubis — Sat Dec 16, 2023 6:46 am
View ArticleBeginners • Re: Camera control
Taking 15 photos per second is quite a high capture rate and might exceed the capabilities of most standard consumer cameras.Statistics: Posted by embeddedbarsha — Sat Dec 16, 2023 7:00 am
View ArticleGeneral • Re: Raspberry Pi Pico w bluetooth doesn't pair
The error message you're seeing in Python suggests that the connection isn't being established. Ensure the Python script is targeting the correct Bluetooth MAC address of the Pico.Statistics: Posted...
View ArticleTroubleshooting • Re: How to configure GPIO pin 18 and pin 19 as PWM audio...
Analog audio is not supported afik.sorry , I can not understand what do you mean “afik”Statistics: Posted by jieweizero — Sat Dec 16, 2023 7:06 am
View ArticleTroubleshooting • Re: externall hdd with OS and data?
Someone in the earlier thread mentioned that the way I store everything together, it will be an issue when I upgrade os next time. Why is this so?The assumption is that people wipe their complete disk...
View ArticleTroubleshooting • Re: Chrominium not opening
You did not mention which version of the Raspberry Pi you're using. However, you can follow these steps:Code: Open Terminal.Enter: chromium-browser --clear-dataThis command clears cookies, cache, and...
View ArticleTroubleshooting • Re: Need to add an USB ext4 data drive to RPi5, cannot...
Thanks, now working! Statistics: Posted by Bosse_B — Sat Dec 16, 2023 7:13 am
View ArticleTroubleshooting • Re: Did anyone get the screen blanking to work properly?
Sometimes, certain applications or processes can prevent the screen from blanking. Close unnecessary programs and check for any running processes that might interfere with the screen...
View ArticleBeginners • Re: Where can I find upip
Ah, thank you so much. It is very confusing for a beginner as so many web pages says to use upip.Statistics: Posted by nanowizz — Sat Dec 16, 2023 7:13 am
View ArticleGeneral • Re: Non-blocking PIO I2C example available
HiThis is not old ;p, and would love to receive your code.Agp@AgpsDOTNetThank youDid you wrote somewhere how you came up with this? Or are you willing to do that?Statistics: Posted by Lordanubis — Sat...
View ArticleTroubleshooting • Re: Rpi OS Bookworm Failed to start session
where did you get your OS from? did you use PI-imager?that blue-green desktop i believe is the debian 12 (it looks similar to what i got when i loaded Cinnamon desktop).The OS was installed with...
View ArticleGeneral discussion • Re: Raspberry Pi5 Benchmarks Thread
Because 7-zip also sees slowdown in memory-access, it would be interesting to see, if Pi5b 4GB model get better results.There is a binary for 7zz linux arm64 on 7-Zip homepage:...
View ArticleTroubleshooting • Re: pi 5 unable to boot
There is a segmentation fault error when I try booting from sd card today. What does that mean?Statistics: Posted by 1a2a3a — Sun Dec 17, 2023 5:47 am
View Article