Troubleshooting • Re: "dd" Command Won't Produce a Bootable SD card
Thanks, so much, for all of your responses, and I'm sorry that I've taken so long to respond. When I posted this question, I clicked the little box to receive an E-mail, once someone responded. I...
View ArticleNetworking and servers • Re: New Router from ISP - reset all my PI's
I think I really like this approach. Not quite a guest vlan, it's close enough... and means I don't have to rush to get all the data sorted.Thanks all.I think I even found the bits to switch off...
View ArticlePython • Re: gpio library for new projects? is pigpio still the best answer?
Ah! lgpio is child of pigpio by the looks of it, excellent!Statistics: Posted by pootle — Sat Jul 20, 2024 4:29 pm
View ArticleMicroPython • Re: Pi Pico Web Editor to work with Chromebook
There's also this. No idea if it works on Chromebooks -https://viper-ide.orghttps://github.com/vshymanskyy/ViperIDEStatistics: Posted by hippy — Sat Jul 20, 2024 4:50 pm
View ArticleGeneral discussion • Re: Using P-Channel Mosfet with RPI Pico W
Your simple circuit diagram looks OK. What happens if you connect the gate pin to 3.3V, 5V or 0V?With my simple code the mosfet is not turning off even tho after a 1 seconds the volt is 0v alreadyIm...
View ArticleAssistive technology and accessibility • Re: Wide FOV night vision camera for...
There will be sufficient power for the goggles as well as the raspberry and LED's. I understand that they are not "true" night vision goggles, but they will definitely enhance vision in normal and...
View ArticleTroubleshooting • Re: CM4101008 freeze or not works at all
First time I used a 12V 3A power source, now I tested it with a 12V 10A power supply as well, but same thing happens (freeze during the boot process).Its not the constantly restarting issue which is...
View ArticleBeginners • Re: RPI 3 - (OpenGL?) Glitched Visuals
which version?64 bit standard version. Is it incorrect? I just saw that it was the topmost option, and had "(recommended)" in its description.please state the version explicitly to stop us from best...
View ArticleBare metal, Assembly language • Re: Troubleshooting DMA issues on RPI1:...
have you tried printing the value of the TI register?Statistics: Posted by cleverca22 — Sun Jul 21, 2024 4:34 pm
View ArticleTroubleshooting • Re: Replacing usb 3.0 port.
There are two types of ethernet jacks. Those with built-in transformers and those without. The former have been specified for all ethernet equipped RPis.In early 2012 it was reported that a batch,...
View ArticleAdvanced users • Re: Raspberry Pi Zero 2W max resolution of 1920x1200
Don't know exactly which limits apply for Pi Zero 2W but is think it' 1920x1200.You can lower framerate while increasing the resolution to see how far you will get.My advice would be to make use of...
View ArticleAdvanced users • Re: Image File Utilities
So - thanks very much for creating and maintaining image-utils! I use it almost every day, and it has been an utterly reliable, dependable tool! Thanks for the feedback. I'm glad to hear you got...
View ArticleBeginners • Re: RaspberryPi camera code
The provided code looks mostly correct, but there are a few points to consider and some improvements to make. Here are the inline comments and necessary adjustments. The code below is generated and...
View ArticleTroubleshooting • Re: Raspberry Pi 5 8GB corrupting disk file systems
As mentioned usb_max_current_enable=1 is a workaround to help the system boot far enough to run diagnostics / complete installation.Running CPU intensive applications with USB for the boot file-system...
View ArticleGeneral discussion • Capturing Data from Sensors Sequentially Using Raspberry...
I am developing a project on Raspberry Pi 5. For this project, I have 6 sensors and I collect data from these sensors. I use NRF24 when collecting data. I store the data I collect in the database I...
View ArticleAdvanced users • Re: Powering Raspberry Pi 4B with two UPS's through I2C Pins
I would get a solid assessment of the power requirements for your particular use case. If you are running headless, without many (or even any) peripherals connected via USB you may be using...
View ArticleAutomation, sensing and robotics • Re: AI Hand tracking on Raspberry Pi5
You have various options, for example, you can use post processing with opencv:https://www.raspberrypi.com/documentat ... th-opencvand integrate:https://opencv.org/wp-content/uploads/ ... ntrol.pdfAs...
View ArticlePython • Re: What python framework/modules for Web scraping?
Have a look at selenium and "beautiful soup"Are these two separate things? or are they supposed to work with each other?Statistics: Posted by drakejest — Mon Jul 22, 2024 5:04 pm
View ArticleTroubleshooting • Re: Failed to start sysctl.service, service not found
Seems to be fixed now. systemd-sysctl service is also running. IP forwarding works as intended on Tailscale.Statistics: Posted by TheWiredNomad — Mon Jul 22, 2024 5:09 pm
View ArticleGeneral • Help understanding I2S audio example
I'm trying to make sense of the sine_wave.c example from the pico-playground repository (which uses this pico_audio and pico_audio_i2s code as well).I'm caught up on a few things, and if anyone has...
View Article