General discussion • Re: VNC won't enable
How much RAM is in your Pi4 ?VNC server is working fine for me on 2GB version with Bookworm (64-bit) most recent version.Statistics: Posted by neilgl — Sat Dec 16, 2023 8:16 pm
View ArticleDeutsch • objektivs zu korrigieren
gibt es eine möglichkeit die verzerrung des 6 mm objektivs zu korrigieren?und wenn ich mit VNC-Viewer das Bild mit raspistill -f -t 20000 sehen möchte, zeigt er mir das nicht an, wenn ich den...
View ArticleSDK • Re: Pico W generates error after using TCP for a while
I'm doing slightly better now I found code that was written for the ESP32 that uses the poll callback to send the data that was so slow so I called to poll function after each write... That was much...
View ArticleCamera board • Re: Why does my OLED stop working with RPi HQ Cam?
Thanks for the infoI'm still trying different code but I will just go ahead and order/also try a pi zero 2. I just hope what I get is legit.I wish I ordered it sooner since I have 3 days to work on...
View ArticleBeginners • Re: Pi zero project help
Have a look at beginner projects here https://projects.raspberrypi.org/en/collections/pythonAlso gpiozero documentation has examples for motors etc....
View ArticleTroubleshooting • Re: Headless Display Resolution on Bookworm
Where / how would I install that, so we are looking at the same thing?Statistics: Posted by neilgl — Sat Dec 16, 2023 8:30 pm
View ArticleDebian • Re: Switching to the Debian testing branch on Raspberry Pi OS Lite
Updating of Rpi OS Lite to testing is not supported. If you want Trixie you could try installing from the Debian official arm64 testing ISO using the UEFI firmware for the raspberry Pi 4 - search...
View ArticleRaspberry Pi OS • Re: Using Apple Keyboard and Mouse while Raspberry Pi 5 and...
You can use Logitech MX Keys keyboard and mouse to switch between up to 3 devices.https://www.logitech.com/en-us/products ... board.htmlStatistics: Posted by keyboardman — Sat Dec 16, 2023 8:39 pm
View ArticleMicroPython • Re: Help for Raspberry PI pico
With a Pico flashed with the wrong Micropython I would suggest starting with a factory reset- Put Pico in BOOTSEL mode- Flash flash_nuke.uf2- Unplug the PicoNow the Pico is like a fresh new one with...
View ArticleGeneral • Re: PicoW resetting
I looked in digikey.com, for "power line filter module". There is a parametric search, with filter type = single phase; voltage range 110, 250V AC (and the similiar 120, 125) for current 5, 6A I get...
View ArticleOther programming languages • Re: Julia AArch64 binary not working on...
what do these commands return?Code: file /bin/ls julialdd juliaThanks for the reply. Here is the output:Code: [alis: bin/]$ lsjulia[alis: bin/]$ file /bin/ls julia/bin/ls: ELF 32-bit LSB executable,...
View ArticlePython • gpio.setup() on raspberry pi5
hi,i try to use mfrc522 library (NFC library) on my raspberry pi 5 but the code not work becouse the library use RPI.GPIO. How can i solve this error.i know that raspberry pi5 not support RPI.GPIO but...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Well, one can not turn the compositor off in the default desktop of bookworm RPIOS (i just found out). This should stop you getting anymore surprises...
View ArticleAutomation, sensing and robotics • Re: Nonsense data from rotary encoder
Those encoders are very noisy when you move them and having a Linux machine reading the pins will make things worse in my opinion. Can you try it on an Arduino, for example?The problem is solved.How...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi5 Reverse DSI FFC Cable
Did you find a solution that you can share?Statistics: Posted by Baenwort — Sun Dec 17, 2023 9:04 pm
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
So still no clue how make this work....Is the ESP8285 even programmed? It may be waiting in the ROM bootloader. IIRC it uses a weird baudrate so won't respond to you at 115200.Statistics: Posted by...
View ArticleTroubleshooting • Re: Raspberry Pi4 updating EEPROM - sdcard issue
cm4 emmcthats your problemthe emmc version doesnt have the uSD socket wired upso it will never see anything you put on a uSD cardyou must use the rpiboot jumper and rpiboot program, as explained in...
View ArticleTroubleshooting • Re: Raspberry Pi 4 screen blanks randomly
The problem has fixed itself.I swapped the two RPi 4 units and the 64 GB SD cards.Neither machine now shows screen blanking.All I can figure is somehow one of the SD cards does not play well with one...
View ArticleBare metal, Assembly language • Re: BCS mnemonic (?)
In the reference I have, I can only find RRX and not RXXS. There is no separate entry for RRXS, it is in the notes for RRX.This is true for all instructions that support the status flags. You have to...
View ArticleBeginners • Re: String handling in Python
or how to do it with newer 'f-strings'.Thanks hippy:seems more easy to readCode: url=f'http://192.168.2.{shellyoffset}/rpc/Cover.Open?id=0'Statistics: Posted by dbrion1 — Sun Dec 17, 2023 9:29 pm
View Article