General • 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 ArticleSDK • Re: Number of free blocks negative value
Hi Be.GodeI am new in this forum. I didn't know is this a micropython, hardware etc. issue (of course SDK is wrong)? I will look in github micropython for this issue.Thanks ClausStatistics: Posted by...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: 5V pins on the Raspberry Pi 5 are on...
The 3.3V rail should be disabled when powered off.But only if the EEPROM configuration includes "POWER_OFF_ON_HALT=1".Perfect, I have the POWER_OFF_ON_HALT=1 and just tested with the 3.3V and it's...
View ArticleAIY Projects • Pi newbie asks: will RPi5 work with Google’s “AIY Maker Kit”?
It seems Google’s “AIY Maker Kit” was developed for RPi4 (& 3) & Coral USB Accelerator, but perhaps it’s better to start with the latest model of Pi? Likewise, should I get 16MB Pi instead of...
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 ArticleMicroPython • Re: Error on Raspberry Pico with Micropython
(FWIW I think it was sensible and legitimate to seek advice about a micropython issue in a specalised micropython discussion.)Yep.Statistics: Posted by thagrol — Fri Feb 09, 2024 3:53 pm
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 ArticleSDK • SDK Installation frustration: macOS + VSCode
I have tried following the instructions here: https://datasheets.raspberrypi.com/pico ... h-pico.pdf, but they jump around here and there and aren't always clear.I'm on a macbook air, M2 chip, 14.3...
View ArticleTroubleshooting • Re: Auto-reboot if ping to gateway fails
Will report back in a bit. 60 in NJ heading to the golf course Statistics: Posted by TBL194 — Sat Feb 10, 2024 3:41 pm
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 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 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 Article