Python • Re: pulse counting with python
Of course quite simple!just look what I did roughtly 10 years ago to get speed of a stationary cycle.viewtopic.php?t=119476&hilit=cycle#p812499Statistics: Posted by danjperron — Fri Mar 15, 2024...
View ArticlePidora / Fedora • Re: 39 delay
Nearly release date for F40, https://fedoramagazine.org/contribute-a ... ernel-6-7/Statistics: Posted by geev03 — Fri Mar 15, 2024 5:15 pm
View ArticleGeneral discussion • Re: A Pi Pie Chart
That's really disappointing, you can get an N100 for a bit around £100 from AliExpress all in ready to go and it's only a fraction slower than my main mid-high end PC at the time, on the cusp of the...
View ArticleTroubleshooting • Too many reboots broke X?
Hi.I'm been working with creating custom systemd services, aka a lot of reboots.I was dealing with a specific issue, where one of my services would hold the boot process. I could tell because X wasn't...
View ArticleGeneral discussion • Re: pi 5 default boot order sdcard
Raspberry Pi EEPROM Manager provides a user-friendly method of viewing and changing the boot order (as well as many other bootloader configuration functions).Statistics: Posted by RonR — Fri Mar 15,...
View ArticleDeutsch • Re: LAN Raspberry 400 down
Ich habe gestern auch wegen einem anderen Projekt mal meinen Pi 5 mit dem gestern rausgekommenen neuen Full OS 64 Bit installiert.Dort ist LAN und WLan per DHCP konfiguriert und ich habe (außer den...
View ArticleBeginners • Re: Can I run different things at the same time on a Pi 5?
Im guessing EI23 is something related to Smart Homes, for automations, just ran a quick search on Google. I haven't used it before so Im not entirely sure of its setup process, but I have used...
View ArticleBeginners • Re: problem exporting gpio Linux raspberrypi version March 2024
I wrote a compatibility shim in the last two days using fuse that can be mounted on top of /sys/class/gpio. It tries to emulate the old behavior of that directory, even poll based edge detection. All...
View ArticleGeneral discussion • Re: Pi 5 - change drive owner & group
And if it's formatted with a Windows file system (FAT, FAT32, NTFS, etc.) you can't. You can only change the fiction presented by the driver as those have no support for Linux owner, group, and...
View ArticleSDK • Re: cannot change PICO_SDK_PATH in VS Code on Mac
I fixed the problem by including these two lines in the very beginning of pico_sdk_import.cmakeset(PICO_SDK_PATH $ENV{PICO_SDK_PATH})message("PICO_SDK_PATH ==> ${PICO_SDK_PATH} ")I have no idea,...
View ArticleGeneral discussion • Re: Can I create a security risk with my Pi?
And there is one Pi specfic risk too: using the old default username and password then opening you Pi up to the world for ssh.By now every script kiddy in the world (and his wife) knows what those...
View ArticleBeginners • Re: PI 5 HDMI output not working with Old Samsung HD Ready
added this to end of /boot/firmware/cmdline.txt but had no effectStatistics: Posted by imranrajjad — Sat Mar 16, 2024 5:18 pm
View ArticleDeutsch • Re: Raspberry pi 4b bootet nicht
Ich glaube, er erinnert sich auch nicht mehr an diesen Thread ....Statistics: Posted by NetSecond — Sat Mar 16, 2024 5:24 pm
View ArticleAdvanced users • Re: Custom Linux, custom file system in RAM
you would need a custom initrd, that just mounts things with normal linux commands, and copies itor a bootloader like u-bootDo you know how to find out how much space my file system occupies in RAM...
View ArticleMicroPython • Re: Pico requested vs measured I2C SCL frequency
Code: IC_FS_SCL_HCNT_1 is 6IC_FS_SCL_LCNT_1 is 13that initial value looks to be a reset default, its configured for 6.5mhz!Code: IC_FS_SCL_HCNT_1 is 126IC_FS_SCL_LCNT_1 is 187and now with this, its...
View ArticleFrançais • Re: configuration wayfire
Salut,je n'arrive pas à retrouver mais sur ce site, ici même, sur le sous-forum "Raspberrypi OS", PeterO (un excellent contributeur) a compilé wayfire depuis les sources (github sans doute) et a entre...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Pas de vpn pour moi. Enfin si mais c'est juste wireguard qui tourne sur mon serveur (pi4) pour que j'accède à mon réseau quand je suis hors de chez moi. VPN privé donc.Statistics: Posted by JumpZero —...
View ArticleGeneral discussion • Re: Closed Raspberry Pi 1 Model B Case in 2024?
Does anyone know of a case which will take this model of the PI (two mounting holes on the board, one ethernet, one USB on the reverse side pointing towards the centre of the board with some sort of...
View ArticleMicroPython • Re: How to exit gracefully from the second Pico thread ?
I understand that _threads module is experimental and there are major caveats, but I'm surprised that such basic thing as not being able tu use REPL consistently thus effectivelyThat's probably one of...
View ArticleRaspberry Pi OS • Re: Pi 5 - change drive owner & group
Thanks.What would cause the drive to be installed with root permissions vs user permissions?Again, it depends on what file system is in use.Freshly formatted Linux native filesystems have the top...
View Article