Advanced users • Re: Image File Utilities
Ok, backups are more important than having the /home partition so I moved the content of /home partition back to the root partition and deleted the /home partition. So I'm down to just the /boot and /...
View ArticleTroubleshooting • Re: Solid green light of death after couple day running...
I noticed that after the led come solid green, hdmi display still show the image for hours. Mean while all keyboard, mouse, ssh are dead when the green light become solidStatistics: Posted by Kizovinh...
View ArticleGeneral • Re: Ensuring PWM/GPIO outputs are low after critical events
I could do this in MMBasic and obviously therefore in C - sorry can't help with pythonIn MMbasic you can trap CTRL-C and action anything you want very easily. You will want a hardware watchdog...
View ArticleCamera board • Re: Raspberry Pi 5 does not detect Arducam stereo OV2311 setup
Presumably you're referencing https://www.arducam.com/product/arducam ... ra-module/As a third party product, support should come from the vendor (ie Arducam). https://forum.arducam.com/ or...
View ArticleGeneral • Re: Suitable for ISS project?
They would just rework it. Radiation hardening has multiple software and hardware implications. The initial concept is likely capable on non-hardened hardware. I would be looking at hardware...
View ArticleFrançais • Re: RaspberryPI2B AP mode : invalid/unknown driver 'nl80211
C'est un dongle que j'ai acheté sur Aliexpress, https://fr.aliexpress.com/item/10050061 ... pt=glo2fra . J'ai testé sur un pc sous linux, et il le dongle est bien compatible.Lorsque je fais "lsusb",...
View ArticleSDK • Saving/restoring C++ instances to/from flash
My program collects data from the ADC and stores it to RAM until it is uploaded via the UART. There is a C++ class that collects the data and another that keeps statistics about the event and contains...
View ArticlePython • Re: How do I fix this Python code?
Any way to automate this? I ran it and I needed to press enter for it to stop everything. Is there a way to run it when code stop button is pressed?Have you read the docs for that module yet to see if...
View ArticleTroubleshooting • Re: cant use alsa library on raspberry pi 5
Hello,First, I don't know anything about alsa programming!But on the Hifiberry site, there is this note:DAC+ ADC Stage Development kitCompatible with: Pi3, Pi4And no indication for Pi5.But there is...
View ArticleGeneral discussion • Brother MFC and Raspberry Pi
I'm revisiting a printing issue question. Brother has written a driver for their MFC-J491DW for X-86 processors, but that doesn't seem to work with Raspberry. Alternately, the CUPS open source...
View ArticleAutomation, sensing and robotics • Re: Arcade Claw Machine Automation [SOLVED]
PROGRESS UPDATE:Qapla'! I am now able to use the Raspberry Pi's GPIO to trigger the coin sensor and also simulate the gantry controls and claw catch button. https://youtube.com/shorts/AJVe_EAvx9k Here...
View ArticleOff topic discussion • Re: Sort data in Excel
you said: "when I open the excel I can see the date in columns are changed to have both date and time"Excel stores date and time as a number. the whole part of the number is the number of days since...
View ArticleTroubleshooting • Re: Raspberry Pi OS stops working after updating...
Short update: the problem lied in the incompatibility of Verbatim Vi3000 2TB SSD with RPi5. I have tried Lexar NM620 2TB and it worked perfectly.Statistics: Posted by ipo32jr — Fri Mar 01, 2024 3:16 pm
View ArticleGeneral discussion • Sound and sound icon disappear after turning monitor off...
In the last week, I have found that if I turn my monitor off then on again, sound on raspberry Pi5 stops working, and even the sound icon is missing from the taskbar. Rebooting seems to fix the issue...
View ArticleTroubleshooting • Re: Docker not working on Pi 5 running Pi OS
Forget chatgpt, google "raspberry pi disable ipv6" and you'll get instructions, assuming you run ipv4 in your network and the pi uses that too which it does by default.Statistics: Posted by memjr —...
View ArticleGraphics, sound and multimedia • Re: RPi OS music player
Nope.Raspbian is a third party OS that predates RPiOS. RPL took that then added their own drivers and customisations to make Raspberry Pi OS. Raspbian still exists and is not the same thing.32bit...
View ArticleGeneral discussion • Re: Brother MFC and Raspberry Pi
i have a Brother MFC-7360Ni had to install printer-driver-brlaser to get it to work....sudo apt list printer-driver-brlaserListing... Doneprinter-driver-brlaser/stable,now 6-3 arm64...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI1 + SN65DSI83 Bridge based...
I2C-0 - the I2C bus on GPIO0/1 aliases as i2c_vc as informed here..Normally on a Pi4 you have the I2C busses stated below:..- i2c-0 on GPIOs 0&1. Requires dtparam=i2c_vc in config.txt...So why not...
View ArticleTroubleshooting • Re: Modules failing to install (Pillow / Lobe)
Since Pillow and PIL cannot exist in the same environmentA projct specific venv may help with that: https://docs.python.org/3/library/venv.htmlStatistics: Posted by thagrol — Sat Mar 02, 2024 3:21 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 - 8gb Unable to read partition as FAT
Remove power. Remove card from socket on Pi5. Put card with OS into your USB card reader. Plug card reader into a USB socket on Pi5. Apply power. Does that boot?Statistics: Posted by drgeoff — Sat Mar...
View Article