General • Re: Help me choose a wireless method for the Pico
Well, I decided to start with the nrf24L01 modules, and today I got them working pretty much flawlessly for what I need. I can read 3 joystick axis, put it into an array of three 8 bit values, and...
View ArticleRaspberry Pi OS • Re: Disk Encryption since Bookworm
All working now! Exactly two commands need to be entered manually after the system first boots. They are both in the initramfs, and the second one is 'exit' Still need to do more testing and figure...
View ArticleMicroPython • Re: How to Write to on an NFC sticker using Pico?
Hi,Does anyone have experience writing an NFC tag using your Raspberry Pi Pico W? I cannot see any working reference.Is this not possible using a Microcontroller?The only thing I see are those that...
View ArticleSDK • How to get and display IP?
I'm experimenting with running a web interface in my Pico project. I tried a tutorial about it, and it worked.But when you are in STA mode and getting IP via DHCP, I'd like to output to STDIO what IP...
View ArticleAdvanced users • Re: Buck converter DC DC stepdown for the RPI5
The DROK looks like the DC10 which should have absolutely no problem driving a Pi4 or Pi5.What did you have the current limit set to?What size cables were you using to the Pi4?Did you try setting the...
View ArticleRaspberry Pi 400 • Re: LCD display for 400
Only one example, but I use a FANGOR 15.6-inch IPS monitor with mine. It's (mini) HDMI and USB C, runs at 1920x1080, and while a bit larger than 'tablet size', is about 2-pounds and comes in a carry...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Not Booting
I have tried multiple monitors, but I finally was able to get a serial cable in...Here's the log output. Doesn't look good, but maybe someone could elaborate for me?Code: RPi: BOOTSYS release...
View ArticleBeginners • Alternative name to the "Selfie Stick" code
I would like to save my photos to a onedrive shortcut. Using the "Selfie Stick" code It creates a name with a date and time stamp with too many colons. How would I alter the code to a more simple name...
View ArticleSDK • 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
Does it boot ok if you disconnect the HDD?yes - I don't even need to do anything else - unplugging the HDD leads to a proper boot from SSD - no reboot neededThen the combination of the SSD and the HDD...
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 Article