Camera board • Re: Pi Camera stopped working?
Honestly ill just backup my projects to a google drive folder then reinstall bookworm. Oh I thought I messed up by putting the camera in the right one. I'll keep investigating and see if reinstalling...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Spi screen Fuctioning but not working
[img]https://ibb.co/dwxMfMYb[/img]Your image doesn't work because it doesn't end with .jpg .gif or .png.https://i.ibb.co/sdzRgRY5/IMG-3952.jpg works better.thank you I dont know how the img function...
View ArticleMicroPython • Re: Terminate program and then start a new one
Just brief comment .. many thanks for replies, I'll give more info laterStatistics: Posted by Hcgrant — Sun Feb 09, 2025 11:02 pm
View ArticleTroubleshooting • Re: Brand new Pi 5 just flashes green once and then red
I just ordered 2 of 'em. FWIW I hooked it up to a 5v 3A power supply and the green light is flashing an error code (3 longs 1 short) for 'SPI EPROM error'.Statistics: Posted by raweggeater — Sun Feb...
View ArticleMicroPython • Re: Pico 2 mqtt quick question on sending binary
Code: import secretswifi_ssid = secrets.SSIDwifi_password = secrets.PASSWORDmqtt_server = b'secrets.MQTTSERVER'#mqtt_server = b'MQTT_BROKER_URL'mqtt_username = b'BROKER_USERNAME'mqtt_password =...
View ArticleWanted • Re: Real time measuring using pico
Whenever someone mentions 400V we need to confirm safety.Yes, but some rando on the internet is capable of acting in a safe way. Similarly, trained electricians are capable of creating quite dangerous...
View ArticlePython • Re: Import data and passing a variable into binary
I am unsure what you mean by "have it pass as binary."The code lineCode: server = b'secrets.myserver'retrieves the string defined by myserver and then converts that to a binary string.If that is your...
View ArticleTroubleshooting • Re: Unidentified Component Broke off Pi-5 8GB Circuit Board
Thanks @bensimmo. It is my first Pi of any style, and loving it so far. Once I unplugged my monitor, the behavior did not return. And as I'm running this Pi as a NAS server I only installed the lite...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
I've read that 6.12 will include the PREEMPT_RT patches: https://www.zdnet.com/article/real-time ... -features/For Raspberry Pi OS, will we still need to build a custom kernel to utilize it, or can we...
View ArticleTroubleshooting • Re: Data about 13MB was downloaded after restart
Thank you for your comment.These days, I'm checking syslog. I will try to check other logs and `journalctl`, and see what ran on bootup.Statistics: Posted by Mitsuhiro — Mon Feb 10, 2025 12:42 am
View ArticleBeginners • Re: I did something stupid !
And I don't know what !Pi OS used to boot in a few seconds. Now it takes a minute or more. The only thing I did was add LibreOffice, through the menus.How do I see what is holding up the parade !(in...
View ArticleTroubleshooting • Re: pi 5 3 long 3 short blink
N.B. An orange blink can indicate that the transistor used to switch off the red LED has been damaged. It's located near the fan mount holes on the underside of the board.I saw that some components...
View ArticlePython • BME280, convert temp C to F
One last question I have is how to convert the Celsius temp in the BME280Code: from machine import I2Cimport time# BME280 default address.BME280_I2CADDR = 0x76# Operating ModesBME280_OSAMPLE_1 =...
View ArticlePython • Re: BME280, convert temp C to F
It looks like you are trying to modify the code in the library module .... DON'T. You're changes will be lost in updates. Plus it is not good practice unless the creator has told you how to overload...
View ArticleBeginners • Re: Problem with serial data transfer - RPI 3B+ and Arduino Nano...
I cannot share the OS right now because it's not from the market, I will check with the developers of the OS what could be the issue since it works on both 32bit versions and not on 64bit. No problem...
View ArticleOff topic discussion • Re: Chromium
Open chromium and go toCode: chrome://settings/appearanceThank you !But ... "Feed a man a fish and he eats for a day. Teach a man to fish and he eats every day"Where do I find tid-bits like this and...
View ArticleTroubleshooting • Re: Power cut handling
I've found the Pi5 power supply very tolerant to short brown-outs and noise, it is unlikely a normal UPS switching would cause it problems.I switched my HP UPS to battery today for its regular cycling...
View ArticleTroubleshooting • Re: Why cant i install openjdk-8 on pi 5 64bit pi os
Appears to be a known bug https://bugs.launchpad.net/raspbian/+bug/2087632Statistics: Posted by pidd — Tue Feb 11, 2025 12:11 am
View ArticleTeaching and learning resources • Re: Advent of Code 2023
Lots of changes, now in (14 USD only) open mining rig, with new (used) 30 USD 2000W mining PSU that can connect 8 GPUs, ... nice:https://www.mersenneforum.org/node/1068 ... ost1069175Currently 0.7 and...
View ArticleNetworking and servers • Re: can't find any network file
for the network I'll check out ntmui but I need the configuration to stay permanent.nmtui is a curses based front end. Changes you make are persistant.Also the desktop is incredibly sluggish and I...
View Article