Troubleshooting • Re: Ethernet connection only works through switch, not direct
Setting the speed with ethtool fixed it. Thank you so much!Statistics: Posted by laser14 — Thu Aug 15, 2024 5:11 pm
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
This is a bit of a long shot, but is there any chance of a future Pico 2 board revision having an unpopulated SOIC (or DFN) footprint to solder PSRAM to? It's not exactly necessary, especially with...
View ArticleBeginners • Re: OS documentation for omitted Linux commands?
Code: sudo apt upateapt-cache search * > pacakges.txtNow look at the contents of packages.txt and for any given package in there you can look it up and find what's included in each of them here...
View ArticleGeneral • Re: Raspberry Pi Pico W UART FIFO Buffer RX IRQ
Note that uart_set_irq_enables() enables the rx timeout interrupt as well as the rx interrupt.Is it possible that there's a delay (>32 bit times) after the first byte, and the timeout is...
View ArticleCamera board • Re: Minimal way of RTSP or MJPEG streaming from Pi ZeroW...
On a pi3 running Bookworm LITE 32-bit, I installed ffmpeg then used it to stream the built-in testsrc to my nginx based RTMP server: Code: ffmpeg -f lavfi -i testsrc -pix_fmt yuv420p -f flv -c:v...
View ArticleC/C++ • Re: Visual Studio Code setup for Raspberry Pi
Yes, I have tried that.... It didn't help much.Statistics: Posted by ttu_Don — Thu Aug 15, 2024 5:44 pm
View ArticleMicroPython • Re: How to send data from pico to driver board using I2C pins
I posted circuit which may help to understand. circuit is connected single winding. same way other 23 windings are connected which I have not showed here.Statistics: Posted by Ganiii — Fri Aug 16,...
View ArticleOther projects • Re: Arcade Ticket Payout test
Code: # Import Required Librariesimport RPi.GPIO as GPIOimport time# define the GPIO pin connected to the buttonBUTTON_PIN = 16button_counts = {}# Initialiation and Setup# Perform one-time setup tasks...
View ArticleDevice Tree • Re: Problem activating i2c-hid overlay
It seems the kernel has support for HID over I2C already, so I'm running the normal bookworm kernel (installed today).Whilst there is module that can be built, I don't see it selected in the standard...
View ArticleDevice Tree • TLV320AIC3100: TLV320AIC31XX-LINUX driver, Issues setting up...
We cannot send voltage to the MICBIAS through the audio controls, we have audio working but we so no way of turning on the mic bias from alsamixer. We can manually set the registers for the micbias to...
View ArticleDeutsch • Pi Uhr
Servus Ich bin Funkamateur, und habe mir ein Hotspot zusammengebaut, nun würde ich gerne das nächste Projekt mit einem RB Pi. starten.Ich habe hier noch 2x Raspberry Pi Zero 2w1x Raspberry Zero 1.11x...
View ArticleTroubleshooting • Re: Using USB RFID card reader with Raspberry Pi 5
-Yes, when I plug it into the computer and bring an RFID card near it, some numbers appear on the PC (in the notepad or excel file).-I didn't see how it shows up in Windows device manager. I will look...
View ArticleAdvanced users • Re: H.264 encoder color space
This was updated under https://github.com/raspberrypi/firmware/issues/1885 a couple of weeks back.Statistics: Posted by 6by9 — Fri Aug 16, 2024 5:23 pm
View ArticleTroubleshooting • Re: Bookworm, KMS, and Headless Audio
No solutions - I got the same error on a Pi4 (2GB) running Bookworm 32-bit with desktop, booting to command line, no monitor attached.Code: aplay: main:831: audio open error: Unknown error 524A...
View ArticleCamera board • Re: feedback requested on dual GS camera design
Very cool! Would you be able to share a few more pictures with different angles? Please elaborate on how to attach the pins, thanks again for sharing this.Statistics: Posted by ddbaron — Fri Aug 16,...
View ArticleGeneral • Re: RP2350: HSTX max resolution and colour depth
I've got it running at 252MHz - see https://youtu.be/ZaofnupXfx8I've had the chip running at 378MHz but I don't believe HSTX clock can divide by 3Statistics: Posted by matherp — Fri Aug 16, 2024 5:48 pm
View ArticleTroubleshooting • Re: Connecting a waveshare MAX m8Q GNSS to Rasp Pi 5
Serial shows upmaybe wrong settings in the config? ( maybe you can have a look at the attached screenshots? )Statistics: Posted by HolgerF — Fri Aug 16, 2024 5:53 pm
View ArticleGeneral • Re: On-package flash
Well that’s embarrassing - not just alluded to, but specifically answered in the datasheet. Thanks Luke, I guess I should learn to read better Statistics: Posted by ThrudTheBarbarian — Sat Aug 17,...
View ArticleUser groups and events • Re: User group Hampshire UK
Some folks from Winchester, Basingstoke & Andover meet at the Cart & Horses London Rd, Kingsworthy, Winchester SO23 7QN on the SECOND Wednesday in a month (that's Wed this week for April). You...
View ArticleSDK • Issue with 'picotool' 2.0.0
Pi 3B (non-plus), Buster 32-bit, Pico SDK 2.0.0, 'picotool' version "v2.0.0 (Linux, GNU-8.3.0, Release)"Code: pi@Pi3B:~ $ picotool help loadLOAD: Load the program / memory range stored in a file onto...
View Article