Advanced users • Re: ADATA SD620 external SSD: eject does not function properly
That's a good solution, but I'm constrained by my WiFi equipment as well. To really fix things around the house would require a 400$ investment (minimum) which does not make much sense until I upgrade...
View ArticleRaspberry Pi OS • Re: Can't Install Updates on Pi 400
run the command in terminal to see outputCode: sudo apt update && sudo apt -y full-upgradeStatistics: Posted by kerry_s — Wed Oct 02, 2024 8:30 pm
View ArticleTroubleshooting • Re: Pi 5 Ethernet port not working, but Wifi is
I tried connecting to the Ethernet port on my computer directly and that did not work either unfortunately. Should I return?Statistics: Posted by LidoPi — Wed Oct 02, 2024 8:35 pm
View ArticleGraphics, sound and multimedia • Re: Epson TFT Printer Display
Like with any random display: no data sheet --> not possible to connect!Find the data sheet of the display, post pictures of it. Then people might be able to help.I don't know very much about stuff...
View ArticleBeginners • Re: breadboard and program complete.. what's next?
Hot glue. should have gone with this in the first place!! It happens, it's a hard way to learn, but it happens.Why start over with a different platform if you have the entire thing working, you just...
View ArticleTroubleshooting • Re: RPI4B SD card fallen out and not booting from usb
1. Your image links are not working.2, A 4B does not have a SD card slot. They're working for me (P400/Chromium) but, as they're external links, may be blocked for others (like yourself). They do show...
View ArticleDevice Tree • Re: How is /dev/gpiomem different in Raspberry 3B+ and...
There should be no difference (although I haven't tried it). The code in RPi.GPIO tries to open /dev/gpiomem first, and if that fails it tries /dev/mem.We might get some idea of how it is failing with...
View ArticleGeneral • Re: Testing if pins are connected.
You only need one GPIO per contact, not two. Connect the other side to Pi Gnd, and set the GPIOs as pull-up.Isn't this the same as put one pin into pull-down mode and the other into...
View ArticleCamera board • Re: IMX 708 V3 12MP camera doesn't focus
Hmm. I'm a bit baffled. Perhaps there is some physical damage inside the lens that makes something move when the camera is tilted downwards. Can you confirm the camera and cable are not colliding with...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
https://www.raspberrypi.com/documentation/pico-sdk/Hit that magnifying glass to search, it works well.Yeah, try to convert without macros.But as for your original question you probably needed...
View ArticleTroubleshooting • Latest ver of RaspiOS has problem mounting legacy NAS via...
I have been able to mount a NAS hosted file share residing on a Debian server with a legacy method in fstab using://192.168.1.xxx/xxx /xxx cifs...
View ArticleRaspberry Pi Connect • Re: rpi-connect on other distros for Pi
Thanks Gordon, well understood it is licenced under BSD. Do you confirm there is no plan to release in source code, like most other Pi Ltd tools?Statistics: Posted by macmpi — Thu Oct 03, 2024 9:06 pm
View ArticleRaspberry Pi OS • Re: Virtual Keyboard issue
Eventually I could get QtVirtualKeyboard working as the ideal app-inbuilt solution for my problem. Thanks for any hint anyways !Statistics: Posted by jazzalex — Thu Oct 03, 2024 9:09 pm
View ArticleTroubleshooting • Re: Latest ver of RaspiOS has problem mounting legacy NAS...
//192.168.1.xxx/xxx /xxx cifs rw,username=xxx,password=xxx,dir_mode=0777,filemode=0777,vers=1.0Personally, I'd start the mount options with defaults and include _netdev,nofail.You're also missing the...
View ArticleTroubleshooting • Re: Raspberry Pi 3 Model B Overheating After Accidental 12V...
In my case, once my Pi3 stopped booting, I took the heatsink off to find a small burnt spot on the CPU. That led me to believe that the heat was originating from an internal short circuit in the...
View ArticleBeginners • Re: Attaching a PI to a traffic light
Sometimes things get too complex. I'm fairly sure ancient traffic lights simply had 12v bulbs in them!Statistics: Posted by swampdog — Fri Oct 04, 2024 8:28 pm
View ArticleTroubleshooting • Flat Cable to connect Waveshare 7" Monitor
Hi.I’m having trouble connecting my Raspberry Pi 4 to a Waveshare 7HP-CAPQLED display (1024x600 resolution) using a flat HDMI cable. The screen works fine with a regular HDMI cable, but with the flat...
View ArticleOff topic discussion • Delta
https://deltaexecutorapp.com/Statistics: Posted by 5187979 — Fri Oct 04, 2024 8:41 pm
View ArticleBeginners • Re: Having DNS issues. Help
I have put a static IP address on the PI, but idk if that is whats causing the issue. I have tried what seems like almost everything but I have given up.Likely this is the cause. TryCode: # get the...
View ArticleGeneral • Re: FreeRTOS task on second core only running when debugger is...
I don't think so. It is set to 1. I'm using the same config as this sample: https://github.com/raspberrypi/pico-exa ... s_common.hStatistics: Posted by alexstonge — Fri Oct 04, 2024 8:55 pm
View Article