Device Tree • Re: All the AMA uart port not visible to /dev/ttyAMA*
Hi Team,Solution given by you is working thanks for your support One more issue I am facing to use Raspberry pi as hotspot mode. I didn't got any direct option and command for doing that.I want...
View ArticleGeneral • Re: PIO IRQ Source question
I think pio_set_irq0_source_mask_enabled() takes a bit mask and values like pis_sm0_rx_fifo_not_empty are bit locations and not the shifted bit values themselves. Should probably make the call like...
View ArticleGeneral • Re: Pico can't be seen after flashing
If your code crashes shortly after starting up then the USB stack will never be able to enumerate and allow the device to show up on your PC after the FLASH load and reset.Statistics: Posted by...
View ArticleCompute Module • Re: Switching between WIFI to Hotspot and Hotspot to WIFI...
Hi teams,Thanks for prompt replay, but I am not using buster os, I am using bullseye os, I need solution that will work on bullseye os.Regards AbhimanyuStatistics: Posted by abhimanyukumarmahto — Tue...
View ArticleGeneral • Re: SWD: protection bits in the CSW register
In my SWD code which interfaces with the RP2040, I don't modify most of the CSW bits and only modify the AddrInc and Size bits as needed. That means I don't modify the Prot bits and leave them as...
View ArticleGeneral discussion • Re: Pi 5 on ebay ???
https://www.ebay.com/itm/166428611046?epid=26063607256110 Sold more than 10 availableStatistics: Posted by madderhatter — Wed Dec 06, 2023 2:41 am
View ArticleTroubleshooting • Re: SHH over ethernet gadget linux issue
Code: OpenSSH_8.2p1 Ubuntu-4ubuntu0.9, OpenSSL 1.1.1f 31 Mar 2020debug1: Reading configuration data /etc/ssh/ssh_configdebug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched...
View ArticleGraphics, sound and multimedia • Re: Display USB Webcam MJPEG video
hey, thanks for trying, I get same result with your pipeline (even though it's not MJPEG but it defaults to YUY2) see the attached gst graph. 1. I've tried different HDMI cable same result2. I've...
View ArticleAdvanced users • Re: Disable partition resizing on bookworm 1st boot
Below is a snippet of what I use. It works on any version of Raspberry Pi OS.This snippet assumes the ROOT partition is mounted on /mnt and the BOOT partition is mounted on /mnt/boot (non-Bookworm) or...
View ArticleRaspberry Pi OS • Re: Can RPi5 run binaries compiled on RPi4 bookworm?
Since the 64-bit version of Raspberry Pi OS is not multiarch64-bit bullseye was multiarch and bookworm is as wellCode: $ dpkg --print-foreign-architecturesarmhfStatistics: Posted by pidd — Wed Dec 06,...
View ArticleTroubleshooting • Re: Orange Pi 5 Plus bootloops unless fully shut down...
Orange Pi is a clone of Raspberry Pi, people. So I'm asking in this forum since the Orange Pi forums are shit.Statistics: Posted by ManWithNoBrows — Wed Dec 06, 2023 4:20 am
View ArticleCamera board • Re: Camera was detected at first after turning off and on it’s...
supported=1 detected=1that means your using the legacy camera stack, remove start_x=1 from config.txtStatistics: Posted by cleverca22 — Thu Dec 07, 2023 1:15 am
View ArticleBeginners • Re: Using Nema 17/23 Motor with Tb6600 driver
Your image is not visible but I think its one of mine probably this oneI don't know exactly what you are asking , can i do something about this?Yes you can build the circuit and yes you can use that...
View ArticleNetworking and servers • Re: Nextcloud external storage with a local...
What's the upload speed of your home internet connection? You may find paying for more storage gives better performance for clients.Restricting in comming connections to a single IP address adds some...
View ArticleGraphics, sound and multimedia • Re: looking for alternitive board to convert...
As was previously mentioned, the safest thing to do is look for a LVDS controller board that specifically states that it will support the display you have.If you search around but can't find a board...
View ArticleTroubleshooting • How can one confirm if a new Raspberry Pi is experiencing...
I recently purchased a Raspberry Pi 4, and initially, everything worked great. However, now it only displays a constant red light with no green light. I'm unsure what the problem is. I can't set up a...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DS2482 driver
I did a project using the DS2482 (actually two at different I2C addresses), and used this reference to get the communications going:https://owfs.org/index_php_page_owserver.htmlStatistics: Posted by...
View ArticleSDK • Re: Pico W generates error after using TCP for a while
The code looks good, but the LWIP_ASSERT looks like the pcb pointer has be de-referenced, or corrupted. You're using the new pcb pointer provided by the accept callback, right?Statistics: Posted by...
View ArticleTroubleshooting • Re: How can one confirm if a new Raspberry Pi is...
I can't set up a USB boot because, if I'm correct, the initial setup needs to be done from an SD cardthe default boot order is to try sd, then usbwhat happens if you turn it on without an sd card?does...
View ArticleOther projects • Re: Inspection water well camera project
If you're wanting to use a Pi 3B+ instead of a laptop, all you may have to do is to pull up a browser on the Pi.The camera will need to have an IP address assigned to it, and the Pi will need a static...
View Article