Troubleshooting • Jumping Mouse
I've been having a problem on my PI 5 8GB. It doesn't show on my PI 4 8GB so it must be something exclusive to the 5. If I'm reading articles on something like Reddit, or Hack-a-day, as I scroll down...
View ArticleNetworking and servers • Re: Gadget Mode SSH
That is based off of this thread: viewtopic.php?t=316528Unfortunately that guide is A. probably the wrong one, and B. not up to date for Bookworm. Updating is on my to do list but I've not yet got...
View ArticleTroubleshooting • Re: ALL USB PORTS Not Working on RPI 5
After a few days of my car being off but still connected to its main power, when I turned it on, I noticed that none of the USB ports were working. I don't understand what your car has to do with...
View ArticlePython • Re: Issue with 2 python scripts running simultaneously
That is normal, your script is running in a loop which does not allow the CPU to "breathe" and that causes a lot of CPU-time. I've made some untested modifications to your "File1.py" which will allow...
View ArticlePython • Re: 5V fan wont turn on using code
Can't tell from your diagram what your circuit looks like.However, I believe, if your fan is 5V you will not be able to control it with a 3.3V GPIO pin without using a transistor or MOSFET that the...
View ArticleGeneral • Re: how to generate full range flash image for raspberry pi pico
Hi,I would like to generate binary file which can occupy 2MB Flash. I want to measure programming time while programming with PICO debug probe (on board 2MB Flash). Could someone guide me to generate...
View ArticleTroubleshooting • Re: Boot problem.. Job systemd-networka-wait-online.service...
Anyone has any clue on how I could go about solving this last part?How are you NetworkManager connections configured? Is the wlan0 connection enabled? If so, disable it. Is the wlan1 connection...
View ArticleTroubleshooting • Re: No camera supported or detected
Thank you, I did not get this thread in the search results earlier when I searched, I will do whatever is written there and then come back hereStatistics: Posted by GiraffeRider1920 — Wed May 01, 2024...
View ArticleMicroPython • Re: How to control ESC with Raspberry Pi Pico W?
Isn't the code working?Code executed but didn't run.Device path /dev/cu.usbmodem1201Quit: Ctrl+] | Stop program: Ctrl+C | Reset: Ctrl+DType 'help()' (without the quotes) then press ENTER.Traceback...
View ArticleTroubleshooting • Re: Jumping Mouse
sounds like you have the dongle plugged directly into the rpi.the wifi uses the same range and can interfere with signal.you want to put the dongle on an extension or hub away from the rpi...
View ArticleOff topic discussion • Re: older UNIX users use root
Convince Apple? Yeah like that'll happen when they have zero control over the hardware.Weirdly Apple built their current operating system on Unix with a smaller team than Microsoft. The team...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: External Wi-Fi antenna for PI Zero 2W
Is there any officially sanctioned method for adding an external Wi-Fi antenna to the PI Zero 2W?No. These posts get locked. I note there appears to be a place for and 50R IPEX connector, so it would...
View ArticleSDK • Re: Any way to stop runtime_init() from zapping all my GPIOs?
I think, since the bootloader is a regular SDK program, it causes runtime_init() and all the other things that happen before main() is called to happen. So it seems to me that, rather than the...
View ArticlePython • PicoW - Cell Phone/Windows prompt for PassWord after selecting SSID
I am trying to figure out how I can have a cell phone and or the windows 11 prompt me for my Pico AP's "Password" when I select the SSID and not either load it automatically with in the code or enter...
View ArticleAutomation, sensing and robotics • Re: Can't measure resistors
I'm now measuring at three points in the circuit, and I think I'm doing the correct calculations with the measurements, as well as changing the calculations for when the direction flips. The values on...
View ArticleCamera board • Solved: rpicam-apps do not work when rebuild with the new sensor.
Try runningCode: sudo ldconfigto reset the library cache. That should get it working again.Yes, I can use the command anywhere.Thank you for your advice.Statistics: Posted by sohonomura2020 — Thu May...
View ArticleTroubleshooting • Re: dtoverlay=gpio-shutdown disabling pwm audio
Moving the on/off switch to GPIO22 from GPIO03 solves the problem and both audio and power off work, but I require GPIO03 for the power on from off state function. Does anyone see a possible...
View ArticleTroubleshooting • Trouble with MHS 3.5 screen - The orientation does not change
Hello,I have Raspberry Pi 4B with this display:http://www.lcdwiki.com/MHS-3.5inch_RPi_Display#FAQCommands:Code: cd LCD-show/sudo ./rotate.sh 180are not working. Moreover, in Preferences->Screen...
View ArticleTroubleshooting • Re: Seeing some strange characters in my termial
Something is outputting UTF-8 but your terminal isn't set for it?You are correct I checked my Local setting changed them to UTF-8 and that worked.Statistics: Posted by DarkElvenAngel — Thu May 02,...
View ArticleDevice Tree • Pi 3 - How to obtain GPIO base address in the kernel?
Hi, I'm new to Raspberry PI and Linux kernel.I use Pi 3. (Raspberry Pi 3 Model B Plus Rev 1.3)When I read several articles, it says that my GPIO base register is - Bus Addresses: 0x7E000000- Kernel...
View Article