Troubleshooting • Re: using the adafruit-gpio library
You have to do the I2C configuration properly. Take a look at the Adafruit content and see if you have done this part meticulously. https://learn.adafruit.com/adafruits-ra ... guring-i2cIf there is no...
View ArticleNetworking and servers • Re: DBI connect fails when db is working
If you mean access remotely using NFS, then yes I have. Should I be doing something other than that?Statistics: Posted by akaodin — Sat Apr 12, 2025 6:32 pm
View ArticleGaming • Re: Funny Art and Games
Can't we play these games on Windows PC/laptop?Statistics: Posted by crugo — Sat Apr 12, 2025 6:36 pm
View ArticleGeneral • Re: How to capture the output of the micropython.mem_info() on Pico ?
This is how my Pico W memory fragmentation looks like: Statistics: Posted by Marus780 — Sat Apr 12, 2025 6:51 pm
View ArticleGeneral • Re: PSRAM Performance on RP2350
Welcome, and nice work !This is what I've got: https://forums.raspberrypi.com/viewtopi ... 5#p2307164Used: qmi_hw->m[1].timing= 0x60460201;Though I would not call "accessing 1024 randomly generated...
View ArticleGeneral • Re: Differences between pico 1 and 2, and onewire problems
https://github.com/tjko/pico-1wire-libLooking at that https://github.com/tjko/pico-1wire-lib/blob/main/src/pico_1wire.c#L119That appears to be driving the data line hard low before hard high for a...
View ArticleSDK • Re: No USB stdio after adding SPI
Why do you use "test_project" in project(), but "SPI_test" elsewhere in the CMakeLists? I'll admit to not knowing much about cmake but I've always used the same project name throughout.This is how I...
View ArticleBeginners • THONNY - WIFI command from the shell
Ounce my program started I got the following information in the shell window.WLAN PROPERTIES : <CYW43 STA up 192.168.x.y>connection is SSID : MY_SSID, PASSWORD : MY_PASSWORDconnectednetwork...
View ArticleRaspberry Pi OS • Re: MediaMonkey Via Wine
I would install Syncthing on the pi and syncthing-fork on your Android device.https://docs.syncthing.net/intro/getting-started.htmlInstall on pi:Code: sudo apt install syncthing syncthing-gtkThen...
View ArticleBare metal, Assembly language • Re: Circle Bare Metal Pi IDE with Debug
Though a bit late, I'm using Visual Studio 2019 (not code) with a cross-compiler and CMake on Windows.I find it quite easy to work with, although I have not tried JTAG on this system, as most are...
View ArticleHATs and other add-ons • Re: Cellular Data Hat compatiblity...
Where are you from? Specific region? Thats the main question.There are three narrowband standards:* LTE-M* NB-IOT1* NB-IOT2Not all modems support all standards, and no modem supports all transmission...
View ArticleGeneral discussion • Pi 5 Camera
To Whom It May Concern:Could I have damaged both camera ports on the Rasp Pi 5 board if installed ribbon cable backwards. Currently, the cameras connected to my Rasp Pi 5 are not detected by Rasp Pi...
View ArticleGeneral discussion • Re: Pi 5 Camera
Have a look at What to do if your camera is not detectedStatistics: Posted by DirkS — Sun Apr 13, 2025 6:30 pm
View ArticleNetworking and servers • Re: Why isn't my wifi network bridge visible?
I tried to go back a backup and install the driver again. Then I set it up as sa simple routed AP in Network Manager's GUI. Same result, I do not see the SSID even if it should be there according to...
View ArticleAutomation, sensing and robotics • Re: Reading from multiple ADC units...
For information an old solution to read multiple ADCs simultaneously.https://forums.raspberrypi.com/viewtopic.php?t=71089Statistics: Posted by joan — Sun Apr 13, 2025 7:09 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Is your RPi5 fairly new? After a bit of googling, the 'Asynchronous SError Interrupt' suggests that your RPi5 might have the newer D0 step processor, but the OS is not yet adapted to that version. You...
View ArticleCompute Module • Re: What's a CM0?
It is presumably going to be a Compute Module version of the Raspberry Pi Zero 2. My guess is that it will use the newer CM4/5 form factor, since that's smaller, and CM3 and CM3+ are already a...
View ArticleTroubleshooting • Arduino-Pi Weather Station issue
Good day all. I am currently building a gen 2 weather station, this time using the arduino mega 2560 as the gatherer (no issues) and transmit the data to the Pi 3b+ (issue here). Bullseye is the OS....
View ArticleAdvanced users • Re: How to change EEPROM of MLX90614 - DCI
Thank you for your help!Statistics: Posted by Fadel-K — Mon Apr 14, 2025 6:42 pm
View ArticleTroubleshooting • Re: RPI CM4 not booting on power up
i currently have both of them floating as of my first postI see no reference the those pins in your first post so I'll let you work out what is going on.Statistics: Posted by dp11 — Mon Apr 14, 2025...
View Article