SDK • Re: How to get and display IP?
Code: ip4addr_ntoa(netif_ip4_addr(netif_list))Statistics: Posted by adam_green — Mon Jan 15, 2024 3:31 am
View ArticleCamera board • Re: RTSP streaming dimensions
If it is anything like libcamera-vid, the width and height has to match one of the camera resolutions listed in ....Code: rpicam-vid --list-camerasEdited code blockStatistics: Posted by pidd — Mon Jan...
View ArticleTroubleshooting • Re: Raspberry Pi 4 undervoltage using XL4015 buck converter
Don't double post. Thanks.Statistics: Posted by memjr — Mon Jan 15, 2024 3:58 am
View ArticlePython • Re: auto-py-to-exe or pyinstaller bundles python3 and requirement?
https://pyinstaller.org/en/stable/Statistics: Posted by memjr — Mon Jan 15, 2024 4:04 am
View ArticleRaspberry Pi OS • Re: Pi os bookworm no icons
is this forum still active?Seems it isStatistics: Posted by dbrion1 — Mon Jan 15, 2024 4:06 am
View ArticleNetworking and servers • Re: Sharing the Ethernet port to USB0
nmtui has an option to start interfaces and allow the interface to be used by a given user - possibly checking this may help?I've not tried this but maybe:Code: nmcli con mod usb0...
View ArticleTroubleshooting • Re: Meteo-Pi not working on Raspberry PI 5
Thank You for the post.That was part of my problem that /dev/serial0 was pointing to /dev/ttyAMA10 which is the new UART debug interface on the Raspberry PI 5.You can also add the following 2 lines of...
View ArticleTroubleshooting • Re: Pi 5 fails to boot with two USB drives attached
i think where @pidd is going is power.what is the power draw of both devices? (see the labels)max for a pi4 is 1200mA, for pi5 it's less, unless you turn on the higher power (see the...
View ArticleGeneral discussion • Re: RPi 5 initial power up with power button?
The way I prevented that with the Pi 4 was to use inline USB-C cable with a switch. With the switch toggled to off the Pi didn't have power so couldn't boot. The same switch could be used with my Pi 5...
View ArticleAdvanced users • Re: Using I2C 5 and DPI 666 simultaneously
AddingCode: dtoverlay=i2c-gpio,bus=5,i2c_gpio_sda=10,i2c_gpio_scl=11,i2c_gpio_delay_us=2will have no effect on the output of raspi-gpio as the default condition is for the pins to be inputs when doing...
View ArticleTroubleshooting • Re: Tips on how to ask a question.
Awww, come on! Its the highlight of the day when you get ....SUBJECT: Urgent"When I try to use my USB device it doesn't do what it is supposed to do, what is wrong?"And don't you think of answers like...
View ArticleAdvanced users • Re: Is everyone happy with the quality of libgpiod?
Where "commandeering" means to answer questions? It is a forum, that is the way it works.And why the attitude? That seems antagonistic to me. We are required to remain civil here, right? It goes way...
View ArticleTroubleshooting • Re: Removable drives and permissions
Building A Pi Based NASOk so, I see that your documentation on building a Pi based NAS consists of some interesting documentation. I am however curious if you go over WHY you need to do each thing...
View ArticleGeneral discussion • Re: Coral TPU, PCIe on Pi 5
But a "real" Pi engineer can chime in to clarifyRPT guys busy with other stuff?I suspect the Pineberry guys could make a doubled sided PCB faster.NVMe one side, Coral TPU with PCIe switch other side.I...
View ArticleBeginners • Re: How to make my own buster rep?
What is making it slow? If its your internet connection then you aren't going to gain much by creating your own mirror, if its got to be downloaded its got to be downloaded.it downloads from...
View ArticleTroubleshooting • Re: Apache only responds to IP, not hostname
See also the full documentation for name-based virtual hosts and the entry for the ServerName run-time configuration directive mentioned above.Thanks I will check that out. It was working fine after...
View ArticleCamera board • Re: When using libcamera accessing the camera buffer is very...
That really helped a lot, thanks.However upon looking through the rest of the rpicam-app source I find that in the 'requestComplete' function they are also doing:Code: struct dma_buf_sync dma_sync...
View ArticleWeather station • looking toward fabing a . . .
GreetingsAn over long title doesn't help things so hopefully a 'teaser' works! I am working toward developing a more than somewhat 'normal' weather monitoring system. Started listed where I need to...
View ArticleGeneral discussion • Re: Language Woes
I set up a Pi5 with Pi OS for a friend today, and got quite annoyed with the language/locale settings. What I want is to have a switch between English (US) and Chinese. I can get the system changed to...
View ArticleWeather station • Re: looking toward fabing a . . .
GreetingsAn over long title doesn't help things so hopefully a 'teaser' works! I am working toward developing a more than somewhat 'normal' weather monitoring system. Started listed where I need to...
View Article