The MagPi • Re: Issue 141: Mitsua diffusion one installation issue
Hello,There's an error in the installation instructions. The last code sample of step 7 and the first of step 8 are identical. I presume in step 7, the last code sample should show how to install the...
View ArticleAdvanced users • Re: Industrial machine on rpi5
Flask is lighter but you'll have to do more coding to get that done.Django is a lot heavier, comes with a ton of stuff you probably will not use, but you'll probably do less coding to get that...
View ArticleBeginners • Re: Lost root password
Well! super-easy. Also very insecure, though that doesn't much matter in my case, since my pi desktop is deep inside my home, and I'm the only one in my family who's interested in it. Also, of course,...
View ArticleBeginners • Re: Raspberry Pi 4 Model B Boot/display Issue
on the diagnostic screen, you need to look at the line for hdmi/eeid, if your screen is not detected it will have a 0, if it has a 1 your good to go and that screen can be used as is.the rest is just...
View ArticleGeneral • High-speed counter
Hello. Are there any ready libraries for realizing high-speed counting of PWM signal (up to 1 MHz) with increasing or decreasing counting depending on the input state without the necessity to call the...
View ArticleTroubleshooting • Re: Low voltage warning Please check your power supply
The W in WLAN means Wireless, hence the question. You mean LAN cable or Ethernet cable as it is better kown.As above though, try the latest version of the OS for testing. It rules it out.It may also...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Thanks for all the work gone into putting this together.Does Passthrough audio work in this version? I had it before but now the Kodi log states:Code: Pulseaudio module module-allow-passthrough not...
View ArticleGeneral discussion • Re: Pi Zero 2 W: Upgrading wpasupplicant package makes...
Changes to the OS to use network manager maybe worth checking viewtopic.php?t=357623Statistics: Posted by andrew_pi — Tue Jul 02, 2024 7:57 am
View ArticleGeneral discussion • How to track IP of the Raspberry Pi Zero
I want to track the IP address of my Raspberry Pi Zero. An extremely essential issue.Raspberry Pi Connect does not work, so I have to rely on RealVNC.I tried dynu.com, but that does not work either....
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting the 22-pin CM4 port to a...
Connecting DSI displays is not a totally trivial task.The Pi connector provides the data signals (MIPI_D0[PN], MIPI_D1[PN], and MIPI_CL[PN]), but does not handle all the power supplies that a display...
View ArticleAutomation, sensing and robotics • Re: I need help with my raspberry pi 4...
Thank you for the help yesterday. I was able to start using the Raspberry Pi. After a while, I was able to receive the data from the Arduino setup via Bluetooth. I tried writing code in Python to save...
View ArticleOther RP2040 boards • Re: Own board - messed USB!
Is it possible to force the device into into LS mode for serial/HID as for the mass storage BOOTSEL mode?Statistics: Posted by stevemuio — Wed Jul 03, 2024 7:26 am
View ArticlePython • Re: Running python script from PHP - crashes at "import...
I should have given more info at the start: The OS is Raspbian Linux 11 (bullseye). I installed using Thonny's 'manage packages menu option which i understand calls pip to install...
View ArticleAdvanced users • Re: New behaviour when closing I2C lines with the GPIO v2 API
Thanks for your replies. But sorry, I try to stay away from Github as far as possible for political reasons.Statistics: Posted by KillerBerthier — Wed Jul 03, 2024 7:40 am
View ArticleRaspberry Pi Connect • Re: Operation without internet?
Thank you, Herman, very helpful. When I saw this video about Raspberry Pi connect:https://youtu.be/r3MQr_zE8mYI thought it could be great for smartphones to control a Raspberry Pi screen. And in the...
View ArticleTroubleshooting • Re: BU-353N5, gpsmon cannot get location (lat+lon), cgps...
It is a GNSS device, not a 'GPS' device*GPSD** know what it is doing. Hence using GN*It can use GPS, but is better than that and uses GLONASS, etc as well, if it can.**and Gpsmon or cgps,...
View ArticleCompute Module • Flashing CM4 without I/O board
First, I know how to flash the eMMC memory of a CM4 using USB-Slave connection over the i/O board.What do I need for an eMMC update if I want to use the CM4 in an ambedded application?Could I access...
View ArticleGraphics programming • Re: Xorg weird issues: log flooded and memory leak
It seems that the link is confirmed between errors in the log and the memory leak!As I understand, the "PageFlip" error trace is related to dual screen support. So I plugged another screen on our...
View ArticleGraphics, sound and multimedia • Re: Are there no USB speakers that are...
Logitech make some very nice speakers that almost fit your specs. Mostly the ones I've used have a 3.5mm jack and power pack but I did a quick search and found the Z407 which can connect via USB but...
View ArticleGeneral • Re: High-speed counter
This is a good example, but I can't figure out how to implement automatic counting up or down depending on the input state. And is it possible that the hardware counter counts not up to 16 bits, but...
View Article