Quantcast
Browsing all 4862 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

SDK • Re: repeating_timer doesn't work

> Don't you still need to first launch the OpenOCD Server after loading with GDB?Yes. Thanks!Note: I think you might be suffering from this...

View Article


General discussion • Re: Powering Raspberry Pi 5 without official Power Adapter

https://www.raspberrypi.com/documentati ... al-controlAnd as there are tons of post here on the forum how to power a Pi5 I will leave it with you to read them.Statistics: Posted by aBUGSworstnightmare...

View Article


Beginners • Re: Making raspberry pi 4 B into keyboard

No idea, but shouldn't that be quite similiar to viewtopic.php?t=379621#p2269436?Statistics: Posted by aBUGSworstnightmare — Wed Dec 04, 2024 3:44 pm

View Article

Raspberry Pi OS • Re: Brand new rpi5 has newer eeprom than “latest”

My guess is that it's been some time since you did a upgrade.Code: apt updateapt full-upgraderebootwill do the trickStatistics: Posted by Solskogen — Wed Dec 04, 2024 3:44 pm

View Article

Image may be NSFW.
Clik here to view.

Raspberry Pi Connect • Grey square on screen moving pointer

Using an IPad to access a Raspberry Pi displaying onto a LG TV screen.When connected and moving the pointer a grey square box appears on the screen.Statistics: Posted by Qave555 — Thu Dec 05, 2024...

View Article


Device Tree • Re: Kernel Source Tree version in GitHub

Your results are consistent with everything but the state of our repository:Code: $ git log --oneline 86099deff86099deff5abf cgroup: Use kernel command line to disable memory cgroup8334494807ff5 dts:...

View Article

MicroPython • Re: How do you get a Pico W to sleep?

My understanding is that machine.deepsleep() and machine.lightsleep() are doing the same thing. I was able to get it to work on my project https://github.com/CrabbyPete/watchible ... in.py#L762. I...

View Article

AI Camera - IMX500 • Re: ValueError: tensor info length 260 does not match...

Hi, to answer some of those questions above:* For the tensor info length problem, there have been some software updates in this area. Please ensure everything is up to date usingCode: sudo apt...

View Article


MicroPython • Re: Logging temp to SD card, missing data

You should really close the file at some point, and unmount the filesystem at the end, before removing the card or stopping the system.Otherwise unclosed files and unmounted filesystem can get...

View Article


Beginners • Re: RPi Lite and+ GUI but no Desktop

I'm actually wanting to run a Java/JavaFX app at bootup. If I edit the config to bot from CmdLine I now get "Unable to open DISPLAY".Ideally I want to launch my Java app from bootup avoiding the user...

View Article

Camera board • Re: Issues with Pi Camera Module 3 with RPI 4B 2GB

I believe I am using Bookworm.pi@raspberrypi:~ $ lsb_release -aNo LSB modules are available.Distributor ID: RaspbianDescription: Raspbian GNU/Linux 12 (bookworm)Release: 12Codename:...

View Article

Compute Module • CM4 provision pSLC script failure

Hi, I have just used the CM4 provision system to provision a handful of CM4 modules.The pSLC script has not worked.The script output in CM4 Provision details for each CM4 shows this:Code: ===Running...

View Article

SDK • Re: set Interrupt return location?

Simple answer: Use a FIFO.Background:Lets look at your problem from a more abstract point of view. You have multiple critical sections which compete against each other. This is an example of over...

View Article


Raspberry Pi Connect • Rpi5 remote shell access but no screen sharing available

Basically title, I’ve restarted rpi-connect, Wayland, and the pi itself but screen sharing (vnc) seems to be unavailable. I have also reinstalled it multiple times. Nothing needed to be doctored and...

View Article

Compute Module • Re: CM4 provision pSLC script failure

actually, looking at that script.. it reboots the CM4 if errorlevel is 0. It might then run a second time, giving the 'already partitioned' output. So that could mean it's has worked. I wonder if the...

View Article


Official Display • Re: Display 2 + Raspberry Pi 5 strange behaviour

Thank you for reporting back - you had us really confused, and a hardware issue was about the only possibility left.Statistics: Posted by 6by9 — Thu Dec 05, 2024 3:52 pm

View Article

Python • Re: boolean conversion problem

Try this ...Code: a = 10# 0b1010print(a)print()print((a >> 0) & 1)print((a >> 1) & 1)print((a >> 2) & 1)print((a >> 3) & 1)print()print(((a >> 0) & 1)...

View Article


Automation, sensing and robotics • Re: Raspberry pi ssd power consumption info

That's interesting.6.6WThe PCIe connector is only rated for 5W (2 x 0.5A @ 5V): https://datasheets.raspberrypi.com/pcie ... andard.pdf page 5.If 6.6W is accurate when running over a single gen 2 lane...

View Article

Troubleshooting • Re: Usb-c splitter cable to Connect iPad and raspberry pi...

USB-C Spec does not have a 'USB splitter cable' - - > make use of a proper power supply (for each device).That doesn't mean they don't exist though.And don't forget that the USB3 data lines are not...

View Article

Python • Re: How does a u-shaping coder work

Add more IOs via I2Chttps://www.adafruit.com/product/732https://learn.adafruit.com/adafruit-mcp ... r/overviewStatistics: Posted by memjr — Fri Dec 06, 2024 3:11 pm

View Article
Browsing all 4862 articles
Browse latest View live