C/C++ • Re: Using Adafruit RFM9x LoRa module with Pico in C language
Have you seen this?https://github.com/cristi85/RFM69Statistics: Posted by deepo — Tue Nov 26, 2024 9:24 pm
View ArticleSDK • Re: pico2040 cannot find I2C_NUM()
I would prefer to know what the tools I'm using actually do but this looks like an even more complex nest of opaque black magic that the Arduino IDE.It seems cmake is a button you press without asking...
View ArticleRaspberry Pi OS • Re: BCM2711 bootloader EEPROM Stable branch
Spoiler. The next default update will likely be in a few weeks time to pull in enhancements for the boot-menu.Otherwise, the 2711 bootloader is pretty much feature complete (and filled the SPI flash)...
View ArticleRaspberry Pi OS • Poll: Recommended Software
Do you believe it would be a good idea for enhancing user experience, to increase the number of applications in the "Recommended Software" 1-click-installer?I'm thinking 10-20 of the most popular...
View ArticleRaspberry Pi OS • Re: X11/Wayfire/Labwc
IIRC someone posted on here with similar symptoms. The fix was to do with disabling raspberry pi connect or stopping ti running on desktop start.Sorry, don't have the link.Statistics: Posted by...
View ArticleTroubleshooting • Re: Pi 5 - two SSDs connected through USB cause hang-ups
https://www.x-kom.pl/p/1200862-hub-usb- ... ivery.htmlI bought such UGREEN hub as I had had good experience with this company before.It's powered by 12V/2A = 24W adapter, currently I use two SSDs and...
View ArticleGeneral • Re: RPI pico 2 sleep mode
There is also a Flash chip which could have been left in Standby mode, instead Power downStandby Current: 10 / 60 μA (typ/max)Power-down Current: 1 / 20 μA (typ/max)From Winbond:8.2.21 Power-down...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Pico 2W arrives - $7https://www.raspberrypi.com/news/raspberry-pi-pico-2-w-on-sale-nowThat doesn't seem to be a bad price -Code: .--------------.---------------.| RP2040 | RP2350A...
View ArticleMedia centres • Re: Peppy player
It looks similar to this issue: viewtopic.php?t=139983&start=575#p2268080I'm not sure what is the root cause of the issue. More likely some change in the service configuration is required by new...
View ArticleGeneral • Re: Downloading a log file from a RPi Pico
2. How to download the log file, using HTML (or is there a better way?) Any suggestions on how to do this, or better ways, are appreciated. Thanks.I've read some about MQTT, but I don't know anything...
View ArticleOfficial Display • Re: Raspi pi5 official display 2 DSi and hdmi
I use labwcthen the official display is 7" with 720x1280 resolution while hdmi is a 27" samsung monitor with 1920X1080 resolutionif I overlay the dsi of the official display on the 27 monitor, the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Sensor interface that appears as an...
Sorry, but is that to be used for? 'Faking' mouse movements to computer?If it is stationary there should be no delta.What kind of device is that ?Statistics: Posted by aBUGSworstnightmare — Wed Nov...
View ArticleBeginners • Re: Raspberry Pi questions
Hello, I've been trying to find more information about a couple of things regarding RPi's.I would like to get a NES case and an OS to consolify the experience and also have it connected to my CRT.I...
View ArticleAutomation, sensing and robotics • Re: GPSD and Python. Information I can get...
Actually, you are probably using the example here:https://gpsd.gitlab.io/gpsd/gpsd-client ... -code.htmlProbably the reference you need is here:https://gpsd.io/gpsd_json.htmlThank you. It is indeed...
View ArticlePython • Re: Infinite Loop
Hi all,I have a Raspberry Pi 3B+ and I use it to activate a .wav file when motion is detected. I want it to have an infinite loop, where it can run the "while True" part of the code again and again....
View ArticleGeneral • Re: New way to upgrade firm
Ok, there are picotool commands that allow you to upgrade, but on a clean PC where there is no sdk or downloaded picotool, I can't do such an upgrade?You could bundle everything you need to do the...
View ArticleSDK • Re: Compile not reporting correct RAM usage
Which means what?That the fix has been implemented so it doesn't report "all RAM used" every time ?Statistics: Posted by hippy — Wed Nov 27, 2024 9:54 pm
View ArticleMicroPython • Re: Modify date on an LCD clock with RTC module 1307
We don't have the datetime module, but we do have time.https://docs.micropython.org/en/latest/ ... /time.htmlCan you do something with time.ticks_add() to add 5 days to the current time to get a new...
View ArticleMicroPython • Re: Pico 2 W MicroPython UF2
Thank you. That is helpful in explaining some of the commentary on Pimoroni's GitHub pages. The message I take away is to take great care to load the appropriate build onto each board. To be clear...
View ArticleHATs and other add-ons • Re: Wifi 6e/7 6GHz USB adapters that work with the...
I'd recommend using 2.4GHz or 5GHz in that situation. I'm only using 6GHz for this Pi to free up 5GHz entirely for my home lab server on the 2nd floor. I've gotten much better signal strength etc with...
View Article