Raspberry Pi OS • Re: Stuck at update-initramfs: Generating...
I did further tests, and after also switching to a more powerful Micro-USB power supply, this time all went thru after ages So are all my previous statements pure imagination? maybe... maybe not......
View ArticleBeginners • Re: Running a program at startup
Assuming that you have your Pi set for automatic login you might want to try one of the options on this page.Statistics: Posted by RosettaStone — Mon Nov 11, 2024 6:05 am
View ArticleGeneral • Re: MQTT on Pico W - HowTO needed
pico W and C and MQTT then use LWIP MQTT.LWIP is provided by the C SDK. There are samples available, see e.g. https://github.com/cniles/picow-iot amd possibly a lot more.Have LWIP MQTT running on one...
View ArticleOfficial Display • Re: the spacer that comes with pihat M2 server?
I don't think the pihat m2 takes the 3v from the gpio header. But I think it's just for the pins to go in and stabilize the board. The pihat pimoroni itself doesn't use gpio and is compatible with...
View ArticleAutomation, sensing and robotics • Re: Relays for ethernet connections
Yes. It's just a bunch of wires.Or connect the Ethernet to a network switch and control the power to the switch.Or you might just be able to disable and re-enable the Ethernet port in...
View ArticleGeneral • Re: Want to learn C++ on a RP Pico
See https://www.raspberrypi.com/documentati ... c_sdk.htmlStatistics: Posted by ghp — Mon Nov 11, 2024 6:18 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 4 model B external I2S...
DTS file of the audio codec MAX98090.Code: /dts-v1/;/plugin/;/ { compatible = "brcm,bcm2835"; fragment@0 { target = <&i2c_arm>; __overlay__ { #address-cells = <1>; #size-cells =...
View ArticleAdvanced users • Re: Any Raspberry Pi 5 RP1 / PIO updates?
Word has it that a kernel driver is nearly ready.@jdb Do you have any updates on the PIO driver or second core support? I promoted this to my boss, and they were impressed with my demo using the...
View ArticleOther RP2040 boards • PICO 2 RP2350 clone
When you browse the Aliexpress you can find many offers like this:https://pl.aliexpress.com/item/10050079 ... ry_from%3AThey miss RPi logo, they are expensive. Can you spot the difference between them...
View ArticleOfficial Display • Re: Is there an official case for Raspberry Pi Touch...
I would like to ask the gpio PIN spacer has a practical use for pihat M2? because having mounted the pi5 with pihat M2 on a touch 2 display I had to remove this spacer to put display power jack. so is...
View ArticleBeginners • Re: Is HW protected read only possible?
There is no possible protection if someone has physical access to hardware.Statistics: Posted by W. H. Heydt — Mon Nov 11, 2024 7:58 am
View ArticlePython • Re: Video feed not connecting / refreshing to WiFi Mesh
I would check if it is the “tornado” software by using a known working example.Try the picamera2 example script mjpeg_server_2.pyhttps://github.com/raspberrypi/picamera ... erver_2.pyThis works for me...
View ArticleMicroPython • Re: Traffic_Lights.py example error
Force of habit from house-style of names not starting with uppercase needing to be quoted.Like 'hippy'.Statistics: Posted by ame — Tue Nov 12, 2024 3:40 am
View ArticleBeginners • Re: LED works when running from IDE, but not cronjob
Why are you importing time if you're not using it?We don't know if your code is, in fact, running. It looks simple enough but you never know...Try changing your crontab entry to the following, let it...
View ArticleSDK • /pico/stdlib.h not found
Hi,I have been playing around with the spi_master example, making some modifications (as one does). I have created a couple of custom functions, which work fine when in the spi_master.c file (main). I...
View ArticleHATs and other add-ons • Re: SSD compatibility with M.2 HAT+
There is no official list of compatible devices. https://shop.pimoroni.com/products/nvme ... 9587178579 has a list of drives pimoroni had tested their product with.I have a WD SN510 and SN530 in...
View ArticleCompute Module • Re: CM4 I/O Board with different two cameras available?
I apologize for not providing enough detail earlier.The task I’m planning to work on involves attaching two cameras (RGB/IR) to the CM4 board or Pi5 to capture video as a stereo channel. A frame rate...
View ArticleGeneral discussion • Re: Raspberry Pi 5 overheating
I installed Lakka OS on my new Raspberry Pi 5, however the raspberry overheating and freeze, my question is why? And why Raspberry Pi don't have a protection to shutdown the system on high...
View ArticleHATs and other add-ons • Re: AI HAT+ Reverse Adapter
AI HATs https://www.raspberrypi.com/products/ai-hat/ are proprietary HATs for use with Raspberry Pi only.I don't know of an adapter which let's you use them on a PCIe socket.As the PCIe connector spec...
View ArticleMicroPython • Re: Core1 slows down Core2?
Also the main RAM (4x64 KB) is word stripped/interleaved, by default.0x20000000 Bank 0 00x20000004 Bank 1 00x20000008 Bank 2 00x2000000c Bank 3 00x20000010 Bank 0 10x20000014 Bank 1 10x20000018 Bank 2...
View Article