General discussion • Re: Can you bring up multiple clipboard history with Linux
copyq and diodon are a couple of tools for clipboard management that are in the Ubuntu repository. Possibly available in the Pi one.Statistics: Posted by andrew_pi — Sun Jul 21, 2024 6:51 pm
View ArticleTroubleshooting • Re: USB-Serial adapter on Raspberry Pi 4 crashes
I suggest you edit your post to make it more readable. Now it's just a cloud of letters and numbers.Add some newlines; divide it up in paragraphsI'm sorry, I put it all through a translator.I've...
View ArticleGeneral • Pico Project Generation Error
I'm generating project for first time using Pico Project Generator. I've created a new build for Raspberry Pi Pico development.I've added PICO_SDK_PATH, PICO_PLATFORM=rp2040 and parth to arm gcc...
View ArticleMicroPython • Re: How to receive large (>1024 byte) UDP datagram packets?
Enabling Ethernet Packet Tracing I can see that a packet of 2,048 bytes is received on my Pico W as two separate packets. The first 1,514 being capped at MTU or something like that.Formatted to make...
View ArticleOff topic discussion • Re: Obsolescence Statements
2. the Pi 400 is that same earliest date (2026), and it doesn't have an existing replacement. so still linked to from the products page, but it will probably be replaced before then.From various...
View ArticleGeneral • Reading the internal temperature on a Pico using a solar panel
I have a Raspberry Pi Pico running an NB-IOT modem, which is powered by a battery and maintained using a solar panel. It sleeps for 6 hours, wakes up and reports the voltage read from the modem, and...
View ArticleAdvanced users • Re: HOWTO: Create a Super User File manager
Those 2 ARE standard rpi installs, I have NOT changed anything in /etc/sudoers, NO IDEA what you are talking about.And the same has been true since my first rpi2b.I have NEVER used a rpi with a...
View ArticlePython • Re: What python framework/modules for Web scraping?
Also have a look at ScrapyStatistics: Posted by neilgl — Mon Jul 22, 2024 7:19 pm
View ArticleGeneral discussion • Re: Capturing Data from Sensors Sequentially Using...
What sensors are attached to the NRF24 trasnceiver modules?Is there any reason why we cannot use the Pi to poll each NRF24 in turn (by address 1-6) once per minute?That's the part where there is...
View ArticleNetworking and servers • Re: Getting log data from router
You are probably on the right track with the syslog server. The port 514 is strong circumstantial evidence.There are several free versions which run on Windows and which may have better...
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
MQTT results are in ...The good news is that adding MQTT to the Pico wasn't particularly hard. I used this guide from Random Nerd Tutorials and managed to bash things into shape. I used their 'simple'...
View ArticleBeginners • Re: Has the Crowdstrike global outage affected any key Raspberry...
Whilst we do use Windows on laptops, I don't think we use it for anything critical.It's not plain Windows that's affected. It's Windows with CloudStrike Falcon [an AV solution] (which is doing Ring 0...
View ArticleAdvanced users • Re: Does writing a new OS to the SD card rewrite the EEPROM...
Whilst a update might update the EEPROM bootloaders software, any user changes to the EEPROM should be maintained.Not sure what you mean by 3.Sorry for not being clear.What I wanted to know was is it...
View ArticlePython • Re: Wait for app to open with Python
Write pseudo code, once the logic of you pseudo code makes send, code it with actual python code.Code: keep_looking_for_audaciy = Truestop_looking_time = now + 20 secondsfound_audacity = falsewhile...
View ArticleGeneral discussion • Re: Is it possible to use two of the four charge cells?
What do you mean your device can only take 2?The board in the pic takes 4 cells. The board is 1 device. Your Pi would connect to just 1 device.This is how they're usually connected to that...
View ArticleTroubleshooting • Re: PCAN + Python + KIvy GUI = reading timeout error
solved!! just for future for everyone. Pay attention to Clock.schedule_interval, it takes some sources depending on amount of them and time interval.It slowed down my App, it could not treat all...
View ArticleGraphics, sound and multimedia • Re: Help with logarithmic potentiometer
I agree the pot wiring looks wrong.I expect the 0 and 3.3v should be at opposite endsStatistics: Posted by gordon77 — Tue Jul 23, 2024 7:16 pm
View ArticleRaspberry Pi OS • Re: Wifi broken on 64-bit image after all 2022-04 releases...
ICYMI see this post. Someone reported the issue on GitHub as suggested, and the Pi devs have provided a working fix: viewtopic.php?p=2239029#p2239029. Try it and see if it works for you.Is there a...
View ArticleTroubleshooting • Re: My Pi has no act light, wont boot
Is your RPi in a case? If not, could the underside or any of thr GPIO pins have come in contact with anything metallic when powered on?Have you had anything plugged on to GPIO pins?Is the PSU working?...
View ArticleAutomation, sensing and robotics • Re: Rs232 command change between 2 gears...
You should know in detail what the data are which are sent towards the pico on the RS232 lines.It is especially needed to 'see' whether there are CR, LF, start or stop characters. I would prepare a...
View Article