Troubleshooting • Re: Failed to connect to a screen
“ run without card at all and still no output” was not mentioned until now but nevermind.Have you tried a different HDMI monitor/TV?Sorry, you are correct, it was never posted in this thread.I will...
View ArticleRaspberry Pi Connect • Re: RPi Zero 2 W - Sign on to account where is info in...
Ah, the documentation is here: https://www.raspberrypi.com/documentati ... ml#contentStatistics: Posted by neilgl — Sat Dec 14, 2024 6:56 pm
View ArticleGeneral • Re: rp2040: fixing GPIO state during watchdog reset
I'm sorry, I've initially performed this test on arduino-pico, and I thought I had checked that nothing in there would interfere.Running my basic testcase now on plain pico SDK 2.1.0 yields the...
View ArticlePython • Re: Struggling with GPIOZero for Motor Control Using TB6600...
Perhaps I may be misunderstanding your code, but I don't see where the code changes the state of the direction pin.I seeCode: direction = OutputDevice(dir_pin, active_high=True) # Active high to...
View ArticleCamera board • Re: Making vflip and hflip perminent setting
If you manually load the overlay using "dtoverlay=imx708,rotation=0" in /boot/firmware/config.txt, having set "camera_auto_detect=0", then I believe it will change the default orientation for...
View ArticleTroubleshooting • Re: Pi Model B correct way to first time boot after Imager?
I am back for more help if possible. I have set up my early Pi model B with an OS from May 2020 as that seems to run fairly well and gives me a desktop which I find so much easier than a command...
View ArticleAutomation, sensing and robotics • Re: Emulate Mouse For 5B
i'd think so.Your PC must have a VNC server on it. (and be connected to the same network)then you use a VNC viewer on the PI to connect to it.the screen is shared, and you use the keyboard and mouse...
View ArticleMicroPython • Re: Lets talk about lightsleep on PICO
hippy, you make a good point. The functionality I want to add can be done in pure micropython.In fact, I coded it it micropython first when I did not fully understand how the hardware worked.I think...
View ArticleGeneral • Re: Reserved bits on memory register
Thanks for your answers. So clearly it is better to use the instructions for updating the registers clear, xor and set.If the instructions clear and xor seem clear to me, updating a register by set...
View ArticleCamera board • Re: Sanity check on JPG capture speed
What command are you using ?Statistics: Posted by gordon77 — Sun Dec 15, 2024 7:00 pm
View ArticleBeginners • command line tutorial
looking through the documentation page and not finding a reference or tutorial on the linux command line interface. I am trying to navigate setting up an application to run on my pi zero 2 w via SSH,...
View ArticleRaspberry Pi OS • Re: How to make sure power down never results in corruption?
ok, i THINK i've modified the files to work with Bookworm. But, i have not tested them extensively. So, I'd make a copy of your SD card as backup. (yes the scripts shouldn't hurt anything, but be...
View ArticleBeginners • Re: command line tutorial
There's plenty out there, eg Introduction to Bash and Bash ScriptingYour favourite search engine will find a lot more.Edit: I should have also mentioned man (from the cli)or the Debian Reference Guide...
View ArticleTroubleshooting • Re: CM5 trouble with 7inch display on DSI
here you are https://paste.debian.net/hidden/94280270/a DSI bind shows as 'succeeded'. What looks strange is that 'channel=0' gets mentioned. Need to say that I will have to check the source but looks...
View ArticleBeginners • Re: Maybe Again…(1:micro usb power in)(2:micro usb power in) What...
If it's all put in a case with extension lead connectors from the Pi to the case; it will be possible to add a blocking diode to the power wire in the data connection lead so power can only come out...
View ArticleCompute Module • Re: CM5 Dev Kit PoE - what's needed?
There ie no PoE HAT included with CM5IO.. Description just mentioned is as supportedGigabit Ethernet RJ45 with PoE+ HAT+ supportno PoE + HAT+ for Pi5 released yet!Statistics: Posted by...
View ArticleGaming • Recommendations for Arcade buttons and joysticks
I am looking into making a bar top arcade unit with a pi 3b+. The articles seem to not be uk based. Can anyone in UK recommend buttons, joysticks and the controllers (can these be powered by the...
View ArticleSDK • Re: Implementing class for HTTP(S) get request with parameters
I made it work. But why does it show an IPv4 address as external IP?Statistics: Posted by picocpp — Sun Dec 15, 2024 7:42 pm
View ArticleCompute Module • Re: Pi CM4 EUROCARD io Board ( Home-Lab ) Update
Update: 10.5Now everything Behaves as planned (I did not plan anything at all) still need to add HDD in % and the alignment is kinda offthe current code:Code: import spidevimport RPi.GPIO as...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi 500: SPI_IOC_WR_MODE with...
It's a completely different SPI controller, but given that CS is driven in software I can't think of a reason why SPI_NO_CS should not work.Statistics: Posted by PhilE — Mon Dec 16, 2024 7:16 pm
View Article