Raspberry Pi 400 and 500 • Re: RPi 500, no M.2
At no point in the Pi 500 specification does it say anything about an M.2 slot, and hey presto, it doesn't have an M.2 slot. How can you have buyer's remorse if you get exactly what the specification...
View ArticleGeneral • Re: PIO program length help.
I was posting the complete setup and loop over here and now the program works: Sorry, no idea why it suddenly works with length 3 and previously it didn`tStatistics: Posted by Velez — Fri Jan 17, 2025...
View ArticleCamera board • Re: Unable to get ov5647 Camera working on Rpi 5
Code: # Enable DRM VC4 V3D driver#dtoverlay=vc4-kms-v3ddtoverlay=vc4-fkms-v3dmax_framebuffers=2...# Set GPU memory allocation (minimum recommended for the camera)gpu_mem=512Why have you changed to...
View ArticleSDK • PIO register value at init and at enable
Hi,I want to know what is the value of the PIO registers, in particular of X and Y, when I init the the state machine and after disable/enable sequence.Thank's in advance,CrovyStatistics: Posted by...
View ArticleCamera board • Re: Arducam IMX462 Ultra Low Light Camera Review
For some reason in this Forum there is a 9 times out of 10 a lack of "Working Examples" with Code. Most of the responses I got were "Buy/Switch To another Camera". Huh? Not going to happen without a...
View ArticleHATs and other add-ons • Re: Pi SSD not found
I then added it to /etc/fstab to mount at bootCode: UUID=34e41eaa-7b29-4bb0-a579-344724014d3e /mnt/mydisk ext4 defaults,auto,users,rw,nofail 0 0I'm going to suggest some changes to that:You don't need...
View ArticleHATs and other add-ons • Re: Raspberry Pi DAC + does not work with Rasbperry...
So, what I'm seeing here is that as long as this sound card has conflict with another device, its plug & play function is blocked. Attached is an image.Statistics: Posted by unicopi5 — Sat Jan 18,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPI with 16 bit AD Converter ADS1115...
According to the specification, the sampling rates (denoted as "Data rate" in TI chip datasheet https://www.ti.com/lit/ds/symlink/ads1114.pdf) should be: 8, 16, 32, 64, 128, 250, 475, 860 SPS.860 sps...
View ArticleOther projects • Re: A Birthday Present for Fido
Fido got a Pi 5 for Christmas. Unfortunately, the official power supply was out of stock.Speaking of power supplies, the AT supply in the 486 suffered a breakdown during the move last summer and...
View ArticleTroubleshooting • Re: RPI Zero 2W wifi problem
UPDATE 1 : I also tried :- different SD card- RPI imager from WindowsNothing good...Statistics: Posted by DavidGraffin — Sat Jan 18, 2025 5:57 pm
View ArticleDevice Tree • Re: evtest ?
Thank you trejan, your suggestion and linked info filled in a big blank for me.Cheers,Brian H.Statistics: Posted by hambonius — Sat Jan 18, 2025 5:58 pm
View ArticleMicroPython • Re: PIOASM error message "delay too large" when...
Thanks for the detailed reply. I am relatively new to the pico and PIO and am learning as I go. I did read over RP2040 Datasheet section 3.5.1 about side-set and looked at the SM0_EXECCTRL and...
View ArticleBeginners • Re: I need help on Headless Raspberry Pi Installing
...After booting [DS256: I think you mean writing to the SD] i installed my SD card on my Pi then connected it to power using a USB cable, then it just lights a red LED, no blinking or what. So from...
View ArticleTroubleshooting • Re: Raspberry Pi 5 on a life support for no such reason
but my little cousin throwed it notso fastI think this is likely to be the problem. Physical damage caused by your little cousin. He's probably the money thief here.Statistics: Posted by jamesh — Sat...
View ArticleNetworking and servers • Re: Is WayVNC fixed?
Thanks for the hint.You can disable ipv6 in /etc/wayvnc/config file changing the address line from :: to 0.0.0.0Thanks for replying, but does wayvnc still work for you after disabling ipv6 ?since it...
View ArticleAutomation, sensing and robotics • Re: Sine Wave R/W - Frequency Identification
Throwing some thoughts (probably too many) which might alter your hardware thoughts.You could put a coil around the whole board and excite all the pieces at once or use the 64 coils to excite each...
View ArticleGeneral discussion • Re: GPIO Mouse
There is a driver in the kernel source. You need to have an overlay for it. Have a look at the device tree documentation to see what's needed.The only problem with that is that the mouse only moves 1...
View ArticleTroubleshooting • Re: Raspberry Pi 5 not working
Tried a new SD card, red LED is constantly on and is not dim, but still no green LED and no display output.with the red LED on, did you push the power button? What happens if you do?I have tried but...
View ArticleCompute Module • Re: Compute Mod 5 - Dev Kit
power and data for this purpose must go through the single usb-c port?That's correct.Looking for a 'powered hub' only brings up charging hubs, so one way transferI meant a powered hub for the Mac,...
View ArticleGeneral • Re: Pico Cannot Handle Multiple Servos ?
Updated the post with new info/pics/code. Check the EDIT please.Statistics: Posted by bestrasp — Sun Jan 19, 2025 5:38 pm
View Article