Italiano • Raspberry PI 4 B - Connessione rete
Salve,premetto che provengo da ambiente Windows e mi sono avvicinato a Linux solo da alcuni mesi con l'intenzione di installare sulla mia barca un Rasberry per uso plotter cartografico.Ho acquistato...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • DSI Encoder and DSI Packet in Raspberry Pi 5
Hi,I am trying to learn MIPI DSI through raspberry pi. Is the DSI encoder in raspberry pi 5 hardware type or software type? I would like to play around with different DSI configuration(mode, color...
View ArticleBeginners • Re: Please help .. Headless program startup issue (service) still...
I think you need to get it out of "systemd" and make sure it works standalone.Because it sounds like the problem is "systemd" (as it usually is).Look into screen or tmux. Seriously.(Rest of this post...
View ArticlePython • Re: How to get Python to use a custom library path
Thanks for the prompt reply!1. A virtual environment isn't going to happen in this context because it would totally break the entire robot ecosystem.Thanks!I just looked a their python code here:...
View ArticleGeneral discussion • Re: Raspberry PI industry integrators forum?
We don't have an industry specific forum, just use our normal forum for any questions. For technical questions that are not covered by the forum, applications at raspberrypi dot com can help. This...
View ArticleHATs and other add-ons • Re: Raspberry pi AI kit
The Hailo-8 in the kit is targeted at image applications, I don't think anyone has tried LLMs on it.Statistics: Posted by jamesh — Thu Jul 04, 2024 8:02 am
View ArticleCamera board • Re: GS camera on Pi 5 colours wrong
Dear All,Do we have a solution for this as I am having the same issues?Thank You in advance!Statistics: Posted by Werner44 — Thu Jul 04, 2024 8:12 am
View ArticleOther programming languages • Re: pinctrl - how do you read the current state...
pinctrl get 25 is the correct method to use. It doesn't change the mode of the pin to input. It reads the current level of the actual pin no matter if it is set to input or output.Statistics: Posted...
View ArticleBeginners • The Pi5, new HAT - how to dd image from SD-card
Hi.. I have just ordered the new Raspberry Pi M.2 HAT and SSD disk.. Today I am booting from a SD-card, using the Pi5 as a server (ZFS fileserver) and also installed Netdata, by compiling the Netdata...
View ArticleGeneral • Re: Getting Started with Raspberry Pi Pico W
Perhaps tell us what those sensors are and people may be better placed to advise.If there is Arduino code available it should be possible to replicate that in MicroPython, CircuitPython, C, C++ or...
View ArticleAdvanced users • Re: Reading the RTC
I am trying to do something as close to "real time" as possible. Using a system call (IMHO) just adds overhead.I comme from an embedded application world and every microprocessor I ever wrote assembly...
View ArticleRaspberry Pi OS • Disabling Pop-up Windows
Hello! I'm wondering if it's possible to disable pop up windows that can only be closed by manually pressing "ok" button. More specifically I want to close/disable a window that appears when you...
View ArticleTroubleshooting • Re: Cron job does not execute command.
stderr can be redirected with 2> somefile to replace somefile or 2>> somefile to append to the end of an existing one.*FTFY (typo)I'll delete this post when fixed.Statistics: Posted by...
View ArticleBare metal, Assembly language • Re: Pi5 Boot Process
I don't think you need start.elf or fixup.dat on a Pi5. Their equivalence is stored in the eeprom.Statistics: Posted by procount — Thu Jul 04, 2024 8:32 am
View ArticleBeginners • Re: L298N Motor Driver and a 5v conundrum
https://shop.pimoroni.com/products/pico ... 4144542154may help if you're running out of connectivity. Image shows it used with an HAT i.e.NOTE: Pi GPIO are 3.3V! If you want to connect 5V sensors you...
View ArticleGeneral • Re: Bare-metal Bit Banging GPIO (AQA Assembly style)
Thanks for the input, here goes, today is the day.Need to tidy this lot up Statistics: Posted by morphy_richards — Fri Jul 05, 2024 6:53 am
View ArticleOther languages • Re: 树莓派无法启动
我也曾经遇到这个问题,尝试更换TF卡,重新烧录系统。Statistics: Posted by yoyojacky — Fri Jul 05, 2024 6:57 am
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 M.2 HAT+ longer FPC cable 5cm
Thanks I am using the Waveshare PoE HAT (F) and it works well and has an active cooler - idle temps are < 40C (ambient 24C).https://core-electronics.com.au/power-o ... -pi-5.htmlAgree that a std...
View ArticleTroubleshooting • Re: Freezing under load with Raspberry Pi 4B 1gb, me or the...
Oh, that's good to know about the memory! I just figured I would check the hardware and play around before I did what I intended with it.I guess I got rid of more info than I intended when I cleaned...
View ArticleTroubleshooting • Re: Need help with triggerhappy
It sounds like triggerhappy wasn't installed correctly, since it is not auto-starting - as it should (and does) if installed correctly.Maybe uninstall it and then re-install it?Statistics: Posted by...
View Article