Beginners • Re: Pan and Tilt
Pi must use Bookworm and the older GPIO libraries are not supported. So you'd have to use code that uses the newer libraries or adapt older code to use the new libraries.It's doable though. You should...
View ArticleTroubleshooting • Re: RaspberryPi5’s keep crashing
Weird, it obviously connected and even managed to get the correct time.Is it connected to a gigabit device?Edit: Powerline, I use lots of them, every now and then (in months) one of them goes rogue...
View ArticleAdvanced users • Re: How to force 802.11ac Wi-Fi5 on Raspberry PI5
There are arguments to create a second SSID for the 5GHz network.Not all devices (Apple kit I'm looking at you here - and yes I have a fair amount of it here) handle the band steering well esp when at...
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
Another update from my side (seems to fixed the freezes):The SSD was 1TB Crucial (by Micron) P2 M2 2280] https://www.amazon.de/-/en/gp/product/B ... UTF8&psc=1 with a ANYOYO USB adaper:...
View ArticleTroubleshooting • Re: GPIO on RP5 Pin 4 and Pin6
With an LED+resistor connected to physical pins 4 (5V) and 6 (ground) the LED is ON with the USB-C power supply (official) ON but the Pi5 not running (just the red led on the Pi board is on). Not...
View ArticleTroubleshooting • Re: DSI display compatiblity with RPi 5
Pi5 works fine with the display made by Raspberry Pi, and with some 3rd party ones (eg Waveshare's through the vc4-kms-dsi-waveshare-panel overlay).What you are looking at is a third party who has...
View ArticleBeginners • Re: Probs getting docker to pull images
IPv4 will be fine - I am using that.What is the "I have a docker login" for? ( I have a docker hub login that is working fine )Statistics: Posted by neilgl — Wed Jan 31, 2024 5:35 pm
View ArticleSDK • Re: TinyUSB 0.16.0
I simply renamed '~/pico/pico-sdk/lib/tinyusb' as something else then 'git clone' 0.16.0 to recreate the 'tinyusb' directory.I believe you can alternatively do 'cmake -DPICO_TINYUSB_PATH=" For the...
View ArticleGeneral discussion • Re: Raspberry Pi IPO
The future is very difficult, Pi appear to want to stick to ARM but Intel and AMD are pulling out the stops to be better than ARM, anything could happen in the next few years and there are other...
View ArticleRaspberry Pi 400 • Re: Is there going to be a Pi 500?
Its not worth the effort if they deliver a Raspberry Pi 500 with the same keyboard as found on the Raspberry Pi 400. My new model Raspberry Pi 400 (a few days old now) does have the same issues as my...
View ArticleFrançais • Re: gpio c++
donc je veux faire cela pour tester :il me manque #include et la je bloque merci Code: // gpio mode BCMconst int relaisComp = 19;void setup(void){pinMode(relaisComp, OUTPUT);}void...
View ArticleNetworking and servers • Re: PuTTYgen on Debian 12 - How to Set It Up for...
The step-by-step I wrote worked! I just added "pi@" to the start of the string in the "Host name (or IP address)" field.Excellent!Statistics: Posted by bls — Thu Feb 01, 2024 5:44 pm
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
Hi scruss,We need some infomation the check the problem.May you show us the output of commands below?Sure - and thanks!Code: ls /dev/video0Code: crw-rw----+ 1 root video 81, 13 Jan 31 11:31...
View ArticleAutomation, sensing and robotics • Re: 6 BME280 sensors with rpi 4
Considering delivery time of components it will be almost impossible to setup this project in two weeks. When you build it yourself and you do not have the necessary software/electronics experience...
View ArticleTroubleshooting • Re: Pi 4B OTG USB troubleshooting/debug/advanced logs
No one guys ?Thanks in advance,Best!FredStatistics: Posted by flicflocPi4B — Thu Feb 01, 2024 5:49 pm
View ArticleAutomation, sensing and robotics • Re: Help setting up NPK soil sensor with...
Do you have a link to this sensor's datasheet which gives- connection schema- RS485 documentation like baudrate, query strings, response strings- perhaps a sample program provided by the...
View ArticleSDK • Re: Building documentation without javascipt
Thanks for that reply; I don't find any mentions of javascript (or Lynx) in my Doxyfile.in; I believe it's up to date.After further examination, I found that "modules.html" is the entry point I want....
View ArticlePython • Re: Camera Window won't jump out
this works on my pi5... note my change in predictor pathCode: from imutils.video import VideoStreamfrom imutils import face_utilsfrom threading import Threadimport numpy as npfrom gpiozero import...
View ArticlePython • Re: RPI freezes by running this code
Have you added print statements?What does updated code look like and the output?Statistics: Posted by rpiMike — Thu Feb 01, 2024 5:55 pm
View ArticleTeaching and learning resources • Re: Need help teaching Raspberry Pi
I have supplies and want to teach a 6 week Raspberry Pi unit. I know Scratch pretty well, but need help with my Python skills. Can anyone recommend some online training to get me ready to teach some...
View Article