Troubleshooting • Re: raspbian buster - usb device not recognized
no ideas anyone ?this shouldn't be that difficult.What part of the kernel (which module) is responsible from detecting USB devices on the hub ?Statistics: Posted by mrmrmrmr — Wed Jul 31, 2024 9:41 pm
View ArticleTroubleshooting • Re: Connecting pi to tight vnc
Thanks …..I will check in the morning…..it’s all outside in my observatoryStatistics: Posted by jeffrsharpe — Thu Aug 01, 2024 7:58 pm
View ArticleTroubleshooting • Problem with SSD password required?
I am trying to use a Sabrent (model EC-UASP) USB to SATA adapter with an SSD on a Raspberry Pi 5. I have had the same problem now with 2 different drives. I have the OS loaded on an SD card, USB boot...
View ArticleTroubleshooting • Re: help running wayvnc (not as a service)?
will have to study further... wayvnc --render-cursor 0.0.0.0 works just fine. apologies for the confusion.Statistics: Posted by 0nobody0 — Thu Aug 01, 2024 8:15 pm
View ArticleGeneral discussion • Raspberry Pi 5 NAS help?
I am new to the world of Raspberry Pi, but I would very much like to build my own Pi 5 NAS. I need some help or guidance please though as I cannot seem to find what I am looking for. I have 4x1TB SSD...
View ArticleOther RP2040 boards • Re: Custom RP2040 Board Not Detected
5mA or so is probably in fact right at this stage of booting - I'm used to about 1-2 mA while held in reset, 10mA when running, but if it's sitting there in the bootrom not having yet loaded any code...
View ArticleOther projects • Re: Custom Key pad
I had a targeted video pop up which showed a keyboard being made by making a grid that the Arduino could recognise as individual keys with out needing each one wired up, so I googled whether or not...
View ArticleAdvanced users • Re: Virtualisation on RaPi5
I´ve finally found the solution. Thank you for this, sorry if this is a dumb question, but I got the VM up and running and figured out and set up the bridge, but the only thing I can get when the VM...
View ArticleDevice Tree • Re: CM4 failed to enable uart3 + 485 mode
I think all you need is this - drop fragment 2:Code: fragment@1 {target = <&uart3_pins>;__overlay__ {brcm,pins = <4 5 6 7>;brcm,pull = <0 2 2 0>;};};Statistics: Posted by PhilE —...
View ArticlePython • Re: DS18B20 / w1thermsensor
Please post the output of this:Code: #!/bin/bashcd /home/pi/Documents/HVAC/source ./env/bin/activatewhich pythonI created a file memjr.sh containing the code you provided, and ran it with:Code: bash...
View ArticleBeginners • Re: Pi as Mass Storage Gadget with "virtual" backing-store
I have a device which supports to read files from an usb stick - but I'd like to present the content of a networl folder transparently as usb stick to the device.In addition I'd like to automatically...
View ArticleGeneral discussion • Re: Raspberry Pi 5 NAS help?
the rpi can not power those so they need to be self powered.i think open media vault is the more popular option, so maybe start your research there, visit there forum for cluesStatistics: Posted by...
View ArticleMedia centres • Re: Peppy player
I could not reproduce the problem. The volume control has been working fine in both alarm and sleep mode. Just tried out the collection function, it simply the task of fiinding the music album/file I...
View ArticleGeneral • Re: pico and thonny not working
Have you put the pico into BOOTSEL mode and then copied MicroPython (for picoW) to it?Statistics: Posted by neilgl — Fri Aug 02, 2024 8:23 pm
View ArticleOther projects • Re: Need Guidance for RP2040 (PICO)
I am not familiar with the PicoMite but what are you using to program things and how long does it take to respond to a falling edge being detected and it reading the ADC ?If it were a 0V/3.3V square...
View ArticleTroubleshooting • Re: When trying to update the OS, it displays the message:...
are you connected to a network?the PI syncs the time using the network...it may take a few minutes, but it should sync.Statistics: Posted by terribleted — Fri Aug 02, 2024 8:40 pm
View ArticleTroubleshooting • Re: What are all of Raspberry Pi 4 Problems?
Enough of the nonsense. Locked (and may well get deleted, but not by me)Statistics: Posted by 6by9 — Fri Aug 02, 2024 8:51 pm
View ArticleWeather station • Re: weather station to control frost irrigation.
I think this will help interface your Davis to a RasPihttps://www.weewx.com/Statistics: Posted by Paul Hutch — Fri Aug 02, 2024 9:14 pm
View ArticleBeginners • Library for tm1637 display for bookworm needed.
Hi All,i have recently installed bookworm. On bullseye i was controlling my 6-digit 7-segment display using raspberrypi-tm1637 library (https://pypi.org/project/raspberrypi-tm1637/).It looks like that...
View ArticleBeginners • Re: Help for a very old beginner
Ah, a kindred spirit. As an older 'techy' I went through an MQTT setup a couple of years ago with IOT devices but of course because everything is working ok, I forgot how to set it up.It sounds like...
View Article