General discussion • Re: how to build pioasm in the sdk under linux mint ?
This is what I did to make 'pioasm' a standalone app for my Pi 4B running Raspbery Pi OS Bookworm ... YMMV ...Code: cd ~/pico/pico-sdk/tools/pioasmmkdir buildcd buildcmake ..makesudo ln -s...
View ArticleTroubleshooting • Re: Unable to Create SD Card with OS
I just bought my raspberry pi 5 and bought a brand new samsung 512gb micro sd card. I downloaded the newest version of the pi image installer from this website. Told it to write to the microsd card...
View ArticleNetworking and servers • Re: [Solved] Bullseye via Network Bridge on Bookworm
I have mostly multiple profiles, also VLANs, etc. Of course only 1 set must autocnnrect (for remote/headless ssh), all others then no autoconnect. I know if I untick 'Automatically connect' in both...
View ArticleBeginners • Re: Real Time Clock on Pi 5
The RTC helps with keeping the time while the RPi is powered off. Both internal and external RTC does that.What kind of periods are you looking at - what speed is your problem running at?C++ has...
View ArticleGeneral • Re: Apparent issue found with Always-On Timer on the RP2350
It might be worth crafting a Pico SDK C program to check if the always-on elapsed millisecond timer is behaving as expected or not. That will also allow others to more easily verify what's...
View ArticleTroubleshooting • Re: Pi5 wlan0 disappeared
Nothing is returned for either of those.DStatistics: Posted by dpouw — Fri Aug 30, 2024 7:48 pm
View ArticleRaspberry Pi 400 • Re: How to Provide Power from Desktop Power Supply
I am not sure this is the correct group, but I couldn't find a hardware group specific to the Zero 2 W. I have a Raspberry Pi Zero 2 W. The first USB connector only supplies power. I can see that on...
View ArticleAutomation, sensing and robotics • Re: Input/suggestions on a dc motor...
I would use a microcontroller, not a Pi. On this forum a Pi Pico would be recommended, but an Arduino would be sufficient.Step 1: Acquire microcontroller. Both the Pico and Arduino have easy to use...
View ArticleCamera board • Re: Using rpicam-vid to stream to YouTube (RTMP)
libcamera-vid is simpler to use and can stream directly to RTMP:Code: libcamera-vid -t 0 --inline --width 854 --height 480 --framerate 24 --bitrate 500000 --codec libav --libav-format flv -n -o...
View ArticleRaspberry Pi OS • Re: In What File Is This Message Written?
BTW,Before the MOTD,there are 2 lines:Linux Version,and Last login:Can you guys please tell me in what script file they are written?Statistics: Posted by spaceman5 — Fri Aug 30, 2024 8:28 pm
View ArticleAdvanced users • Re: How to downgrade bookworm kernel from 6.6 to 6.1?
OK - there's a kernel pull request here: https://github.com/raspberrypi/linux/pull/6332In about 40 minutes (enough time for the auto-builds to complete), you can run:Code: $ sudo rpi-update...
View ArticleCamera board • Re: Security Camera
sorry I am just learning as I go, I was trying to replicate an old security camera, that used Motioneye installed on buster, so motion detection, video recording, live stream access from my phone as...
View ArticleGraphics, sound and multimedia • Re: PeppyMeter not working
There are four default resolutions provided with that disk image: 320x240 (small), 480x320 (medium), 800x480 (large) and 1280x400 (wide).You can set the resolution in the file config.txt. For example...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can't find any Bluetooth devices
I'm going to have to compare your results with another 3B, but in the meantime:* Has it ever worked for you?* If so, have you changed anything?* If not, is that because this is the first time you have...
View ArticleTroubleshooting • No Echo Received
I'm receiving this warning: warnings.warn(DistanceSensorNoEcho('no echo received'))I've gone through quite a few forums at this point, rearranged the code a dozen times and tried every "this code...
View ArticleWanted • Help wanted to repair a Rpi 5
Hi folks! I ruined a brand new Raspberry Pi 5... When using a flat screwdriver to detach the active cooler, I scrapped off a smd component. Not sure, what it is, for me looks like a mos-fet? Dunno......
View ArticleTroubleshooting • Re: No Echo Received
I'm receiving this warning: warnings.warn(DistanceSensorNoEcho('no echo received'))I've gone through quite a few forums at this point, rearranged the code a dozen times and tried every "this code...
View ArticleSDK • I'm having trouble with SDK 2.0.0
I've been working with a different processor and development environment for a few months now, and have come back to Pico RP2040 to make some program mods to an existing project. I noticed a new SDK...
View ArticleTroubleshooting • Windows 10 accessing SAMBA share on Pi 5 with Bookworm Ras...
I've set up SAMBA shares in the past on my existing Pi3 and Pi4 and it "just worked". I'm having problems on a new Pi 5 with Ras Pi OS 5 (as supplied on an SD in a starter kit).I have added the same...
View ArticleCompute Module • Re: The ethernet PHY is not working on my CM4 base board
The pinout you have for the magjack doesn't match the datasheet for the magjack.Thank you! I just realized the pin number on the HY911130A 's schematic is different.I am not very familiar with terms,...
View Article