Beginners • Re: Can not access internet but Wifi connected
Could you please tell me if I should set up Google DNS 8.8.8.8 or some other, like the IP address of my Wi-Fi router?Statistics: Posted by TuvBraen — Tue Feb 13, 2024 1:09 pm
View ArticleGeneral discussion • Re: Raspberry Pi IPO
The OS would cost more than the hardware it's running on.Sure, but anything else is not commercially viable. I'm not averse to dropping $100 to license a commercially viable productI strongly suspect...
View ArticleOther programming languages • JSCAD — JavaScript CAD in your browser
You might know OpenSCAD, a CAD system that uses programming to create models.JSCAD is a CAD system that runs directly in a browser, and is programmed in JavaScript.It is fast, and has documentation,...
View ArticleGeneral • Powering with Battery and USB Connected - Is this a solution?
Good morning,I am working on a project with a PICO W and need to power it with Batteries and have the USB cable connected. According to the documentation, it states a Schotkey diode can be used at the...
View ArticleGeneral discussion • Raspberry pi reboot after USB is disconnected
I am using raspberry pi 3b+ and Zero W and a Waveshare 7 inch capacitive touch display. I am trying to turn off the back light of the display in various following ways in both the Pis. So if the turn...
View ArticleTroubleshooting • Re: The red and green LEDs of Raspberry Pi 4 are always on.
. Even, power on the Raspberry Pi 4 with and without the SD inserted. I got the same result for two situation, that is, the two LEDs are always on and never change. Do you see the Diagnostic screen...
View ArticleBeginners • Re: Unable to Control Brightness on Raspberry Pi 4B Running...
I've compiled and installed a kernel with 4k page size on my 8GB Pi5. ddcontrol is installable/working there .Use ddcutil instead. It works with the 16k kernel.Code: $ ddcutil capabilities | grep...
View ArticleTroubleshooting • Re: Turn on/off HDMI: not tvservice, not vcenvcmd, not...
viewtopic.php?p=2193323#p2192996ddccontrol might be another option for you.Any recent monitor will implement some subset of the Monitor Control Command Set (MCCS), which specifies a set of Virtual...
View ArticleTroubleshooting • Re: Powering multiple raspberry pis
I like that industrial look power supply its cool. At the recommended 80% capacity we have 240w / 27w ~= 8 raspberry pis. Not bad. I was thinking to wire together a bunch of bare-wire terminated USB C...
View ArticleSDK • Re: API Support Inquiry
Thanks to everyone for the fruitful discussions. I am exploring Zephyr as it supports a lot of devices with just minute changes to the hardware layer. I can see MCUBoot for the OTA update. I will...
View ArticleBeginners • Re: How to install Raspbian?
I believe it will be great help to the community.It won't be. It's frankly p??s poor and would do more harm than good.If you want a sticky, here's some advice*:Apply the feedback you have been...
View ArticleBeginners • Re: Raspberry pi 5 8GB not booting
I notice you are having trouble booting your Raspberry Pi 5!You could try and re-image the memory card, there's a good chance the image could have corrupted. There's a blog article you could refer to...
View ArticleTroubleshooting • Re: Raspberry Pi Model 4 as USB Storage Device
Doed your backing store have a proper partition table? Has it been formatted with a filesystem that Windows understands?Statistics: Posted by thagrol — Wed Feb 14, 2024 1:20 pm
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
Was there a public decision to switch focus to the more recent LTS? Where can I find out more so I can decide which kernel to develop against?The recommendation is you focus on each LTS kernel, as...
View ArticleTroubleshooting • An app that works on Pi4 fails on Pi5
I have been using a Pi4 for a couple of years running various apps. I just got a Pi5 and one app (AirVPN client Eddie) will not run on the Pi5. I created a system disk with the correct 64 bit system...
View ArticleBeginners • Re: SPI Question
I presume you want to attach to a Pi?Sorry, yes I want to attach it to a pi. In another forum, someone recommended using an MCP23S17 port extender. I will probably try that if I understand the...
View ArticlePython • Re: No objects found within the specified OU
I was not aware.Thank you.Statistics: Posted by valnurat — Wed Feb 21, 2024 1:22 pm
View ArticleAdvanced users • Re: Argon One Replacement Daemon
The logs would be a little more helpful if we turned up the loglevel could you add loglevel = 6 to your config file, I just want to see those debug messages. The button configuration is basically...
View ArticleTroubleshooting • Re: [SOLVED] dmesg : "raspberrypi-firmware...
After a failure, post the output of:Code: sudo vclog -mThat should still work after a firmware hang, and possible could include some error messages.Statistics: Posted by dom — Wed Feb 21, 2024 1:26 pm
View ArticleTroubleshooting • Re: problems with rpi5
WINE in and of itself is not enough. You need an x86 emulation layer as well. Most Windows applications are compiled for x86 CPUs and all Pi use ARM CPUs. The two are not compatinle. Thank you for...
View Article