Troubleshooting • Re: BU-353N5, gpsmon cannot get location (lat+lon), cgps...
pi@rpi:~ $ lsusbBus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubBus 001 Device 003: ID 067b:23a3 Prolific Technology, Inc. ATEN Serial Bridge <----------- My GPSBus 001 Device 002: ID...
View ArticleGeneral discussion • Settings and web browser don`t open
Hello,Don`t know why i can`t open appearence settings on the menu preferencesI put on terminal pipanel and shows me this(pipanel:8570): dbind-WARNING **: 16:06:18.115: AT-SPI: Error retrieving...
View ArticleSDK • [SOLVED] Re: Issue with Flash Programming SDK Example
That was it! Thank you!Are you using USB serial ?This might be another example program which expects a UART connection, doesn't play well with USB serial connected.The program calls...
View ArticleGeneral discussion • Re: Settings and web browser don`t open
Hello,Don`t know why i can`t open appearence settings on the menu preferencesI put on terminal pipanel and shows me this(pipanel:8570): dbind-WARNING **: 16:06:18.115: AT-SPI: Error retrieving...
View ArticleBeginners • Re: Raspberry for creative writing
Hi,I would like to use raspberry pi to build a laptop to be used for writing, a distraction free device, therefore with a keyboard and perhaps an eink screen. But since I'm not at all an expert on...
View ArticleGeneral discussion • Re: Crazy latency on WiFi
My Pi4B is showing me things. I had to reimage and reinstall everything because of this issue - crazy latency on WiFi.I need to figure out what is causing this, given that even if I move the USB flash...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI bug on Pi 5
Thanks for reporting this -- the RP1 DSI driver has not had a lot of testing on panels other than our standard ones, and could well have holes and bugs which we will hopefully fix...Yes your...
View ArticleTroubleshooting • Re: Pi 5 not booting and freezing upon conencting hdd
As I said; I don't use windoze anymore; but a brief internet search reveals that there are various ways of formatting a drive to ext4 under windoze these days. For the aforementioned reason; I cannot...
View ArticleGeneral • Re: Differences in .uf2 Loading: Picotool vs. Bootrom Loader
I can confirm that rounding the block number to 4KB (and zeroing the blocks used for the rounding) works. This is the memory map in the UF2 file:Code:...
View ArticleMathematica • Re: mathematica crashes frequently
My Raspberry Pi 5 has 8 GB memory, and I'm using the 64-bit version of bookworm. There's nothing else running except for the VNC server.When I run Mathematica, on the system monitor it shows about 1...
View ArticleRaspberry Pi Connect • Re: Operation without internet?
Does noVNC work with Wayland on Raspberry Pi OS?Statistics: Posted by andrum99 — Wed Jul 03, 2024 3:10 pm
View ArticleBeginners • Re: Pi 2B v1.1 with TF-Luna using USB interface (Pi is uptodate)
Ha! I found the problem.I used the wrong interface.Should beser = serial.Serial("/dev/ttyUSB0", 115200)Surprised that someone more experienced didn't spot it.Statistics: Posted by pd2 — Wed Jul 03,...
View ArticleMedia centres • Re: RPI4b 5.1 channel output via HDMI
Just in case this helps anyone stumbling across this post: I followed dom's advice (thanks very much) and installed Kodi. It worked!I'm sure VLC would have managed it with the correct settings, but I...
View ArticleHATs and other add-ons • Re: Control 2-pin fan in Raspberry Pi 5
You will need external hardware for that - see i.e. here viewtopic.php?t=305481#p1828807Statistics: Posted by aBUGSworstnightmare — Wed Jul 03, 2024 3:30 pm
View ArticleGeneral • Re: Getting Started with Raspberry Pi Pico W
It appears to output between -0.5V and +0.5V so interfacing to an RP2040 ADC will require some kind of offsetting hardware.I'm not sure I understand that, why do we need an offsetting hardware here...
View ArticleCamera board • Re: GS camera on Pi 5 colours wrong
Having seen the first frame in this thread I thought "this kind of coloring might be a feature".It seems that ordering that Waveshare cable implements that coloring I seem to recall that the posterize...
View ArticleC/C++ • Re: gcc 14 & 15
Fwiw, gcc-14.1.0 builds (bookworm, aarch64).Statistics: Posted by swampdog — Thu Jul 04, 2024 3:47 pm
View ArticleOther RP2040 boards • Re: Diy Pi Pico BOOTSEL doesn't work
Your 10K (R5) pull-up on Flash CS\ may not be correct - It's "Do Not Fit" on the Pico and Pico W schematics.Your D2 and D3 LED's don't have any current limiting resistors either.Statistics: Posted by...
View ArticlePython • Re: How to get Python to use a custom library path
VENVs are there for you to collect all you python files (they are just files) all in one place, that include all modules and anything it needs. This helps because the OS itself has python files that...
View ArticleTroubleshooting • Re: Cron job does not execute command.
OK so typing out the command in an executable just causes some kind of environment crash, which soft reboots the Pi causing it to come back on. I'm ruling out this approach.Can anyone help me make the...
View Article