Networking and servers • Re: New Router from ISP - reset all my PI's
I think I really like this approach. Not quite a guest vlan, it's close enough... and means I don't have to rush to get all the data sorted.Thanks all.I think I even found the bits to switch off...
View ArticlePython • Re: gpio library for new projects? is pigpio still the best answer?
Ah! lgpio is child of pigpio by the looks of it, excellent!Statistics: Posted by pootle — Sat Jul 20, 2024 4:29 pm
View ArticlePython • Re: Debouncing digital inputs, best practices ?
@rpiMikeThank you but how frustrating. I tried all sorts of ways, brackets, inverted commas, etc just not the equals sign!Works perfectly now.I also realised I don't need anything like 2 seconds, 0.5...
View ArticleTroubleshooting • Pi5 showing multiple devices as 'Linux Foundation 2.0 root...
I. am using this pi in one of my 3d printers. I just installed it and I am using a PCIe to m.2 hat. Unfortunately when I plug in certain devices to my Pi they show as 2.0 and 3.0 hubs. This may be...
View ArticleTroubleshooting • CM4101008 freeze or not works at all
Hello there,I just bought a CM4101008 for one of my projects with a CM4IO Board.This is my first time using compute module, but i am familier with other raspberries (I have Pi3, Pi4, Zero2W) and i...
View ArticleMicroPython • Re: Pi Pico Web Editor to work with Chromebook
There's also this. No idea if it works on Chromebooks -https://viper-ide.orghttps://github.com/vshymanskyy/ViperIDEStatistics: Posted by hippy — Sat Jul 20, 2024 4:50 pm
View ArticleAssistive technology and accessibility • Can a raspberry pi be used with an...
Hi,I currently work as a support worker for a guy who is a tetraplegic and has very limited movement.He has a profiling bed that has a IR remote to turn on/and off various vibration settings, this is...
View ArticleGeneral discussion • Re: 2nd hand pi with na-ion batteries = ethical technology?
As long as you can provide the Pi with 5.1v and as much current as it needs to run for as long as you want it to run with whatever you have connected to it, the Pi does not care about the type of...
View ArticleAdvanced users • Re: Pi 5 suspend to disk aka hibernate
This should be possible on any Pi, given the right support in the kerneli do agree that it should be possibleits just a matter of getting the drivers happy, to allow some state with the firmware to be...
View ArticleRaspberry Pi OS • Re: how to stop listing at boot
I am not sure what Formula 1 characters are?Statistics: Posted by neilgl — Sat Jul 20, 2024 6:18 pm
View ArticleGeneral discussion • Re: Using P-Channel Mosfet with RPI Pico W
Unless it is a huge LED gobbling lots of current, easier to use an NPN transistor. The internet is awash with tutorials how to do that.Statistics: Posted by drgeoff — Sun Jul 21, 2024 4:59 pm
View ArticleAdvanced users • Re: Raspberry Pi Zero 2W max resolution of 1920x1200
Don't know exactly which limits apply for Pi Zero 2W but is think it' 1920x1200.You can lower framerate while increasing the resolution to see how far you will get.My advice would be to make use of...
View ArticleTroubleshooting • Re: Replacing usb 3.0 port.
There are two types of ethernet jacks. Those with built-in transformers and those without. The former have been specified for all ethernet equipped RPis.In early 2012 it was reported that a batch,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
@6by9 Yes totally agree, Python scripts are NOT the way to go and why we would very much like to use a stock kernel overlay. It was mentioned here just to show this LCD Display with capacitive...
View ArticleAdvanced users • Re: Image File Utilities
So - thanks very much for creating and maintaining image-utils! I use it almost every day, and it has been an utterly reliable, dependable tool! Thanks for the feedback. I'm glad to hear you got...
View ArticleGaming • Re: psx/ps2 gpio controller driver
bump!can someone tell me, DO I or DO I NOT need an external pullup resistor?the rpi4 is supposed to have them built in for some GPIO pins, right? Do i need to activate it somehow? How then?I've read...
View ArticleGeneral discussion • Can you bring up multiple clipboard history with Linux
Sometimes when I am trying to save time and I have already done some of the work in another document and I want to copy and edit the work for someone else, I have always done it this way,go to...
View ArticleTroubleshooting • Re: Mount Failed but why?
I figured out, the case can handle onlz up to 8 TB, i did not know that cases have limits, i ordered already a new one that can handle up to 20 TB i keep you update for the resultStatistics: Posted by...
View ArticleTroubleshooting • Re: Flash Official Keyboard RPI 2 RPI-KYB
I was thinking of reflashing itThe Holtek microcontroller in the keyboard has one-time programmable program storage. It can't be reflashed.Statistics: Posted by trejan — Sun Jul 21, 2024 6:31 pm
View ArticleMicroPython • Re: STICKY: MicroPython for Pico, Pico-W and RP2 Resources
Tracing Ethernet Packets on a Pico WWhen using a Pico W there is a 'wlan.config(trace=?)' option which causes MicroPython to show what Ethernet packets are passing around the system. The 'trace='...
View Article