Troubleshooting • Re: How do I hook up my speakers?
i saw thosehttps://a.co/d/9ZxrKmr6 pic downPresumably they include an amplifier, since the wires are for 5V or 3V3 power. Are they Bluetooth?i have no idea, just something i looked at for a future...
View ArticleSDK • SOLVED Re: Equivalent of __no_inline_not_in_flash_func for assembly code?
That was quick. I just embedded the entiire shooting match as an 'asm' statement in a C file.It's definitely worth it. The number of machine cycles to gather 96 sets of 32-bit gpio reads drops from...
View ArticleGeneral discussion • Re: Analog video was improved for RPi5 !!!! THANK YOU
I am very surprised all over again!!!! IT WORKED!! It's the same level of brightness as the game consoles now!!!Holy... this is it. This is the ultimate video output now. I literally have nothing left...
View ArticleTroubleshooting • 2 CSI cameras and 1 USB camera in CM4
We have a problem, We are using a CM4 module with 2 CSI-cameras, now we would like to add and USB-camera to it, but when we connect the USB-camera, it goes to complete halt after appx. 8 minutes. When...
View ArticleBeginners • Re: New RP 4B 1st boot - HDMI screen not displaying
Here the display part and the config.txt when connected to the oldest screen.(I can paste everything)I was just wanting the url for the complete log.If so then running "raspinfo | pastebinit" and...
View ArticleSDK • Re: Export labels from pioasm to C code
Excellent, exactly what I was looking for, thanks.Regarding the 'origin' statement, isn't that the case with .wrap too? The assembler generates code to add the loaded offset to the wrap statements, so...
View ArticleBeginners • Could I get some help with Samba please?
I am not sure which part of the things I have done is not right.I have played a bit, but never really done anything LAN.I have a Pi 4 with Libreelec on it.I now have a Pi 5 that I am using as a...
View ArticleGeneral • Re: Pico with Sensors of 5V
hi,after some search, I found the datasheet of the sensor - https://wiki.dfrobot.com/_A02YYUW_Water ... KU_SEN0311In previous answer, you have mentioned that we should not connect any sensor which...
View ArticleFrançais • Re: Blog Auto-hébergement sur Raspberry Pi k-sper.fr
Un nouvel article sur la sécurité de son dispositif auto-hébergé, pour ceux que ça intéresse :https://www.k-sper.fr/index.php/2024/03 ... -securite/Toujours à l'écoute de vos remarques.Statistics:...
View ArticleBeginners • Re: Could I get some help with Samba please?
does libreelec still workyou should probably should ask on there forum as they use "just enough os" they might have specific scripts for samba.Statistics: Posted by kerry_s — Sat Mar 02, 2024 1:06 pm
View ArticleGeneral • Re: Noise and transients when using VSYS
Some more info -When using VSYS, the GPIO "low" is at 100mV.When using the USB connector, its at 0.What I can see on the GPIO are:1. 50mV bumps @ ~10Hz2. Erratic spikes at several 100mV3. A 100mV...
View ArticleFrançais • Re: Choix Raspberry pour raid1/nas et écoute web radio avec dac
Salut,J'ai personnellement un RPi 4 et un ampli Beocreate, appuyé sur le système d'exploitation Hifiberry. Ca marche très bien depuis 2 ou 3 ans.Pour le NAS, sache que tu peux installer Docker sur...
View ArticleCamera board • Re: Problem with the external trigger of the GS camera
Sorry, but I don't understand this, could you please give me an example how to configure the LIBCAMERA_RPI_CONFIG_FILE correctly?One more question, "rpicam-still --immediate -n --awbgains 1.5,1.5...
View ArticlePython • Re: Fatal Python error: init_fs_encoding
ModuleNotFoundError: No module named 'encodings'It looks like an incomplete compilation/installation of Python.First, you should look for requirements to build CPython. Install them.Do not install...
View ArticleBeginners • Re: Midi on the raspberry pi5
What would be the correct way to get a baud rate of 31250 on the pi5?Statistics: Posted by Al98 — Sun Mar 03, 2024 12:32 pm
View ArticleCamera board • Re: IR cut, how do I use it?
It's 2 wire's on a plugWhat do I need to do to activate it?I assume we apply a voltage to it but what voltage?Just connect it to a pin and set high to activate it?Can't say if they're the same, but...
View ArticleGeneral • Problem with Pico's RTC, daylight saving time, and daytime_t
I use a PICO to control the input to my audio amplifier: radio over the day, TV from 7:58 pm.The RTC is initialized once at boot time using date +"%Y %m %d %u %H %M %S" as reported earlier.This worked...
View ArticleCamera board • Re: Help needed with fluidized bed project
Thankyou Hydrogrower for the reply. I will surely look it on the ali express.However, I am unable to even configure the both of the camerasDo you have any idea?I have tried changing the config.txt for...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPI 5 GPIO serious timing issues
Add pcie_aspm=off to /boot/firmware/cmdline.txt and see if that fixes it. If it does, then you should adapt your program to spawn a separate thread that just reads the state of the GPIO in a loop. See...
View ArticleAutomation, sensing and robotics • Re: Updated Object Recognition Tutorial?
Gordon, how did you get it working on your PI5? I am struggeling. I am using this tutorial but i cant finish this: Setting Up Open-CV for Object Detection steps.After: sudo apt-get install libjpeg-dev...
View Article