General discussion • Re: Is the Raspberry Pi Zero lineup dead?
RPL aren't in the habit of announcing future products before their launch (though there have been a couple of exceptions recently). I imagine those who know aren't allowed to talk about it.Statistics:...
View ArticleTroubleshooting • Re: Cmd problem
Did you activate the venv?If it's a system package (one that's part of the default python installation) did you create the venv with the option to allow those?Statistics: Posted by thagrol — Thu Dec...
View ArticleGeneral discussion • kano pi
hello, does any one have the micro sd files for the kano kit raspberry pi 3b with 1 gb ram?Statistics: Posted by BrantE — Thu Dec 19, 2024 11:32 pm
View ArticleTroubleshooting • Monitor Locking up
I currently have a two monitor setup on a Pi5. Due to other restraints, I'm using X11 as the window manager. As such, here are the commands I'm using to turn on and off the monitors: DISPLAY=:0 xrandr...
View ArticleTroubleshooting • USB Touch
I am asking for help with a touch display connected via HDMI and USB to a Raspberry PI 5 running Raspbian Bookworm with Wayland.The HDMI works fine but touch is connected via USB and only works as a...
View ArticleGeneral • Re: Unable to debug using a Pico as a probe under Windows
Shame on me for not scrolling down far enough to see the other targets. Back in the old days, there was just one uf2 and I got stupid and grabbed the first one.Thanks for your help. That did the...
View ArticleGeneral discussion • Re: How do i keep external USB SSD on Rpi (bookworm) alive?
Can you show the outputs of Code: lsusblsusb -tStatistics: Posted by pidd — Thu Dec 19, 2024 11:59 pm
View ArticleTroubleshooting • Re: Distorted image on a display with res. 1920x1280
Video settings in config.txt are not used in bookworm, you can add magic stuff to cmdline.txtStatistics: Posted by pidd — Fri Dec 20, 2024 12:06 am
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
2 - 16 colours 320 x 100Most computers I know like the Amstrad CPC 464/664/6128 or the C64 had an 160x200 16 colors mode. I tried to program a demo with 100 pixels height and that is far more limiting...
View ArticleAdvanced users • Re: How to (need advise) increase the size of the boot...
I have a few questions to fully understand your system.So, as you have an old NOOBS version, I assume you cannot access NOOBS via SSH or VNC? Do you rely on NOOBS autobooting straight into your RPiOS...
View ArticleGeneral • Re: PIO feature request: load 32bit values from instruction memory
We can implement it in IRQ encoding: (Not SET, we will be superset PIO v1.3.)Code: | Bit | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 || LOAD | 1 | 1 | 0 | Delay/side-set | 1...
View ArticleMicroPython • Re: Pico2W & micropython
Just to note that with latest MicroPython 1.24.0-144, aka 1.25.0-preview-144, there are now board files for the Pico 2W ...Code: cd ~/pico/micropython/ports/rp2mkdir build-pico_2wcd build-pico_2wcmake...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Making the Raspberry Pi 4 Control...
When I connect the PI3 to the monitor and type: export DISPLAY=:0;xrandr --output HDMI-1 --brightness 0, it totally blanks the display, which is exactly what I want.So how can I get the PI4 to dim the...
View ArticleRaspberry Pi OS • Re: Installing new software directly to an image in a...
Why reinvent the wheel?It's a trivial task with Image File Utilities:Code: root@raspberrypi:~# ./image-shrink 2024-11-19-raspios-bookworm-arm64-lite.img 5000 # Add 5GB of free space to image...
View ArticleTroubleshooting • Re: Pi5 stuck on boot wanting to boot from second ntfs usb...
ok it's happening again.I swapped the order of the usb3 cables and the system got stuck trying to boot from the ntfs disk.Maybe a time-out? how would I add that in fstab?Statistics: Posted by...
View ArticleMicroPython • Re: Lets talk about lightsleep on PICO
gmx, sorry for taking so long to respond.2 milliamps is not much. But you are not turning off much hardware.Remember, lightsleep in micropython 1.23.0 was effectively doing:Code:...
View ArticlePython • Re: How does a u-shaping coder work
Well next time I take the pill tray off I'll take a picture of the bottom. But in the meantime a question would be should I redo the project in Python to run with the raspberry pi or should I keep it...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
The monitor seems to work fine off 5v3a usb c so most laptop or phone chargers should give you full volume and brightness. I cannot wait for the black ones.One would certainly expect so...since the...
View ArticleSDK • Re: Proper way to get Heap size
What does this do? Code: &__HeapLimit - &__end__// Assumes you use up to 4K stacks per core(&__StackOneTop - (10 * 1024)) - &__end__// If you clobberIt looks like the globals are at...
View ArticleTroubleshooting • Re: Troubleshooting when installing aria2 and nginx on...
thanks for pointing out the msie6 error!I have removed and purged aria 2 and nginx and reinstalled them again. And i have fixed the problems. Also followed this blog....
View Article