MicroPython • Re: Mix Python & C without compiling into micropython?
Thanks for your kind words. I'm hoping to popularize this project as an alternative for Python development, so tell your friends!Statistics: Posted by gneverov — Fri Aug 16, 2024 11:02 pm
View ArticleSDK • Re: RP2350: How to enable XIP PSRAM?
probably open a github issue so we can add more regions to the linker script by default... we wanted to get generic linker script templates in for this release, but it turned out to be hard for...
View ArticleCamera board • Re: Minimal way of RTSP or MJPEG streaming from Pi ZeroW...
MediaMTX is also provided as a Docker image, which integrates most dependencies. A solution to consider, but I prefer not using Docker for a performance critical application on a such slow platform.At...
View ArticleGeneral • Re: RP2350 RISC-V qustions
Ohhh, this is my chance What's the difference between riscv32-corev-elf and riscv32-unknown-elf?Mostly the spelling, I thinkStatistics: Posted by kilograham — Fri Aug 16, 2024 11:17 pm
View ArticleCamera board • Neither the keypress or signal flags seem to properly apply.
I have been trying to pause a tcp stream using this command:```rpicam-vid -t 0 -initial pause --signal --listen -o tcp://0.0.0.0:8554```The stream seems to start on client connection rather than on a...
View ArticleGeneral • Re: Pico 2 backwards compatibility?
No, the system-level memory map is different. They are largely source-compatible but not binary-compatible.If you want a single UF2 file which you can drag onto either a Pico 2 or Pico 1, you can...
View ArticleNetworking and servers • Re: Cant access device on Wifi AP
Rather than cluttering up these forums while resolving this, please open an issue on the sdm GitHub, and provide:Sorry I have to get back to this here. I did some more testing and I dont think sdm is...
View ArticleHATs and other add-ons • Re: Can an NVMe attached via a USB->NVMe adapter...
Thanks for replying. As stated in my question, I can read from and write to all of the NVMe's when they're in the USB adaptor, I just can't boot from any of them. I used rpi-imager to write an image...
View ArticleUbuntu • Re: Ubuntu install hangs on Pi5
I recently purchased a Pi5 and used the Pi Imager to flash Ubuntu to my SD card. Everything appears to complete normally. When the Pi boots I go through the entire setup to the point of inputting...
View ArticleGeneral discussion • Re: Pi Five official case replacement fan
Located in Canada brother. Was just kinda hoping a replacement fan would be easy to source from Ali express or somethingStatistics: Posted by PiUser69 — Sat Aug 17, 2024 9:29 pm
View ArticleGeneral • Re: Dynamically load functions into RAM
Turbo Pascal 3 relied on overlays to get round the 64k limit on a .com executable file. We used to do all sorts or tricks with RAMdisks and so on to avoid it pausing to load new overlay...
View ArticleAdvanced users • Extra power on NVMe board.
I've got this NVMe board. On the space with the 5V; I'm guessing you can solder some extra power on that spot.My question: Is this to solder an extra power source onto or to solder the GND and 5V pins...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
$60 an hour is $480/day and if you are getting better than that on a regular basis then good for you! The few lines of code that it looks like you have already implemented from the last screen shot...
View ArticleAdvanced users • Re: Extra power on NVMe board.
IMO That's a question that is best asked to the folk at Pimoroni https://forums.pimoroni.com/Statistics: Posted by DirkS — Sat Aug 17, 2024 10:13 pm
View ArticleCamera board • Re: Neither the keypress or signal flags seem to properly apply.
How are you sending it the Linux signal?I thought the key press option was -k or Code: —keypress minus minusStatistics: Posted by neilgl — Sat Aug 17, 2024 10:19 pm
View ArticleGaming • Searching for a split controller like Nintendo Switch
Hello there,so basically I want to build a handheld console with a Raspberry Pi 5 to do some emulation. It should look somewhat like a Nintendo Switch or Steam Deck, with the screen in the middle and...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RS-232 on Raspberry Pi 5
Fortunately, the Raspberry Pi 5 actually can do all of the 9-pin RS-232 functions, it seems. Looking at the datasheet, it seems to have them all as alternate functions on GPIO pins. Unfortunately some...
View ArticleUbuntu • Re: Raspberry Pi 5 boots from SD card when configured not to
Ubuntu refers to its partitions by disk label, so you can't have 2 installations installed at the same time otherwise it gets confused.It could be booting from the nvme correctly, but loading the...
View ArticleTroubleshooting • Re: Powering pi zero via gpio
In conclusion the MPM3610 worked finally 12v 5amp psu running into a spliter then from that to the mpm3610 then 5v out to the pi zero gpio pins worksStatistics: Posted by Reese9885 — Sun Aug 18, 2024...
View ArticleMicroPython • Re: MicroPython source for the Pico 2 port
Thanks. I thought 'git' workflow was to create branches and then merge those with the master but I'm not familiar with doing it. There used to be a 'develop' branch but that seems to have disappeared....
View Article