MicroPython • Re: Latching High?
No, it's not a joke.In your case, with Pico 2, the internal pull-down is not strong enough to bring the pin back to 0.You have to use an external pull-down resistor below 8K, or use the other...
View ArticleTroubleshooting • Re: Networkmanager breaks wireguard
I use a different subnet for the peers from their networks. So one network that I connect to uses the 192.168.146.0/24 subnet but all the peers use 192.168.220.0/24. This is the .conf file for my end...
View ArticleGeneral discussion • Raspberry Pi5 Computer - An Observation Of Its 'Power'
(background)I do most of my 'computer stuff' on an old HP z600 workstation (e-mail, Web surfing) but once in awhile it's temporarily unavailable when in maintenance mode (the z600 is dual-boot with...
View ArticleBeginners • Re: How do I read an SO file on Debian?
Why are you looking at object files when you don't even know the basics of programming?Read the documentation, books & magazines readily available. Stop wasting your time* trying to understand...
View ArticleSDK • Re: Trouble printing time_us_64()
llu or lld ?Code: printf("Repeat at %lld\n", time_us_64());Statistics: Posted by gmx — Mon Dec 30, 2024 8:17 pm
View ArticleGeneral discussion • Re: how much would it have cost per pi500 to fit the M.2...
Per Eben's official launch announcement for the CM5 (https://www.raspberrypi.com/news/comput ... -sale-now/) there will be CM5s with 16GB released at some point next year:16GB SDRAM variants are...
View ArticleGeneral discussion • Re: Raspberry Pi5 Computer - An Observation Of Its 'Power'
i leave it on automost of my day is on youtube, i'll even often watch 2 videos on each screenAhh, you are using Ubuntu. Can’t help except to suggest that you run test with Raspberry Pi OS which is...
View ArticleGeneral • Multicore optimisations and memory use
I’m using a Pico 2 (actually a Pimoroni Pico 2 Plus) and the C/C++ SDK 2.0.0. Programming via VSCode and using the Pico Extension.I’ve got a massive project (around 20k lines of code) using both...
View ArticleGeneral • Re: key roll over problem
I looked around but couldn't find any other libraries. it seems like the one I'm using can do this stuff but you have to make a custom device or something like that. I found this thing that uses the...
View ArticleTroubleshooting • Re: PCF8591 Calibration
Thank you @scruss!I have quintuple checked the wiring.I ordered a couple MCP3008. And based on your confidence, I have a hunch this issue is the joystick. The consistent inconsistencies and dead spots...
View ArticleRaspberry Pi OS • Re: Is it safe and possible to by-pass apt dependence check?
add the mosquitto repo?https://mosquitto.org/blog/2013/01/mosq ... epository/Yes, I did that in accordance with the installation guide and it installed version 2.0.11, dated 2021 June 8, instead of...
View ArticleAutomation, sensing and robotics • Re: How is your xperience on Mosquitto and...
For weather station, 24/7, aim for high uptimeHow is your experience in Mosquitto broker and Paho python client?Which client for Pico Micropython? Is umqtt.simple good?Excellent experience for me -...
View ArticleTroubleshooting • Re: Samba/smbd Won't start
Just remember the motto widely held on this board: All problems are easy to fix if you are willing to throw everything away and start over from scratch.Statistics: Posted by BigRedMailbox — Mon Dec...
View ArticleTroubleshooting • Re: The black background turned green
I think I found the solution. Maybe overheating could make this problem? I really want to know, but I left it for some hours and now it works Statistics: Posted by slammedjetta — Mon Dec 30, 2024...
View ArticleMicroPython • Re: Pico W Reliability
Here is the new capture: https://github.com/edmcman/rpi-temp-ser ... fice2.pcap1. Association happens at t=4282, the Association ID is 2.2. The Pico last responds to a request at t=53322....
View ArticleAdvanced users • Re: Image File Utilities
@tinker2much,I just installed nfs-kernel-server on a Raspberry Pi 4 runnng a fresh copy of Raspberry Pi OS Bookworm. After creating the appropriate entry in /etc/exports, I mounted the exported...
View ArticleOther projects • Re: Security camera with Raspberry Pi?
What model of Pi is it (Pi4 or Pi5 or other)Maybe get a camera module V2 and use the example from the excellent github picamera2 repository that captures motion: https://github.com/raspberrypi/picamer...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
Thanks so much for the reply! It helped give me the motivation to keep working on finding a solution!Okay, so I have managed to find a "fix" for the problem, so I thought I'd let you know the...
View ArticleRaspberry Pi 400 and 500 • Re: m.2 Hats for Pi 400/500
That's too bad. Kind of regretting buying the Pi 500 instead of waiting for the Pro version I hear is inventible that will add m.2 and PoE. I am mostly concerned of the dependability of the micro SD...
View ArticleTroubleshooting • Re: Ubuntu Server Can't Install Anything
YesStatistics: Posted by Your_Asian_Boi — Tue Dec 31, 2024 10:23 pm
View Article