MicroPython • Re: Pico W Reliability
Not sure why the testing priority is about power modes. ejschwar has already said the connection is stable if there is activity every 5 min.My thinking would be, that if it keeps working when there is...
View ArticleDevice Tree • Re: mmc0: ADMA error: 0x02000000 when booting kernel with...
I'll also attach the whole kernel boot log for completeness.https://pastebin.com/embed_js/Ur4ww5anStatistics: Posted by nowave7 — Thu Dec 26, 2024 12:44 pm
View ArticleBeginners • Re: RP2040 usb - uart
I would also like to add that I still don't really understand how to track whether I sent something through putty to raspbbery.In my mind, the program should work as follows:1. raspberry checks to see...
View ArticleBeginners • Re: voltage for raspberry pi 5
Hi I was wondering if you can connect a 20V 5A power supply from Lenovo docking station to raspberry pi 5?Welcome, new user!No.And does the raspberry pi support input voltage 6V-20V like other arduino...
View ArticleTroubleshooting • Touch Display 2 problems
I got a Touch Display 2 for Christmas and just trying to get it working.I have installed it on a Pi3B, new install of Bookworm. Screen is working and looks good but I am having problems with touching...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Please check if there are any issues with...
I often leave messages here. Previously, I was manually soldering the camera and Raspberry Pi board connections, but I suspected an impedance issue between the camera modules. So, I created a new...
View ArticleSDK • Re: Bluetooth: which example should i look for?
What is a BMS? Bluetooth usually needs a "profile" to support different kinds of devices. You need to add more detail about what you're trying to communicate with?Statistics: Posted by peterharperuk —...
View ArticleDevice Tree • Re: Sharp LS035Y8DX04A Not Displaying Anything on Raspberry Pi...
https://github.com/raspberrypi/linux/bl ... 5229-L52841. 2. Legacy stuff doesn't work on Bookworm. You should spend some time reading the documentation on DPI3. If you think thats what you'll need4....
View ArticleCompute Module • Re: CM5 in Dev Kit can not boot from SD card ?
Not seen any oth3r version on sale so far! 32GB seems to be most popular that's why it got released/available firsthttps://rpilocator.com/?cat=CM5Statistics: Posted by B.Goode — Fri Dec 27, 2024 12:12...
View ArticleBeginners • Re: How to process from sensor and send notification peridically?
Usally the PIR is connected to the GPIOStatistics: Posted by neilgl — Fri Dec 27, 2024 12:13 pm
View ArticleBeginners • Pi 02W, "can't read /etc/rc.local no such file or...
This is almost certainly a rookie question hence I've dropped it here.I'm setting up a 02W to run the birdnet project, having previously had it running on a Pi4.Before even installing the software,...
View ArticleRaspberry Pi 400 and 500 • Re: Pi 500; questions and setup
I bought the Pi 500 on Canakit.com which only had black micro HDMI cords as add-ons. If I had bought the desktop kit, I think the wire would have been white.Statistics: Posted by Kooshoveride — Fri...
View ArticleBeginners • Re: Pi 02W, "can't read /etc/rc.local no such file or...
To the best of my knowledge, systemd (on RaspiOS on Raspberry Pi) still has/supports /etc/rc.local.However, I've heard rumors to the effect that it is being "deprecated" and will disappear (from...
View ArticleGeneral discussion • Re: Raspberry Pi 5 on a life support for no such reason
It sounds like it might be a power supply issue. It's amazing how many problems posted on here turn out to be caused by inadequate power supplies. I would suggest that you order the official power...
View ArticleBeginners • Re: Help Needed: Using 16-bit 4-Channel ADS1115 with Raspberry Pi...
You could use an ADS1115 module like this https://www.adafruit.com/product/1085 which can be placed on a breadboard.Or a board like this: https://shop.pimoroni.com/products/hat- ... 2879056979The...
View ArticleAdvanced users • Re: Checking USB-PD modes from Pi5
thanks, i'll have a look at that.Statistics: Posted by bensimmo — Sat Dec 28, 2024 12:22 pm
View ArticleBeginners • Re: How is your experience on RPi Lite, Ubuntu Server and Ubuntu...
I use ... MQTT Server. Do you use mqtt protocol version 3 or version 5 which the document says is more robust?On the RPi5, I use apt to download the paho python (full python, not micropython) mqtt...
View ArticleCompute Module • Re: RPI boot issues
The answer is actually in the error message: Directory not specified - using default /usr/share/rpiboot/mass-storage-gadget64/(I've added the dash to make it clearer)You need to specify a non-default...
View ArticleAutomation, sensing and robotics • Re: bme280 sensor not being picked up
Yes, same issue.Statistics: Posted by droidus — Sat Dec 28, 2024 12:34 pm
View ArticleCamera board • Re: camera not working after update: ERROR RPI pipeline_base.cpp
This error indicates either a problem with your module hardware, or an incompabity between the sensor and the kernel device driver. If you are sure it's not the former, then my guess would be that the...
View Article