General discussion • Re: Bitlocker broken in 43 seconds with Pico!
Given it's just bit-banging in an unencrypted 25MHz QSPI bus, seems to be grabbing just 32 bytes, I was trying to figure out where this "43 seconds" come from - It appears that's the time taken to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: 5V pins on the Raspberry Pi 5 are on...
However, both the 5v pins on the GPIO header are on when the Pi is in off stateHeader pins 2 & 4 are connected to the input to the PMIC. This makes it possible to power the Pi 5 using those pins,...
View ArticleSDK • Re: Number of free blocks negative value
Hi , I have a Raspberry Pi Pico WH. When I execute the micropython code os.statvfs('/') I get negative values (-13, -13) for Size of Total File System and Number of Free Blocks.What is the reason. Can...
View ArticleMicroPython • Re: Error on Raspberry Pico with Micropython
It seems someone very experienced over in the MicroPython corner is in agreement -Ref: https://github.com/orgs/micropython/discussions/13627I assume the code simply runs out of memory caused by memory...
View ArticleGeneral • Re: Advice on sine-wave please - resolved
A quick update:Setting Volume to zero at start up and between tones solve the noise and turning on turning off.Adding the dma call back enables tones to be in backgroundThanks for readingI hope this...
View ArticleAutomation, sensing and robotics • Re: Determining torsion in a pipe during...
It is a pipe, not a cable. It’s not to adjust anything on the fly, but it may be used to set an alarm if a value is exceeded.Ideally there will be no rotation of the pipe during spooling, but because...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2S and the PR1
The overlay.rpi-i2s-mic.dtshttps://github.com/PaulCreaserML/rpi-i2 ... ree/masterThanks I will take a lookStatistics: Posted by wkeeling — Fri Feb 09, 2024 3:40 pm
View ArticleTroubleshooting • Re: Pi5 bookworm screen rotate
Ahhh.. so the 2nd part maybe is the culprit. This is a custom app image, Falcon Player, that's a Christmas lights show scheduler/player. They are migrating to bookworm and I'm trying to get Kiosk mode...
View ArticleTroubleshooting • Re: libcamera-still time lapse frame numbering
I am usually more detailed, and, this time, didn't include all the necessary info. Apologies for my mistake.This is being run by a script embedded in a [Desktop Entry] file attached to a Desktop...
View ArticleGraphics, sound and multimedia • Re: TC358743 on rpi5
@6by9your test is on Kernel 6.6?that's my versionCode: pi@raspberrypi:~ $ uname -aLinux raspberrypi 6.1.0-rpi8-rpi-2712 #1 SMP PREEMPT Debian 1:6.1.73-1+rpt1 (2024-01-25) aarch64 GNU/LinuxCould this...
View ArticleGeneral discussion • rsyslog how to remove a message?
I have added in /etc/rsyslog################### RULES ###################:msg, contains, "hostapd" ~But I still get hostapd messages in /var/log/syslog likehostapd[13288]: Could not read interface...
View ArticleRaspberry Pi OS • Re: Alt-Tab behavior
Interesting. I have Ubuntu 22.04 on Intel, with Wayland, and Alt-tab is just like Windozewayfire has the fancy compiz typeYea, I just want a simple 2D-grid/slider.Statistics: Posted by nooryani84 —...
View ArticleTroubleshooting • Re: Auto-reboot if ping to gateway fails
It looks like it restarting the wlan0 but not rebooting There is nothing in your script that would/should reboot the OS.Do the commandsCode: sudo ifconfig wlan0 downfollowed a few seconds later by...
View ArticleAdvanced users • Re: Any Tips for Speeding Up the Manual Process of Setting...
Some other small utilities that I use a lot: tr and cut.I'm not sure I'd class perl as a "small" utility, although it is a handy scripting language to know when it comes to pattern matching. It is...
View ArticleBeginners • Re: Internet connection established but no connection, can't even...
Well since every entry in my iptables is done by nordvpn... I guess that's what's causing the issue.Anything glaring?Statistics: Posted by mercmobily — Sat Feb 10, 2024 3:43 pm
View ArticleAdvanced users • Re: Image File Utilities
I'm trying to set the PARTUUID of the image file to match that of mmcblk0p2: 6e6b1b32-ff98-4ac1-961e-0512bc32d36dWhat am I doing wrong, please? My input seems to match that given in the usage...
View ArticleSDK • Re: [Solved?] SDK Installation frustration: macOS + VSCode
I once have been writing this one for myself:* Install the SDK: * In Terminal, go to your projects directory, eg. /opt/pico * Run git clone -b master --recurse-submodules...
View ArticleBeginners • Re: Mounting a hard drive without it having to be formatted
There should be no need to install the old ntfs-3g driver. The current kernel (yes, in bookworm) has the new ntfs3 driver enabled (as a module) which has much better NTFS support than ntfs-3g.How...
View ArticleFrançais • Re: Alimentation raspberry
Merci pour votre alors effectivement ce n'est qu'un simple chargeur. Ok donc à priori pas de souci pour brancher ces 2 équipements simultanément. je vais commander une des alimentations données ca...
View ArticleNetworking and servers • Re: Strange How To FIx It
Here is a screen shot of my access.logAs you can see, #5(2nd one) and #8 has that 4 digit.Statistics: Posted by timlab55 — Sat Feb 10, 2024 4:06 pm
View Article