Beginners • Re: Max Power Draw from Face Pins
I am doing a custom build that utilizes a raspberry pi 5 to control a small autonomous vehicle. Motor has its own esc and battery and the pi is on a separate power bank. I still need to power the...
View ArticlePython • Re: Auto start
Switch to X11 then autostart will work.Use sudo raspi-config to switch to X11Waht command did you put in the autostart file ?Statistics: Posted by gordon77 — Sat Oct 12, 2024 9:38 am
View ArticleGeneral • Cannot get external LED to blink
I have a Raspberry Pi Pico and I am following this tutorial: https://projects.raspberrypi.org/en/pro ... the-pico/6I can blink the onboard LED without issues, but I cant get the external LED to work....
View ArticleTroubleshooting • Re: LibreOffice File Access on NAS
The difficulty is Libre Office assumes Unix-style file locking for the typical Linux build and Samba deprecated Unix extensions about 10 years ago in the name of security. Since HP stopped being...
View ArticleSDK • Re: Less code compiles larger
The only way to know for sure is to go and look at the assembly generated - either the disassembly of the entire program that the SDK build generates as a .dis alongside your .uf2 and .elf files, or...
View ArticleC/C++ • Re: PWM with C++
For issues regarding privileges when trying to set PWM from c++ please see my other thread:viewtopic.php?t=377869Statistics: Posted by koirat — Sun Oct 13, 2024 9:20 am
View ArticleItaliano • Re: wifi 7 su rpi5 Argon one v3 nvme
Buonaserada poco ho un rpi5 8 gb con case argon one v3 e supporto M2 nvme con hard disk nvme. Avendo da poco avuto il nuovo modem iliad wifi7 volevo sfruttarlo con il rpi. Però vedo che tutti gli...
View ArticleNetworking and servers • Re: Using RealVNC for Remote Access with Multiple...
Windows started out as a single user system and has stayed that way, Unix has always been a multi-user system. So, if you want a system that multiple users can log into at once, then you need a Unix...
View ArticleGeneral • Re: Pull-ups or pull-downs?
Unfortunately I'm only seeing the LEDs for HI and LO light up on the logic probe. When I enter the third state (set pindirs 0), the LO LED still remains lit.Shouldn't I see the floating state on the...
View ArticleItaliano • Re: Monitor remoto
Vorrei sapere se è possibile effettuare la visualizzazione su un monitor distante dal raspberry (3B) con un dispositivo tipo hdmi dongle...
View ArticleMicroPython • Re: Benchmark Pico 2
time and utime might refer to RealTime Clock (not so accurate for short timing), and the system clock (very accurate for measuring subsecond times).'viper' and 'native' functions are precompiled...
View ArticleAdvanced users • Re: libgpiod version [SOLVED]
Hi Phil thanks for the history. I have recently come to the Pi family. I had a task to design a solution for railway door locking on heritage stock and I saw the Rpi as a suitable solution. I needed...
View ArticleTroubleshooting • Re: Issues with gpiozero on Pi 5 — No such file or...
I think it is Code: pip install rpi-lgpio in the venvThat's Dave's compatability shim to translate old style RPi.ixxx to new style interfaces in the background, not the new style lgpio (which may be...
View ArticleGraphics, sound and multimedia • Re: ADV7280M disabling I2P
https://github.com/raspberrypi/linux/bl ... 1288-L1292Code: /* * No support for receiving interlaced video, so never * request it from the sensor subdev. */mbus_fmt->field = V4L2_FIELD_NONE;There...
View ArticleMicroPython • Re: Ask about Three-wire Serial EEPROM in RP2040
Maybe as a quick-and-dirty test:Code: id = 0 # or 1mem32[0x4003c000 + 0x4000*id] = 2<<4 # RP2040#mem32[0x40080000 + 0x8000*id] = 2<<4 # RP2350spi = SPI(id, …)Statistics: Posted by...
View ArticleFrançais • Re: Quel OS pour ce que j’envisage de faire ?
Merci pour la réponse.TimeShift ? Ok, ça me paraît très très bien.Pour l’OS j’hésite encore.Dans le temps, je pourrais utiliser aussi ce RPI comme un NAS. Du coup, j’ai pensé à OpenMediaVault.C’est...
View ArticleGeneral discussion • Re: How to rename my BSSID in Raspberry Pi Zero
That didn't help. I have read all the information i can find on this.https://wiki.iiab.io/go/FAQ#How_do_I_ch ... tspot_nameIt literally tells you what to do (although the "?" seems to have been...
View ArticleBeginners • Re: How to upgrade these backport packages
Is it advisable to update this? It requires apt full-upgrade instead of the usual apt upgrade.The "full-upgrade" is the recommended method of upgrading for Raspberry Pi OS. No need to do the normal...
View ArticleTroubleshooting • Re: Problem with damaged components on my RPi5
You might be able to follow https://www.raspberrypi.org/app/uploads ... s-R1.0.pdf if you track the circuit board with a microscope.How would the schematics for a Raspberry Pi 1B help with identifying...
View ArticleAI Camera - IMX500 • Re: pip install imx500-converter[tf] fails
I did manage to install this in my WSL2 (Ubuntu) environment. What virtual machine and target were you using when this failed for you?Statistics: Posted by naushir — Mon Oct 14, 2024 10:18 am
View Article