MicroPython • Re: Pico W Reliability
Modified version of connect_to_wifi() behaves better:Thanks, you are right. There are some problems with my connection code. However, from the logs, it is clear that we never get there because...
View ArticleBeginners • Re: DAS How to build a Raspberry Pi DAS (not NAS) by USB-C or WiFi
Short answer: You can't.I don't understand.The Yottamaster is an accessory that one could attach to a Raspberry Pi. The Pi is a computer the other is an enclosure that holds disks.I don't know about...
View ArticleTroubleshooting • Re: Movie Poster / FBI issues
But doesn't that take all the fun out of being a DIY'er?Wouldn't that just turn us all into mindless consumers?Statistics: Posted by BigRedMailbox — Thu Dec 26, 2024 4:06 pm
View ArticleTroubleshooting • Re: Remote to Pi at another location?
Thank you for the replies I will configure it with his network password etc before sending Statistics: Posted by iansmiler — Thu Dec 26, 2024 4:11 pm
View ArticleGeneral discussion • Re: Raspberry Pi 5 on a life support for no such reason
It sounds like it might be a power supply issue. It's amazing how many problems posted on here turn out to be caused by inadequate power supplies. I would suggest that you order the official power...
View ArticleCamera board • Re: All my Picamera2s stopping being detectable
same here with a v2 cam.Statistics: Posted by noviceiii — Fri Dec 27, 2024 3:56 pm
View ArticleGeneral • Re: Run Pin reset timing
If the range of pull-up values isn't in the datasheet you can raise that as an issue, ask for that to be included.In the absence of knowing the value you can use an experimental approach; add another...
View ArticleAdvanced users • RAUC Device Tree Overlay
Anyone managed to implement RAUC into a Raspberry Pi 4/5 environment?There is this example, which looks pretty good on the first glance: https://github.com/rauc/meta-rauc-commu ... aspberrypiThe...
View ArticleGeneral • Re: Cannot upload sketches to Raspberry Pi Pico from Arduino IDE
I like to use the Arduino IDE with the Pico...Because I already know it reasonably well and there is so much stuff already written for Arduino that works on the Pico; so why re-invent the wheel?The...
View ArticleNetworking and servers • Re: Building a Raspberry Pi 5 Server with 10 HDDs...
Earlier this year i also build this with a pi 5 and 6 HDD's - its getting closer to making a profit each month, and that is the one with a public dashboard.https://youtu.be/zD5zkPcbtawI'm confused....
View ArticleGeneral • Re: Is there a minimum list of files to archive a project?
I recently upgraded to version 2.1 of the SDK and the Visual Code builder for Windows. I used to be able to delete the build directory and just keep the CMakeLists.txt, my source and the .vscode...
View ArticleBeginners • Re: How is your experience on RPi Lite, Ubuntu Server and Ubuntu...
I am writing code on RPi 5 with RPi OS Desktop. Then scp to another RPi5 with RPI OS Lite (at this moment, hope to move to Zero 2 W) Are you using Python? Why not use Thonny Remote Interpreter to Lite...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Finally! I've completed day 19. It took a week (for part 2).Naive version (that was passing the test case) of both part1 and part2 was done in 30 minutes the first day.After that it took me the rest...
View ArticleCamera board • Re: bookworm lite, rpi5, picamera2 preview on second hdmi
Can 2 displays be connected via display port? Or is it possible to have 1 HDMI - 1 display port?Statistics: Posted by rouzman — Fri Dec 27, 2024 4:11 pm
View ArticleBeginners • Raspberry Pi 5 Graphics , good ?
What about Raspberry Pi 5 's graphics . I feel it isn't so powerful ? I have a RbP 5 . I often look at films in Firefox but feels that the RbP5 are slow - or if it is Firefox memory managing. There...
View ArticleBeginners • Re: How would I go about creating the front end like this on a Pi5?
Example html with css on a Pi5. In real life the text boxes (Domoticz etc.) would be links to other systems/pages:Statistics: Posted by neilgl — Fri Dec 27, 2024 4:38 pm
View ArticleSDK • Re: What is the -D PICO_BOARD for Zero ?
Thanks ... pico-sdk/tools/check_board_header.py pico-sdk/cmake/generic_board.cmakeMaybe others.Statistics: Posted by hippy — Fri Dec 27, 2024 4:38 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Using Samsung Galaxy note screen for...
I don't know if you could use the Samsung for this...https://www.tomshardware.com/how-to/use ... -pi-screenYou will need an adapter.you've seen OPs pictures showing the tablet is disassembled?1st...
View ArticleMicroPython • Re: .uf2 upload problem (raspberry pi pico 2)
Which board library for the Pico 2 W are you using?I am using Code: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json which has support for pico and...
View ArticleAutomation, sensing and robotics • Re: bme280 sensor not being picked up
Have you got the wiring like he said, including"N.B. Adafruit shield uses pullup on SDO and CS (CSB) so you could leave them open."Open means not connected to anything, no wires attached.Statistics:...
View Article