General • Re: How to measure the RPI 0w's temperature using the PI Pico ?
I know nothing about MicroPython, and this doesn't help at all. Any script or clear method ?The other common way of using an RPi Pico microcontroller is to program it in C using the RPI-supplied...
View ArticleCamera board • Re: grabbing warning given by the picamera2() commands
Hi, I wonder if this kind of idiom might help. Instead of "array = picam2.capture_array()" (which might wait forever) you could try:Code: job = picam2.capture_array(wait=False)# Either now, or at any...
View ArticleGeneral discussion • Link down und suddenly link up, regularly
I am using Raspberry Pi3 ,B+ model ,as a Plex server. I have noticed in the logs that at certain time, ethernet link is going down and immediately up. I am attaching the log file. The impact is that...
View ArticleGeneral • Re: Problem with programming and debugging on SWD pins
It seems unlikely to me it would be a hardware issue if the same issue manifests itself for multiple people.Looking at the Debug Probe schematic -Code: ......................................
View ArticleBeginners • Re: How to get raspberry directory file to another rp via sd card...
i want to get/copy files from one raspberry pi sd card to another raspberry pi by card reader. but sd card is showing unable to access system files. anyway to do it ?again in simple terms : want to...
View ArticleCompute Module • Re: 4 lane MIPI third party display to CM4 with IO board
Thank you for your answer, 6to9!Well, yeah I know it's pretty complicated for my level but thats how we are learning, isn't it?So I've kept in mind your noting of dc-dc converter and found one looking...
View ArticleAdvanced users • Re: Successfully Replaced(Emulated) DA9090 with MXL7704-R3...
Update:Value of register 0x00 from DA9080 datasheet is not applicable to DA9090. If you use 0x3f your pi will get throttled. Use 0x00 instead.Change the code fromCode: uint8_t i2c_reg_data[256] =...
View ArticlePython • Re: Script for waveshare relay module
B.Goode, I was born in Upton Park, East London, so there may well be relatives anywhere in London. More info?Off Topic for these forums, so please look at https://github.com/DeeJay/Picodgui/issues/2...
View ArticleRaspberry Pi Connect • Re: Unable to start RPI Connect
Follow the instruction and the notes provided on screen when you installed 'lite' It tells you everything you need, it even provides a link to the documentation. Hint 'linger'It is also mentioned at...
View ArticleGeneral discussion • Re: Simple VPN needed
oes this meet your needs?https://www.raspberrypi.com/software/connect/Statistics: Posted by davidcoton — Sat Jun 29, 2024 2:24 pm
View ArticleHATs and other add-ons • Re: Is using a DC 12v 1.05A pc fan safe for my...
So would I have to cut the blue wire?Statistics: Posted by OmegaStar — Sat Jun 29, 2024 2:24 pm
View ArticleGeneral discussion • Pi camera for Virtual Keyboard
Hi ,I want to use a Pi camera . i want to do computer vision to detect finger movement on a virtual keyboard. It should work even in Night . The size of the virtual keyboard would be 18 cm * 13 cm...
View ArticleGeneral • Re: [CLOSED]How to measure the RPI 0w's temperature using the PI...
I see the thread is closed by the OP - not sure we actually helped with an answer did we?They are misled into thinking all they need is a computer, only need ask how to do it, that others will know...
View ArticleTroubleshooting • Re: Using Pi as internet router
You should consider if you need a bridge or routing in this situation. Bridging is more error prone.If you want to bridge, both connections should be working separately. You will have then to deal...
View ArticleTroubleshooting • Re: Raspberry pi 5 voltage issues
Thank you all for your responses.First of all, I've measured the "out" of the voltage regulator and it's giving 5.1 V.I tried again to power my Pi with the battery fully charged and it booted. I also...
View ArticleGeneral discussion • Re: Cloudflare checks if I am a human - forever - on...
So I am accessing the forum from PC, that works. I cannot do this now using my RPi5. "Confirm that you are a human" - after checking the check square it waits several seconds displaying an animated...
View ArticleBeginners • Re: Which Os should I choose for my raspberry pi 4 B?
Hello.I'm new to the Raspberry Pi. I had installed the Raspberry Pi OS 64 bit, because I had seen that on the front it said "recommend". But to my surprise, once installed, in the raspi config, I...
View ArticleNetworking and servers • Re: Acess Rapsberry Pi with App without internet
Hello guys!I would like to carry out an experiment using Raspberry Pi (datalogger) in a field (farm) where I would most likely not have access to the internet, either 5G or Wi-Fi. In this case, I saw...
View ArticleAdvanced users • Re: Industrial machine on rpi5
Q.1: Whenever raspberry pi boot , what is state of GPIO pins at the time of boot. Q.2: What is Default GPIO state. GPIO 0-10 pull up or pull down etc. ? I search in documentation but did not get...
View ArticleRaspberry Pi Connect • Re: Screen share stopped working Pi4
Likely the WayVNC didn't restart properly. Try this: Code: systemctl --user restart rpi-connect-wayvncsystemctl --user restart rpi-connectStatistics: Posted by TheSassyBear — Sun Jun 30, 2024 2:55 pm
View Article