Python • Re: Python script not running on startup
Thanks for everyone’s advise so far. thagrol is right though I am novice to this and it can get a bit confusing, but I am learning a lot and fast!Travelling at the moment without my PC when I settle...
View ArticleAdvanced users • Re: Pi 5 - dwc2 not working
Thanks, that was helpful.Statistics: Posted by stuartlynne — Tue Aug 20, 2024 10:00 pm
View ArticleTroubleshooting • Re: Pi4 doesn't connect to wifi after reboot
To fix WIFI try removing conman.Code: sudo apt remove conmanStatistics: Posted by klricks — Tue Aug 20, 2024 10:00 pm
View ArticleBeginners • Re: How do you handle your IoT services? Does the Raspberry Pi...
I wouldn't make a smart plug, I use a ready made one that you can change the firmware, +1...unless you are fully conversant with all your local electrical safety codes, and can design and build to the...
View ArticleTroubleshooting • Connected thermal printer keeps changing URI
I have a weird issue where the receipt printer connected to the pi keeps "losing connection" if the pi is rebooted, and what I've noticed is that when that happens, and then I try to add a new...
View ArticleOther RP2040 boards • Re: Olimex RP2040-PICO-PC for Raspberry Pi Pico
There appears to be a schematic on that github page:https://github.com/OLIMEX/RP2040-PICO-P ... _rev_B.pdfIs that the product in question? It appears to be just an add-on to a standard Pico with a few...
View ArticleRaspberry Pi OS • Re: trixie
... works find on ubunut x86.Where can I get ubunut? It sounds fun Statistics: Posted by davidcoton — Wed Aug 21, 2024 9:53 pm
View ArticleBeginners • Re: What is the dangerous temperature for RPi5?
Thanks for your reply.And what temperature is considered as damaging to the soc?The soc could survive 120C easily. Even at an ambient of 85C and under stress it won't get to much more than 105. Higher...
View ArticleGeneral • Re: 15 inputs that output 15 outputs using a Pico and seral to...
Better go for an Arduino Mega.No comment. Statistics: Posted by davidcoton — Wed Aug 21, 2024 9:56 pm
View ArticlePython • Re: Errors with p5 and Target Practice Tutorial
which online code editor are you using? If it's p5.js or OpenProcessing, they're not expecting Python, but the JavaScript flavour of p5Statistics: Posted by scruss — Wed Aug 21, 2024 9:56 pm
View ArticlePython • Re: Running PyAudio Script On Startup Issue
Also, when I run the .service file just from terminal, it works, How are you running a .service file from the terminal? Those aren't usually executable.Statistics: Posted by thagrol — Wed Aug 21, 2024...
View ArticleAdvanced users • Re: Image File Utilities
I see that the flag for Ubuntu is listed as Deprecated. Does that mean it won't work with Ubuntu...or you just don't need the flag anymore. The Ubuntu option (-u/--ubuntu) is no longer needed. I just...
View ArticleTroubleshooting • Re: RPi5, USB3.0 and Interference with local GPS
Thanks for the reply. The project I had been using the GPS with was using USB2 devices, thus I did not notice the impact. Recently we upgraded to a USB3 peripheral as they no longer made it in USB2...
View ArticleGeneral • Re: RISC-V start of executable, interrupt vectors
Am I correct that one has to use the the 1BS_ENTRY_POINT Meta Block in the image to determine where execution should start and how the stack is initialised ?Yes. The use of the vector table to provide...
View ArticleGeneral • Re: Pico2 and SWO
We have a TPIU with a 4-bit DDR output. As far as I am aware it does not support SWO, based on the css600_tpiu_DEVID definition in the SoC-600M reference manual here:...
View ArticleTroubleshooting • Re: RPI-Clone & Bookworm
Hello, had to run some errands, and now returning. Suggestions appreciated!1. Good catch with version mis-match and I re-downloaded rpi-clone:[codesha256sum $(which...
View ArticleBeginners • Re: Can I plug a 5V USB fan into the Pi's own USB port?
I've had at a 40mm noctua usb fan running off rpi4 usb port for years. It's big enough to be very quiet even though it is running flat out. One is rested on top of one of those "sticklebrick" metal...
View ArticleTroubleshooting • Re: Raspi 5 seems unable to access SD-card
Thanks for all the replies!!Is there any battery/ammount of batteries in battery pack recommended/you would recommend that can provide the current needed for the raspi and for the adafruit powering...
View ArticleSDK • Re: Another cmake question - sorry
Thanks:That works outside the clauses as per your example. Is there anything I can use within a clause to, for example, just change a single parameter as per my original post? I can do what I want if...
View ArticleRaspberry Pi OS • Re: Converting DOC to PDF (In Pi OS)
https://pandoc.org/ might work. It's in RasPiOS. Haven't tried it but would be interested in knowing if it does.Statistics: Posted by bls — Thu Aug 22, 2024 9:45 pm
View Article