Beginners • Re: These nvme base hats look interesting but do not have access...
In our shops a Kingston NV2 is cheaper and slower but still faster than a Pi 5. I have not tested one in a Pi 5 and I heard they use different components every so often and perhaps for different...
View ArticleGraphics, sound and multimedia • Re: Has anyone found a way to use an...
No one?It is so frustrating that the world seems to have turned their back on this piece of equipment. I do not get why there is so much hostility towards this device that people have actively...
View ArticleAdvanced users • Re: Has the "usb_max_current_enable" boot option...
Documentation linkshttps://www.raspberrypi.com/documentati ... berry-pi-5https://www.raspberrypi.com/documentati ... erry-pi-osStatistics: Posted by timg236 — Thu Oct 17, 2024 9:33 pm
View ArticleGeneral • Re: Pico network/RNDIS over USB
https://github.com/sidd-kishan/PicoPiFiStatistics: Posted by MatSOBDev2 — Thu Oct 17, 2024 9:35 pm
View ArticlePython • Re: IR sensor obstacle avoidance robot.
Thank you very much for the library and I have made the correction. is there anything you see that could be a problem? Is there a way to match the motors and sensor together in the...
View ArticleGeneral discussion • cmake not found
I have just installed bookworm - I have been running bullseye for some time.I want to perform a build and invoked cmake but I got 'command not found'.I thought cmake was a basic part of the OS.What is...
View ArticleGeneral discussion • Re: cmake not found
sudo apt install cmakeStatistics: Posted by danjperron — Fri Oct 18, 2024 12:02 am
View ArticleOther projects • Re: Help building a refreshing display with API...
The train example uses the web browser to open a page that has the data on it.You may want to have your own html page that (say) uses javascript to fetch data (the GET statements) and display it.That...
View ArticleGraphics, sound and multimedia • Re: Pi TV options?
Your Phase 1 is probably best approached by looking at USB tuners. What are the likes of Hauppage selling these days?Statistics: Posted by drgeoff — Fri Oct 18, 2024 9:55 pm
View ArticleMicroPython • Re: Obstacle Avoidance Robot Mark 2
The indentation does not match on your if..else.. inside the while loop.Statistics: Posted by neilgl — Fri Oct 18, 2024 10:11 pm
View ArticleNetworking and servers • "Fake" WiFi Captive Portal on Zero W?
I want to create a captive portal using a Zero W that brings up a portal page (this page doesn't need content), and doesn't do anything else. In fact, I don't want this Zero W to provide any Internet...
View ArticleGeneral discussion • Help - RPi5 not recognizing ext4 2TB external drive
I'd like to use my Raspberry Pi 5 as a NAS, but I'm having a very strange issue that I can't quite figure out. (I referenced the tutorial in Raspberry Pi documentation mostly but I also dug into the...
View ArticleBare metal, Assembly language • Re: rpi4 os: context switch breaks irq
Hey,I dont really understand what you mean by the first question, but right before the context switch I call:Code: enable_irq: msr daifclr, #2 ret which should do what you mean I think?The timer is...
View ArticleGeneral discussion • Re: Help - RPi5 not recognizing ext4 2TB external drive
Sorry for the weird use of the code block - I didn't realize how it would display and the Preview feature when writing a post isn't working on Safari.Statistics: Posted by tdan382 — Fri Oct 18, 2024...
View ArticleBeginners • Re: General set up advice please
Raspberry Pi can run from a 16 GB card if you do not install other applications. I ran some big Linux installations from a 60 GB SSD with no problems so long as I cleaned it up every few months. With...
View ArticleGeneral • Re: MicroSD not working even after trying everything (pi pico)
There's an older thread where someone gets one of these Waveshare 3.3 V SD card adapters working: Use SDCard with MicroPython on Raspberry Pi Pico - Raspberry Pi Forums.User danjperron's contribution...
View ArticleGeneral discussion • Re: Making a CD Player with high-quality audio using...
Two things:If sound quality is "One of the most important factors" you probably want to avoid bluetooth (or so the audiophiles say) and you'll probably want to avoid the Pi's on board analogue audio...
View ArticleRaspberry Pi OS • Can't log in to Pi
I recently updated to bookworm and have encountered a login issue.When I first started using the OS it automatically logged me in even though during the setup I provided a login ID and password.I...
View ArticleGeneral • Re: How many GPIO interrupts?
There are 2 Cores (proc0, proc1)There are enable, status, and force registers for three interrupt destinations: proc 0, proc 1, and dormant_wake. For proc0 the registers are enable (PROC0_INTE0),...
View ArticleRaspberry Pi OS • Re: 3270 terminal for raspian lite command line app
As I understand it, the IBM 3270 was a completely different type of terminal than we normally use with Unix.Imagine you are an airline or a bank, with thousands of employees all connected to a central...
View Article