SDK • Re: How to send 9-bit data words via PICO hardware_spi API
OK, I have tried to implement your suggestion but have a few questions if you wouldn't mind. I got compile errors on your two typedef statements as I gather they needed a 3rd parameter. I have just...
View ArticleTroubleshooting • Disable Network Manager Dispatcher messages
Hi all,I'm getting on the console frequent messages from the dispatcher:Started Network Manager Script Dispatcher Service...This dirties the console where is running an app.It's possible to stop this...
View ArticleSDK • Enable an interface library user to change I2C instance between i2c0 or...
Hello, I have an interface library that uses the SDK functions i2c_write_blocking and i2c_read_blocking within some of my library functions.It occured to me that there should be a way for a user of...
View ArticleBeginners • Re: Need help with temperature sensor and display project
Looks as if there is a PT1000 build into this sensor.Look for a board like this to connect the sensor: https://www.adafruit.com/product/3648You could also build a voltage divider with a 2k to 10k...
View ArticleTroubleshooting • Re: What are differences between PiZ and PiZ2 in regards to...
There were some changes between the original Pi Zero 1.2 (without camera connector), and the later version 1.3 (with camera connector), but the test points used for power and USB connections are the...
View ArticleTroubleshooting • Re: Raspberry Pi 5 drops Wifi connection
You should take into account the fact that RPI does not have any wifi antenna. I am using a repeater, just to get it connect to my home wifi "while in the next room" that is.So, just get a long...
View ArticleGeneral • Re: Cheap Pico boards can be dodgy, may not have a buck-boost
So the seller's picture doesn't match the board received.(I am not sure why you are hiding it)This board is on Aliexpress at HZWDONE Store and is sold like this (they have 3 variants)Raspberry Pi Pico...
View ArticleHATs and other add-ons • Re: powering a M.2 hat and a 3×3A PSU
even if i buy an "official" PSU the question would remain:What happen if i power separately the HAT via its 5V PSU ? (that would remain always on even if the Pi is shut down) ?Statistics: Posted by...
View ArticleGeneral • Re: Cant use compiled uf2 files
My Pico 2 (clone) appears as RP2350 drive.There is a file INFO_UF2.TXT which reads:UF2 Bootloader v1.0Model: Raspberry Pi RP2350Board-ID: RP2350Pico 1 (clone, I have many) appears as RPI-RP2...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 4 model B external I2S...
Why do you care about which ISR number is assigned to/used by a particular kernel driver?All you need to care about is telling the kernel which GPIO is to be used as the interrupt input.Done here!...
View ArticleGeneral • Windows ARM64 release?
OOPs placed it in a wrong forum, sorryStatistics: Posted by de5075 — Sun Nov 17, 2024 5:09 pm
View ArticleGeneral discussion • Windows ARM64 release?
Hello,I read about Windows 11 being released for ARM64. I downloaded the ISO but cannot seem to install it. Is there a way to do this or is it even compatible with a PI 5?ThanksStatistics: Posted by...
View ArticleNetworking and servers • Re: Deskflow - sharing mouse and keyboard across...
Is "Barrier" what Synergy evolved into?I.e., didn't Synergy become payware at some point, and I think the free version of it got rebranded as something beginning with a "B". Was that "Barrier" ? (Or...
View ArticleBeginners • Re: Program Autostart RPi5 OS
viewtopic.php?t=379321https://github.com/thagrol/GuidesStatistics: Posted by gordon77 — Mon Nov 18, 2024 4:43 pm
View ArticleBare metal, Assembly language • Re: Setting video configuration for HDMI...
I have a different, but similar problem:It is actually exactly the same problem. You don't like the EDID data your display sends to the Pi and want to set different resolution. The solution is the...
View ArticleOther • Re: Windows ARM64 release?
Thank you for the replies you all have given me. Sorry if it was inappropriate to post this question on this forum. To me it seemed a logical place to ask this question. I was asking a simple question...
View ArticleSDK • Re: Cmake only a single pico_examples project
Here is my solution:Set up a directory bt_test with the following files. "build" is an empty directory:btstack_config.h FreeRTOSConfig.h pico_sdk_import.cmake picow_bt_example_poll.c build (this is a...
View ArticleTroubleshooting • Re: Will not see storage, this is a strange one!
Fixed.My card reader had a faulty cable. When it sat in a particular position, it would fail Gahhhhbage!Statistics: Posted by drewintoledo — Mon Nov 18, 2024 5:00 pm
View ArticleTroubleshooting • Re: Console log in Ok, GUI log in fails
Log in via SSH and create a new user and passwordTry to log in to GUI with that user/password.Statistics: Posted by neilgl — Mon Nov 18, 2024 5:04 pm
View ArticleGeneral discussion • Re: RASPBERRY PI 5 ON BATTERY!!!
As this module seems not USB-C PD compliant the Pi will only be able to run pull 3A max without further interaction.Does the RPi really sense the current it draws and limit it dynamically?That would...
View Article