Compute Module • Re: cm5 USB 3.0 Power Fault State No input
The pin can be reconfigured in software.Statistics: Posted by dp11 — Wed Dec 25, 2024 6:02 pm
View ArticlePython • Re: How to handle bytearray from NFC Tag Reader
The data I actually want to work with is ...\x02enOmega\...What would be a proper way to get this data value only from the Tag or at least to "convert" the bytearray to a list where I can access this...
View ArticlePython • Re: BLE connection Raspi 4 to Polar H10 chest belt via Python-script
I also have the H10. It's a bit cranky to connect sometimes. Make sure you have 2 Bluetooth devices enabled in Polar Beat settings.Statistics: Posted by jools72 — Wed Dec 25, 2024 6:19 pm
View ArticleTroubleshooting • Re: FAT error on official starter kit
Almost certainly none of that is necessary. It is almost certainly something simple - like not plugging it in or something like that.One thing I really hate myself for is when I make the mistake of...
View ArticleTroubleshooting • Unable to get CM4 to use ant2
As far as I can tell, the only change I'd need to do is add Code: dtparam=ant2 to Code: /etc/firmware/config.txt and then reboot. But this doesn't appear to actually change which antenna output is...
View ArticleBeginners • Re: voltage for raspberry pi 5
No, the pi takes 5v via a USB C connectorStatistics: Posted by jamesh — Wed Dec 25, 2024 6:32 pm
View ArticleRaspberry Pi OS • Re: Google will be after me...
Interesting... Perhaps Firefox is the way to go. I'll have a play when back at work, cheersStatistics: Posted by jondallimore — Wed Dec 25, 2024 6:44 pm
View ArticleCompute Module • Re: Compute Module 4 Camera issue
Camera (and display) autodetect is only applicable for the base Pi boards, not the Compute Modules. Compute Modules can have the camera/displays wired up in any of a number of ways, therefore they...
View ArticleBeginners • Re: DAS How to build a Raspberry Pi DAS (not NAS) by USB-C or WiFi
Hi! Thanks a lot for all the answers.What I would like to know is if I can make something like this product, but with a RaspPi5.https://yottamaster.com/products/yottam ... lLZBs50oiPYeah, NAS is...
View ArticleMicroPython • Re: Pico W Reliability
I found where the trace messages are coming from:https://github.com/georgerobotics/cyw43 ... trl.c#L292Also some references to rejoining a network:https://github.com/georgerobotics/cyw43 ......
View ArticleBeginners • Re: Cannot find RPi in systemd but finds it in ssh
When I do not include venv it fails to find the mariadb module. The mariadb module is imported before the sensor_relay module in the script:Code: import osimport globimport timeimport...
View ArticleHATs and other add-ons • Re: Power HAT+s specification
Fully up to you how strict you take that comment.Most DPI attached diaplays simply ignore that, same do I. I only take care there is no address conflict on said bus.Statistics: Posted by...
View ArticleDevice Tree • Re: Assistance with Device Tree Overlay for GPIO-Based I2C and...
getting this errorCode: [ 38.204806] Goodix-TS 11-0014: Error reading 1 bytes from 0x8140: -6[ 38.244519] Goodix-TS 11-0014: Direct firmware load for goodix_911_cfg.bin failed with error -2I see it in...
View ArticleSDK • Re: HTTP Client with pico_cyw43_arch_lwip_poll
I will test later.Statistics: Posted by picocpp — Thu Dec 26, 2024 6:24 pm
View ArticleGeneral discussion • Re: Power supply - alternative needed to plug type
And I haven’t seen it mentioned in this thread,Because the thread is primarily about the Pi 4 which doesn't use that option:I need an alternative power supply for the RPI ( primarily pi 4’s ).It might...
View ArticleTroubleshooting • Raspberry Pi 5 cannot get to boot settings
Hello, I am new to the Pi ecosystem but am loving the Pi 5 as a retro gaming console. for the first couple of weeks it ran fine but for the last couple of days whenever I turn it on I get the white...
View ArticleTroubleshooting • Re: Cannot SSH when HDMI LCD is connected
Are you using Wifi at 5GHz? I seem to remember something about some HDMI modes interfering with wifi. A different cable may help.Statistics: Posted by rpdom — Thu Dec 26, 2024 7:25 pm
View ArticleTroubleshooting • Pi 5 stopped booting with 8 green flashes - not fatal
I just want to make a new post here as the one the google result went to is locked:viewtopic.php?t=359355I have a Pi 5 and for whatever reason stopped booting, I initially kept getting a solid red...
View ArticleGeneral • Re: [overclocking] RP2350 at 600 MHz, with Flash, PSRAM, ARM,...
Hi,I use the Picoroni Pico plus 2.My board look like this:As it is to add RAM on an XT computer, there is one 8Bit access at maximum every milli second, so it is really slow for the Pico.I use the...
View ArticleBeginners • Re: bme280 sensor not being picked up
Wiring looks wrong Note: physical pin numbers used.Code: 1 - VCC : OK 3V35 - SCL : OK SCL GPIO317 - CS : ?? should be not connected "NC"21- ADDR: ?? GPIO9 SPI MISO (high addr is 0x77, low addr is 0x76...
View Article