Troubleshooting • Re: Boot problem.. Job...
You can definitely disable the onboard NIC. I use /etc/modprobe.d/blacklist-wifi.conf with contents:Code: blacklist brcmfmacblacklist brcmutilThere's also an incantation to disable it in...
View ArticleBeginners • Re: Will these components work?
Hi. Yes all components work. The HAT works I think but I have not gotten far enough to really know. The RPi and sd card works for sure. I just installed a basic OS and it boots up fine.Statistics:...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DS3231 RTC Module
Also enable it in /boot/firmware/config.txt by adding this lineCode: dtoverlay=i2c-rtc,ds3231Statistics: Posted by rpdom — Mon Apr 29, 2024 6:14 pm
View ArticleNetworking and servers • Re: wifi access
This is more or less what several products, such as Ring doorbells and eero, for instance use. They set up their own WiFi network which the ultimate user can connect to, and via some sort of...
View ArticlePython • Re: Convert Integer to Hex Byte for use in I2C comms
You don't need to. It will happen automagically.If you write hex code withCode: x=0x4fthat's exactly equivalent toCode: x=79or octal codeCode: x=0o117Putting it all togetherCode:...
View ArticlePython • Re: Looking for python code for 433 MHz reciever
I'm sure there is some horribly written software out there for these modules, but not all of it can be horribly bad. Meaning, you probably already ran into the simpler versions of that code out there...
View ArticleDeutsch • Re: Wake on Lan über Webseite
Hallo,danke, ich habe es mir schon gedacht, dass es mit den Rechten zu tun hat.Leider habe ich schon recht viel versucht, was würdest du konkret machen? Denn gefühlt habe ich bereits allen Ordnern...
View ArticleMicroPython • Bi Polar Hall Effect Sensor for Tachometer
Hi!I want to create a revolutions counter.I have a bi polar hall effect sensor that prints an output if the sensor reads the magnet.Code: #Hall effect sensor test code#from machine import Pinimport...
View ArticleTroubleshooting • Re: Pi Zero 2 W not getting to Raspbian OS setup?
What about the power supply? Have you checked that?Yes I am sure that the power supply is compatible. Raspbian Lite worked perfectly with my setupThis OP provides a clue with this statement "Raspbian...
View ArticleGeneral discussion • Re: 2 newly completed Raspberry Pi 5s.
I am also a huge fan of these top/bottom plate "cases". Decent protection and great airflow.Statistics: Posted by bjtheone — Mon Apr 29, 2024 6:42 pm
View ArticleUbuntu • Re: Ubuntu 24-04 desktop64 installation fails
Just used balenaEtcher via Windows11 to install the 24.04 iso on a 128GD Kingston. Formatted as exFAT.When I get home I will see how my RP4 sees thatStatistics: Posted by amoun — Tue Apr 30, 2024 5:48...
View ArticleTroubleshooting • Re: Thonny crashes when executed
I'm using raspberry pi4 with ssh connection, and I have the latest python 3.11.2 and latest thonny 4.1.4. I downloaded thonny through the terminal and tried to activating it using typing "thonny"...
View ArticleTroubleshooting • Re: RPI 5 GPIO outputs -1.6V?
Thanks for trying to help. At the end it was just a broken cable. After exchanging it, everything worked as expected.Statistics: Posted by MDH — Tue Apr 30, 2024 5:58 pm
View ArticlePython • Re: Python script calling VLC on startup fails
Use omxplayer instead.Statistics: Posted by BigRedMailbox — Tue Apr 30, 2024 5:59 pm
View ArticleGeneral discussion • Re: Powering multiple Raspberry PI 5s
Thank you, I'm not convinced that I need the full 5A - I think I just assumed that because the RP 5 Power Supply is 5AThat is to allow for USB devices (like an SSD).With low power (e.g. a basic...
View ArticleBeginners • Re: What's the lowest power the rpi5 can run on?
Using one of the 5v USB sockets on our chart table that do power a 400 quite successfully, I got power warnings on the screen and vcgencmd get_throttled gave me 0x5000. vkcube still ran; not...
View ArticleTroubleshooting • LIRC on pi5
Folks, Have been using lirc for like forever, anyway I got new Raspberrypi-5, it is replacing a RPI-4B, unplug one, plug inthe other. The MCEUSB receiver and remote I was using (and it works) is the...
View ArticlePython • Re: PyQt5 WebEngineView on Rpi 3 not working
pyqt5 documentaion, support links, etc, can be found here: https://pypi.org/project/PyQt5/Statistics: Posted by memjr — Tue Apr 30, 2024 6:39 pm
View ArticleBeginners • OSCAM CYCECPLUS
hello, I need help to get OSCAM CYCEPLUS to work on a raspberry pi 4, thank youStatistics: Posted by eliano — Tue Apr 30, 2024 6:40 pm
View ArticleOff topic discussion • Re: I guess you guys who still use the Z80 know about...
https://github.com/rejunity/z80-open-siliconStatistics: Posted by gordon77 — Tue Apr 30, 2024 6:41 pm
View Article