MicroPython • Re: PIO things: piodebug and awg2chan
Hey all, I'm the author of piodebug. Glad to hear it was discussed at the Melbourne meetup. I've been trying to give it a little more exposure, get someone to review the code, and see if there's other...
View ArticleGaming • Re: Verdict on Pi 5 gaming
Updated recommendations: optimized 4K games should run well on Pi 5 X11/Wayland. When you start adding a lot of shaders it slows down quickly. For example, OpenArena doesn't run very well but a PS1...
View ArticleGeneral discussion • Re: 1GB RPi Zero 2W?
I do really like the A+ and Zero form factor.The unsoldered pin header on the Zero is sometimes a real game changer on some embedded projets, and the 2W brought an appreciable power increase. Sadly,...
View ArticleBeginners • macOS-like theme for Pi 5 (8GB)
Hi,I've been looking into this but could only find the theme for the Pi 4 models. Does anyone know about a theme for the Pi 5 that changes Raspbian Bookworm to look like macOS?Also, I see that...
View ArticleRaspberry Pi OS • Re: Update database of USB device IDs and USB device names
Thank you! Yes, you are right.lsusb uses udev's hardware database to associate a full human-readable name to the vendor ID and the product ID.1. I've successfully created my hwdb:Code: sudo nano...
View ArticleRaspberry Pi OS • Re: Bookworm vs Bullseye - A Guide
New update available. Attached to first post in this thread.Statistics: Posted by thagrol — Mon Jan 29, 2024 9:40 pm
View ArticleTroubleshooting • Re: RPI-Clone & Bookworm
> Because it wasn't fool proof.When I used vi on /boot/cmdline.txt finally /boot/firmware/cmdline.txt was edited because of the link. Now I get the ugly see /boot/firmware/cmdline.txt text. As a...
View ArticleNetworking and servers • R.-pi # 4B --- wi-fi | wifi disconnect, slow and...
Good day,My router is fixed and can only be set-up at 2.4 GHz. with bandwidth at 20 MHz. and channel at 9. All my devices in my place are working very well, except my R.-pi # 4B; is there a way to...
View ArticleGeneral programming discussion • Re: Books about 64-bit assembly using...
I didn't think there was such a thing as AT&T syntax for ARM: is there?If you are asking me; I don't know. I expected gcc/gas use AT&T on all architectures.Statistics: Posted by lianergoist —...
View ArticleGeneral discussion • About the "Which" command Replacement.
I recently ran a rkhunter scan on my raspberrypi 400 to check for any security issues.During the scan, I noticed something that confused me. It seems that the "which" command doesn't work the way I...
View ArticleCamera board • Re: GS Camera schematics?
Schematic like for the HQ camera module would be perfect:Statistics: Posted by WernerAT — Tue Jan 30, 2024 9:13 pm
View ArticleTürkçe • RPi5 gpio giris/cikislar
Merhaba,RPi5 de gpio giris/cikislarda kullanilan eski kütüphaneler calismiyor.Bu RPi5 de kullanilan RP1 chip den kaynaklaniyor.Bir sanayi uygulamasi icin su anda RPi5 icin node.js ve Node-Red gpio...
View ArticleOther RP2040 boards • Re: Thonny Errors RP2040 Custom PCB
If I understand right, then we may be on the same page here. My decoupling capacitors don’t necessarily sit on each pin like the design guideline suggests, rather they sit lined up above the RP2040. I...
View ArticleAdvanced users • get interupt with MCP23017
helloI am using a mcp23017 link to a raspberry in i2c.I have a python prog runing that allow to read or write on the 8 GPA or GPB pin of the mcp23017.I use wiringpiOn the datasheet of the mcp23017 it...
View ArticleFrançais • Re: gpio c++
Ok je viens d'essayer geany. Simple alors il s'agit de changer la ligne pour l'execution du programme avec son nom.Dans le cas du démo c'est ./test et la mise en exécution fonctionne!Statistics:...
View ArticleCamera board • Re: rabbit hole getting picamera2 v0.3.15 -> v0.3.16 to work
The only reason I was using old software was the camera not working on latest. I tried a fresh install with some setup on top And the camera is detected now on Linux 6. Something I didn't get to...
View ArticleSDK • Re: tinyUSB TX Fifo size
Thanks for the information. I manually changed that file and recompiled the SDK and now it works fine sending more than 256 bytes.No an ideal solution to modify the SDK obviously.Statistics: Posted by...
View ArticleGeneral • Re: How to output variable data to html
There are other methods which are less likely to break everything. (HTML works with HTTP which works with TCP.) You may want to use a larger TCP window here, however this can gobble/block the CPU if...
View ArticleNetworking and servers • Re: Socket programming on rpi4 or rpi5
Sockets are actually pretty easy to use, and I've done pretty much exactly what you ask before. There's some complexity around whether or not you want ONE connection or many, but the basics are very...
View ArticleBeginners • Re: Probs getting docker to pull images
docker.io the site normally doesn't reply to ping requests it seems. I get no reply back also. Pinging google.com should work. It appears your DNS is fine.Statistics: Posted by schmitz71 — Tue Jan 30,...
View Article