Advanced users • Re: Raspberry Pi 5 USB Gadget mode for MIDI
Hi,I haven't tested everything yet (MIDI write/read), but the primary problem, the gadget (device) mode, and getting the Pi to appear as a MIDI Interface on the host computer and MIDI sequencer app...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Great product, as always. A good evolution of the original Pico.Can I ask why it doesn't have a reset button, apart from cost? It seems to be that this was the one thing users were crying out for on...
View ArticleTroubleshooting • Re: Need help in integrating LoRa HAtT 1268 with Rpi 5
Try contacting Waveshare.HelloIf you have any questions about waveshare products, you can send an email to support@waveshare.com and we will be happy to answer your questionsBe aware that their...
View ArticleTroubleshooting • Re: Raspberry Pi 3 B Ethernet stops working after a while
I seem to have a semblance of a workaround. The gist of it is to take eth0 down, power USB off, power up USB again, and take eth0 up.These are my commands:Code: nmcli device down eth0sleep 1echo 0...
View ArticleGeneral • Re: Ethernet MAC support with RP2350 ?
can 1 or 2 Ethernet MACs be supported on RP2350?I assume your question to mean "can itself RP2350 perform the functions of an Ethernet MAC", ie. provide Ethernet interface(s) with just an external...
View ArticleGraphics programming • LVGL v9 input handling
OK, so moving on from my previous post, I have worked out that for my requirements, I CAN use DRM (and touchscreen) by correctly identifying the right devices, which respectively are...
View ArticleSDK • Will there be a hardware_hstx?
Do I guess correctly that an SDK abstraction for HSTX didn't make it on time for version 2.0.0? And that hardware_hstx is on the roadmap?Statistics: Posted by slimhazard — Fri Aug 09, 2024 1:17 pm
View ArticleSDK • Re: RP2040 inter thread synchronisation
Now before I need to something clunky like write to one GPIO pin with one core , wire it up to its neighbour and use that pin as an input to trigger off, can someone point to some documentation of the...
View ArticleGeneral discussion • Re: A Pi Pie Chart
Now we're all waiting for Pico2 benchmarks I was thinking the same and further wanting to check whether BBC Basic easily builds.viewtopic.php?t=316761I'm expecting the console version to just work but...
View ArticleSDK • Re: Link doesn't complete with SDK 2.0.0 on W11, blocks on picotool.exe
As far as I understand, picotool's location is backed into picotool.exe binary, so while building it manually just added:Code: -DCMAKE_INSTALL_PREFIX=E:\Download\Pico_2\picotool...
View ArticleBeginners • PI5 newbie
Good day,I just received my pi5 with a nmve drive. I was curious, what shall I install on my big drive?. Should I install pinn os or one OS? I wanted to use my space in a proper way . Thank...
View ArticleGeneral discussion • Re: Raspberry pi 5 not booting
I recently bought Raspberry Pi 5 as it is my first time with pi 5 therefore am not able to boot it. [ ... ]Is there anything else that I can try to figure out what is wrong? Being a first-time user is...
View ArticleHATs and other add-ons • Re: Request for options in Buid-Hat
There's some connectors / cables on Aliexpress which may be of interest.https://www.aliexpress.com/item/1005006685987216.html I've not used the extension one you're looking for, but it does appear to...
View ArticleGeneral programming discussion • Programmatically Dim 7" LCD Monitor
I bought a non-RPi 7" LCD monitor ("Sun Head" brand) using an HDMI interface. It's working great, FWIW, but I'd like to programmatically dim the display and can't find a way to do it. It is dimmable...
View ArticleTroubleshooting • Re: raspberry pi 5 gpio connection error
The error I get when using the RPi.GPIO library is as follows:[ ... ]can you help me with this?Previously you have written: raspberry gives an error about downloading the gpio.rpi library, so I used...
View ArticleGraphics, sound and multimedia • Re: Adding a SCART/RGB input to RPi5
I very much doubt a simple ADC will be enough. At least one of those video signals will have line and frame sync signals that will need to be extracted and processed.Plus SCART isn't just RGB....
View ArticleBeginners • Re: How can I drive a vibrating motor by GPIO?
Try connecting Vcc on the board to 3.3 volt pin of RPi GPIO header. Also connect EN pad (= enable) to the GPIO you use for control.I made a program by .Net ,tried connecting VCC to 3.3V PIN and GPIO...
View ArticleBeginners • Re: PI5 newbie
Good day,I just received my pi5 with a nmve drive. I was curious, what shall I install on my big drive?. Should I install pinn os or one OS? I wanted to use my space in a proper way . Thank youJust...
View ArticleBeginners • Re: Multiple screens linked and then connected to PC
Not related to Raspberry Pi as it deals with a flightsimulator on a PC.AIU it is about feeding multiple official RPi displays from one source.how do you want to achieve that? Official display is DSI...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Not Booting: No HDMI Signal, Solid Red LED
Have you read the Pi not booting post at the top of this section? That covers most reasons for a Pi not booting.Try booting without SD card and with nothing connected to USB at all. Just HDMI cable...
View Article