Camera board • Re: [GS camera] rpicam-vid broken by latest updates? Always...
Not yet, it will be pushed into the stable release soon. Until then you can get it by doing:Code: sudo rpi-update pulls/6027Thank you — now everything works again!Recording with 400fps with both...
View ArticleAutomation, sensing and robotics • Re: Maximum speed for a stepper motor.
Getting a stepper motor up to speed is very different from a standard DC motor.With a standard motor you just need to give it its maximum voltage and it will wind the speed up. If you just start...
View ArticleAdvanced users • Re: Pi5 : official screentouch and camera
camera_auto_detect=1 and display_auto_detect=1 being present in config.txt will look for Raspberry Pi cameras and displays (respectively) on either of the MIPI ports of at Pi5.If you have bought a 3rd...
View ArticleGeneral discussion • Re: Running AGL as guest over Xen
AGL: Electricity, Gas, Internet and Mobile ?https://www.agl.com.au/Statistics: Posted by DirkS — Tue Mar 12, 2024 4:04 pm
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
Hello, the Aliexpress purchase link is:https://es.aliexpress.com/item/1005006193582856.htmlI updated the firmware following Neil_Au's instructions.Enjoy.Statistics: Posted by pacopeper — Tue Mar 12,...
View ArticleTroubleshooting • Re: tightvnc server shows gray/grey screen with + cursor
What Trevor said, and for clarity I did this on a Pi4 (2GB RAM) running Bookworm 64-bitenable VNC server on the Pi4 - that actually runs wayvncuse Real VNC Viewer on a Windows PC to connect. All...
View ArticleMicroPython • Re: pico-to-pico via intenral router: accept () issue
FYI, here are my 3 pieces of code if you are interested. The first one is the server. The second one is the standalone PC python code which acts like a client. The third one is the simple_client.py...
View ArticleGeneral discussion • Re: I can't see the video on motion from my raspberry pi...
Which instructions did you use to install it?Statistics: Posted by neilgl — Tue Mar 12, 2024 4:19 pm
View ArticleAdvanced users • Re: Custom Linux, custom file system in RAM
just delete that line from the file, and manually uncomment the right line for your modelCode: # ./boottimeuptimes soc:98.009163 - linux:85.320000 == 12.689163Statistics: Posted by Hurin — Wed Mar 13,...
View ArticleBeginners • Re: How do I make my own angled GPIO header
Thank you all!I ended up attaching my device to the device case and run Dupont cable from its pins to Pi GPIO. SImple as that. To create an angled header would require a PCB and I did not want to do...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2c bus not detected
Code: Model: Raspberry Pi 4 Model B Rev 1.5Code: pi@raspberrypi:~ $ uname -aLinux raspberrypi 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l GNU/LinuxOne of them is a clone of the other. I...
View ArticleAdvanced users • Re: partitioning nvme
I installed my brand new RB5 with an nvme drive and I'm really happy with that.Now I want to partition the nvme a bit in order to have separated home partition.What is the best approach?Boot from an...
View ArticleRaspberry Pi OS • Re: How do I run a Python Program at Start Up?
No, I am just trying to have all the outputs of the python go to some file so I can see if it worked. Like, if I ran a program at startup that prints "Hello" I'd want the "Hello" to be outputted in a...
View ArticleAdvanced users • Re: node-red-contrib-rc522 on SPI1
I always double-check wiring connections before writing here. Because I used a GPIO expansion board on the pi3, one of the extension female-female wires had loose contact with the gpio pin even if in...
View ArticleNetworking and servers • xrdp closes immediately
I installed xrdp on a RPI 4 and tried to connect from a linux client via remmina.I get a login screen, but after entering the credentials the window immediately closes.How can I figure out, what is...
View ArticleBeginners • Re: Create a second WiFI Login on Pi4 running Bookworm?
For the desktop GUI:Left click on the network icon in taskbar and select [Advanced Options]Choose [Edit Connection]Click on the [+]Select WIFI from the listFollow the prompts....If using sudo...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • use of gpio lines in kernel modules in RPi5
It looks like all kernel modules that used gpio lines with RPi4 now do not work anymore on RPi5 because of the use on RPi5 of a different chip for gpios than with RPi4. Coherently, when I tried to...
View ArticleMicroPython • Re: Second Core Not Recognizing Library imported in main program
Thank you for the help. The command returns:(sysname='rp2', nodename='rp2', release='1.19.1', version='v1.19.1-803-g1583c1f67 on 2023-01-16 (GNU 12.1.0 MinSizeRel)', machine='Raspberry Pi Pico W with...
View ArticleGeneral discussion • Re: Advice needed for remote data transfer - 4G mobile?
ok, thanks for the replies. Hmm, yes the Waveshare sim7600 does seem a bit more complicated to set up. While that might be 'fun', i'm all for getting something that's simple to set up. It looks like a...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
No problem, no need to apologise we a have other things to do. I am just glad of the help.Okay I did see those warnings only when building only with Bookworm so it looks like the args library I found...
View Article