Device Tree • Re: dts file for rpi5 model
To add to James's answer, our kernel tree can be found at https://github.com/raspberrypi/linux. The source code and README for the available overlays is here: https://github.com/raspberrypi/linux/tr...
View ArticleMicroPython • Modify date on an LCD clock with RTC module 1307
Hello.I hope someone here can help me. I am trying to build a "Best before date- calculator" for my work using a Pi pico, an RTC-module(DS1307) and an 2x16 lcd display.(we are making sandwishes and...
View ArticleGeneral discussion • Re: Bypass eMMC on Raspberry Pi Compute Module 5 to boot...
..In India Official Raspberry Pi 512 GB SSD is going to be shipped from Second Week of December.I'm contemplating to use Crucial P3 Plus 1TB PCIe 4.0 3D NAND NVMe M.2 SSD. Its much economical when you...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
issue no1:Tested a triple head CM4 with below setup:- SN65DSI84 DSI-to-LVDS bridge on DSI-1- 1080x1920pixels monitor on HDMI-1- 2560x1440pixels monitor on HDMI-2The system comes up fine but shortly...
View ArticleSDK • Trouble getting UART1 on pins 4,5
Hi, I've moved a larger project from Arduino IDE , where I have debug printing to Wire Serial1 on gp4 and gp5, to sdk. Using SDK I'm having trouble getting UART1 on pins 4,5 so I thought I'd take the...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Well... You did ask for a different power connector and that is something that's a function of the carrier board design. And--just FYI--when you say "D9" connector, are we expected to understand that...
View ArticleRaspberry Pi OS • Re: on-screen keyboard on system with multiple touchscreens...
To be honest, I don't even know if squeekboard supports this, which is why I raised this (so far unanswered) issue - https://gitlab.gnome.org/World/Phosh/sq ... issues/429Squeekboard was originally...
View ArticleGeneral discussion • Re: 3 core Raspberry Pie
OK, I'll bite. Absolutely no pun intented.To be able to help you, post all the code you used to build this, and links to the components. Make sure you use the code tags.Statistics: Posted by kheylen25...
View ArticleHATs and other add-ons • Re: KVM over IP Add-on for Raspberry Pi 5
Potentially, but it depends on their software.It's using the Toshiba HDMI to CSI2 bridge chip, and the handling of CSI2 has changed significantly with Pi5. It's possible, but requires software...
View ArticleMicroPython • Re: Connecting to the Internet with new Pico 2 W
Yes, I have got it to work using Pimoroni's latest .uf2 file.This is the link I used: https://github.com/pimoroni/pimoroni-pi ... ag/v0.0.11Read the filenames carefully! pico2_W and not the pico_plus2...
View ArticleUbuntu • Ubuntu 25.04
FastfetchCode: .... .',:clooo: .:looooo:. .;looooooooc .oooooooooo' .;looooool:,''. :ooooooooooc ;looool;. 'oooooooooo, ;clool' .cooooooc. ,, ... ...... .:oo, .;clol:,. .loooo' :ooooooooo,...
View ArticleGeneral discussion • Re: new application
It should be possible to program the Logo (PLC) to do the no repeat codes logic. You could then use any QR scanner. Let the scanner scan and do the logic in the PLC.I think you need help from someone...
View ArticleTroubleshooting • Re: MQTT fails to start
stop the service temporarily and run it on the CLIOr use the systemd logs using e.g. journalctlYou can also check some logging using an MQTT clientTBH I can't remember ever having to use the CLI to...
View ArticleGeneral • Re: Tcl on Pico?
Hippy, how did you get this lovely output?It's my home-grown 'mptool' utility which allows detailed examination of UF2 and other Pico files.Unfortunately, even Zipped, it's too large to post to the...
View ArticleAutomation, sensing and robotics • Re: 360° Serial bus servo like a stepper
You need a stepper. A continuous rotation servo has no control over angle. You can only control the speed and direction.Well, for the sake of the OP let's assume the servo in question has encoders and...
View ArticleOfficial Display • Re: Rotate Official 7inch Display on Raspberry Pi 5
add Code: video=DSI-1:800x480@60,rotate=180 to the end of the first (and only) line in /boot/firmware/cmdline.txtChange the rotation value to suit your needs.Statistics: Posted by DirkS — Fri Nov 29,...
View ArticleCompute Module • Re: pcb trace on the CM5 carier board
I'm not sure what you have done their, it may the Altium Viewer, but kicad design doesn't look like that on my machine. You can get the maths from Kicad.Statistics: Posted by dp11 — Fri Nov 29, 2024...
View ArticleCompute Module • Re: cm5 USB 3.0 Power Fault State No input
USB over current maybe supported in future on Pin 100 of the CM5, but at the moment it isn't supported.Statistics: Posted by dp11 — Fri Nov 29, 2024 10:02 am
View ArticleSDK • hardware/spi.h: No such file or directory (again)
Hi, Code: DEFINES.h:35:16: fatal error: hardware/i2c.h: No such file or directory 35 | #include "hardware/i2c.h" | ^~~~~~~~~~~~~~~~compilation terminated.make[2]: ***...
View ArticleSDK • Re: hardware/spi.h: No such file or directory (again)
I'd need to see more context from your cmake file but my guess is that hello_serial is not the same library as dRehmFlight_picoStatistics: Posted by peterharperuk — Fri Nov 29, 2024 10:17 am
View Article