Networking and servers • Re: Cant access device on Wifi AP
I don't see anything glaringly wrong, although I would encourage you to use NetworkManager rather than the approach you're using. sdm's hotspot plugin is a working example that creates an nm-managed...
View ArticleCamera board • Re: Access raw CSI image data
So going back to 6by9's suggestion to route the video around the CFE... I am very new to all things camera, V4L2, etc and am still learning, so forgive a dumb question. Your post said to route pad0 of...
View ArticleGraphics, sound and multimedia • Re: Map of RPi5 HVS registers
If you're looking to directly control the hardware then please don't expect lots of support.The thread is likely to get moved to bare metal - whilst you may still be running under Linux, you are...
View ArticleTroubleshooting • sshpass, scp and sftp on Bookworm
Local host is a Pi 4B running BookwormLocal hostname is txtouch.localRemote host is an Analog Devices PlutoSDR Revision C/DRemote hostname is pluto.localscp requires /usr/libexec/sftp-server, but...
View ArticleSDK • How to distinguish between rp2350A and rp2350b in software
What is the approved mechanism for determining if firmware is running on the 60 or 80 pin chip? ThanksStatistics: Posted by matherp — Tue Aug 13, 2024 5:40 pm
View ArticleSDK • Re: rp2350 changing flash clock rate
I think you want the CLKDIV field of the QMI's M0_TIMING register.Statistics: Posted by alastairpatrick — Tue Aug 13, 2024 5:44 pm
View ArticleGeneral • RP2350 compatibility and performance - first tests
It has proved trivial to get MMBasic running on the RP2350 so many congrats to the developers for creating such a seamless environment.Perfornance running MMbasic is >150% in general AND the chip...
View ArticleGeneral • Re: Reading and writing flash (W25Q128JVS)
Any ideas?First, I'd suggest printing addresses, sizes and offsets in hex.Second, make your code as simple as possible.Finally, check you can write to some arbitrary 4KB block, then start moving the...
View ArticleTroubleshooting • Re: Wifi not working in headless installation (Pi 0W)
I Bought it a couple of years ago."Raspberry Pi Zero W V1.1" it's written on the Pi it self, I also used to keep it connected to the network.Statistics: Posted by luis? — Tue Aug 13, 2024 5:51 pm
View ArticleTroubleshooting • Re: Running Bullseye, did a update and now VLC has problems.
Yes, there was an update to pi repo vlc that seems to have broken hw decode. It's being looked into.Ok, thanks.Statistics: Posted by Undertow — Tue Aug 13, 2024 5:51 pm
View ArticleTroubleshooting • Re: sshpass, scp and sftp on Bookworm
https://www.google.com/search?q=how+to+ ... ys+for+ssh... and forget about that sshpassStatistics: Posted by redvli — Tue Aug 13, 2024 5:53 pm
View ArticleAdvanced users • Re: Pi 5 - don't power up the board when power applied -...
If that would be implemented it should go into EEPROM or config.txt.I would find it pretty annoying having to push the button first after applying power.Why not simply let the Pi finish boot, press...
View ArticleSDK • Re: How to distinguish between rp2350A and rp2350b in software
Page 1,236 - 12.15.1.2 - I think -SYSINFO | 0x04 | PACKAGE_SEL | Package selection indicator, 0 = QFN80, 1 = QFN60Statistics: Posted by hippy — Tue Aug 13, 2024 5:59 pm
View ArticleGeneral • Re: ssd1306_i2c example doesn't display anything unless I hit reset
Adding a sleep_ms(200); on line 318 (just before the i2c pins get configured and the display initialization commands get sent) did the trick. If this were a non-toy example I'd probably look into...
View ArticleGeneral • Re: Wanted - RP235X RISC-V UF2 file
If you're having trouble installing the toolchain -- you can try the Web IDE, I have updated it to support Pico2, with both M33 and RISC-V.More details in this forum post:...
View ArticleGeneral discussion • Just a small question
I'm following a project it requires PN2222 npn bipolar transistor but i have a transistor that i think it would work the transistor i have has these written behind of it 2N 2222 A331 can i use it for...
View ArticleTroubleshooting • Location of fan1_input
I can see the fan speed on a Pi 5 in an official case by reading Code: /sys/devices/platform/cooling_fan/hwmon/hwmon?/fan1_inputSo far I have observed ? to be 1, 2 or 3 after rebooting. Is that value...
View ArticleSDK • Re: Help needed for Building RISC-V Compiler
Like I mentioned on your other thread about RISC-V, you can try the web IDE which has a functional RISC-V compiler: viewtopic.php?p=2234410I think it might be easier to just download a build a use...
View ArticleGeneral discussion • Re: Just a small question
Yes.Statistics: Posted by drgeoff — Wed Aug 14, 2024 5:20 pm
View ArticleOther RP2040 boards • Re: Breadboard friendly RP2350B board?
The castellated edges with 2mm pitchIf so, not so bread-board friendly - Apologies for misleading you. I could have sworn I'd seen an image of it plugged into a breadboard.Statistics: Posted by hippy...
View Article