Advanced users • Re: Pi5 - PWM on GPIO 18
You are also using the wrong alt function numbers. You do need alt function 0 (PWM0_CHAN0 & 1) on GPIOs 12 & 13, and alt function 3 (PMW0_CHAN2 & 3) on GPIOs 18 & 19, but you are...
View ArticleBeginners • Re: Can run kdenlive on Buster but not on Bullseye in a RPi4B4GB....
You may best to ask on the kdenlive forum at https://discuss.kde.org/tag/kdenliveStatistics: Posted by DS256 — Wed Mar 06, 2024 4:18 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 PWM control method inquiry
@gadgetoid Obviously you didn't check The python folder of my github.I did not... unfortunately I have to go a little more generic and package something up into a library I can rely upon for the next...
View ArticleCompute Module • Re: Error "no cameras available"
The cameras aren't autodetected on a Compute Module. Follow the instructions on https://www.raspberrypi.com/documentati ... one-cameraStatistics: Posted by trejan — Wed Mar 06, 2024 4:20 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi 5 1-Wire / DS18B20 is unstable...
I am presuming I have the same issue hereYes! The only way is the 6.6.16 kernel or use my bitbanging method!Statistics: Posted by danjperron — Wed Mar 06, 2024 4:20 pm
View ArticleGeneral discussion • Re: C#
I don't know anything about C# but the following Google search provides links to a number of articles https://www.google.com/search?q=C%23+on ... e&ie=UTF-8Statistics: Posted by DS256 — Wed Mar...
View ArticleNetworking and servers • Re: [31/01/24 getting Urgent] sharing connection...
You need to do some research, and find a USB stick that supports 4addr / WDS mode. Then you need to configure everything correctly.I don't believe the Pi can do this with the integrated interfaces....
View ArticleGeneral discussion • Re: Pi 5 for flagship product boot experience is bad
My monitor is Samsung M7 smart tv monitor, it’s not some obscure unknown brand . In which case it might be your cable - perhaps it is cheap and/or faulty.Or perhaps a cheap/faulty...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI1 + SN65DSI83 Bridge based...
Now I am trying return LCD i2c bus connection to CM4 I2C0 (GPIO0/GPIO1)I add in config.txtCode: dtoverlay=i2c0dtoverlay=vc4-kms-v3d,noaudiodtoverlay=vc4-kms-dsi-ti-sn65dsi83-10inch-overlayIn lcd...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Would it be acceptable to extend this option to to avoid having to type "DELETE?- Yes, in fact, forceuninstaller launches a reinstallation systematically without asking anything. It's very dangerous.I...
View ArticleSDK • Re: pico_sdk_import.cmake question
@hippy Good point about the input and output. I forgot to ask the basic questions. Namely, is it part of a top level CMakelist.txt and in the correct location within that file, and where and what...
View ArticleTroubleshooting • Re: DS3231 IIC Clock not working
Hello, yeah I checked it and it's enabled.....but still not working...Statistics: Posted by koerli — Thu Mar 07, 2024 3:55 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How Can I Force DSI Output on Pi 5
UPDATE:I was able to get DSI outputs working by compiling the "vc4-kms-dsi-dumb-panel-pi5" overlay myself and removing its header files, however I could not make the "vc4-kms-dsi-generic" work yet, I...
View ArticleFrançais • Re: gpio c++
re !!donc j'ai essayer ce que tu me propose : ecriture: Code: void ecritTemps () { FILE * nomFich; float t0 = ds_temperature[0]; float t1 = ds_temperature[1]; float t2 = ds_temperature[2]; float t3 =...
View ArticleRaspberry Pi OS • Re: Static IP with Bookworm
I agree with the above sentiment that the documentation is a little bit proscriptive where it may not need to be.For my own purposes, I often bring up small clusters of Pis, and it's way faster for...
View ArticleBare metal, Assembly language • Struggling to make SPI DMA work
Hi.I am implementing pixel data transfer via SPI + DMA on Raspberry PI 3B+I have an ili9341 display and I want to output 320x240x3 bytes of data over SPI with the help of DMAI have read carefully...
View ArticleCompute Module • Power the RPi CM4 using a 18650 battery
Hello, I am planning to make a cyberdeck with the CM4 and I'm wondering how I can power the cyberdeck using a 18650 battery or some other battery. I also want the battery to be rechargeable. The...
View ArticleBeginners • Live audio processing with Raspberry Pi Pico
For a project I would like to listen to sounds recorded via a microphone real-time through a speaker or headphone using a Raspberry Pi Pico.So far I have been able to write audio recorded via a...
View ArticleTroubleshooting • Re: pi5 running insanely hot (80C +) with 40% cpu load
Ok sounds like I'll need to try it with a fan. Btw, what is going on here?The pi5 was at about 83C this morning, after running all night. But the clock speed was still near it's normal rate of...
View ArticleAdvanced users • Reboot once into different partition
Is there a way to achieve this on RPi4? The reboot argument doesn't work. I currently switch partitions with autoboot.txt but this results in a permanent change.So far I found this info about why...
View Article