HATs and other add-ons • Re: Waveshare 1.69 display and Raspberryt PI 5
Thanks for your response unfortunately it didnt help in my case.My project is to build a raspberry pi 5 connected to either of the following displays. (240x240, 240x280)ST7789ST7789V2ST7735I am trying...
View ArticleTroubleshooting • Re: WD Blue SN580 not detected with CM4
I updated the SN580's firmware from 281010WD to 281040WD with my Windows PC. It remains undetected in the CM4 system.I also tested a Sabrent Rocket NVMe4 1TB in the CM4 system and it was detected...
View ArticleBeginners • Re: Looking for a good screen with certain spec
You're unlikely to find HDMI display at that price as manufacturer has to have HDMI group membership at $10k a year plus royalties. Might be some DVI ones though, but I suspect most will be SPI.Ahh...
View ArticleRaspberry Pi OS • Re: UART (pins 14 & 15) support in Raspbian 12
Try using /dev/serial0. That should be a symlink to the correct uart device.Statistics: Posted by thagrol — Thu Sep 26, 2024 11:29 pm
View ArticleBeginners • Re: RP2040, min power consumption, run on CR2032
You are looking at a battery that has a capacity of 700mWh and you want to run a system for 48 hours. Therefore you need to limit your average power usage to 14mW. This seems--to me--to be unlikely to...
View ArticleCamera board • Re: libcamera-hello: ERROR: *** no cameras available ***
Im not sure what the issue was in the end, i reinstalled the RaspberryPiOS Lite 64bit on the SD card and it works again.Statistics: Posted by Bluemethyst — Fri Sep 27, 2024 10:49 pm
View ArticleRaspberry Pi OS • Re: Xterm title and bash prompt
@cimpi, great that you found a solution that works for you. That bit of my .bashrc was done 2 bazillion years ago and I haven't looked at it since, or I would have probably discovered the PS1...
View ArticleRaspberry Pi Connect • Re: resource usage if actually remote? busy or idle
What about if it's NOT peer-to-peer?Statistics: Posted by tinker2much — Fri Sep 27, 2024 11:27 pm
View ArticleHATs and other add-ons • Re: Stacking Build HAT and Sense HAT on Raspberry Pi5
[*]All HAT EEPROM have the same address.* Outside of pin conflicts this is the primary reason they cannot be stacked.Oops..It was a deliberate decision.While I don't have any inside information I...
View ArticleOfficial Display • Re: White band on one side of screen
Thank you for replying, i appreciate that you took the time to help me out!I’ve done some investigating of my own in the mean time. A one in a million chance, i’m sure, but both me and my mate had a...
View ArticleBeginners • Re: These nvme base hats look interesting but do not have access...
Would probably try running as Boot in Raid0 (recently got burned with the brand new SD Micro dying on pi5 after less than 6mo (I know probably SD DOA fault)... first one in nearly 5 years).Reading...
View ArticleFor sale • Re: Design a 7" 1024x600 Aida64 Wireless Sub-Screen + AV...
This display has 3 input channels, I think it can be used in many occasions.It is provided with a 3D STL shell file, which looks pretty good. The fan shell can cool the Raspberry Pi.Statistics: Posted...
View ArticleC/C++ • Re: what to place in a make file to use libgpiod
warthog618 - the / was the problem. Good catch and thanks for the help.Kind regards,DavidStatistics: Posted by DFansler — Sat Sep 28, 2024 12:42 am
View ArticleBeginners • Re: RP2040 power voltage readout?
HiI am running the RP2040 off of a 3.7v Li-ion battery.Can I get the power voltage of the RP2040 somehow?Or do I need to use a separate analog input?It's a Seeed XIAO RP2040 I am using.You have--in...
View ArticleGeneral discussion • How to make the GPIOD global
Just started using GPIOD and have run into a problem I hope someone can help me with. The main.c has the code that opens the chip, defines the lines used and declares them to be outputs. I call...
View ArticleAdvanced users • Re: Supported SD card types/capacities
Generally speaking, I don't use SD cards larger than 32GB. If I really want more space than that, I switch to an external SSD (Pi4B or earlier) or a M.2 HAT and NVMe SSD (Pi5). The avoids the risks of...
View ArticleAdvanced users • Re: Power up fpv drone and raspberry pi 5 from single Lipo...
... so wifi module should be connected to raspberry ...WiFi doesn't have a whole lot of range, especially at the higher frequency bands.Statistics: Posted by W. H. Heydt — Sat Sep 28, 2024 1:03 am
View ArticleTroubleshooting • Re: RPi.GPIO Failed to add edge detection on Pi3 New OS
I have no clue and I am completely stuckAny idea?Asking the same question repeatedly across multiple threads does not change the facts that are spelt out in the extensive Raspberry Pi documentation...
View ArticleSDK • Re: Where is the C compiler riscv for windows ?
Windows https://github.com/raspberrypi/pico-sdk-tools/releases are actually 13.2.0 not 14 like name states. Like they said, they are https://www.embecosm.com/resources/tool ... scv-stable with...
View ArticleGeneral • Re: ADC DNL on Pico2
Full example dataCode: 1 308 2 358 3 391 4 365 5 467 6 436 7 349 8 428 9 504 10 447 11 499 12 450 13 516 14 475 15 442 16 455 17 517 18 490 19 504 20 480 21 505 22 480 23 392 24 471 25 509 26 495 27...
View Article