MicroPython • Re: Why is my MicroPython script running so slow with SD card?
I don't really understand what happened. When I first found a tutorial on working with SD cards in MicroPython, I saved another file for the testing code, which was just writing to a file and then...
View ArticleGeneral • Re: Testing high forward voltage 5mm LEDs on Pico digital pins...
I should mention that when I was testing the LEDs off the Pico gpio I also tested off the 3v3 pin and it behaved the same way. In other words, the source voltage drops with the load in the same way....
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I don't expect Pi prices to go up in the States as the tariffs are primarily targeted at countries who are related to human trafficking and illegal drug smuggling. Back on topic, Apple switched away...
View ArticleBeginners • Re: Using Pi as a wifi hotspot - problem with some devices...
Here's the output, grepping for "wlan" When I saw your latest posting, I'd just spotted that we were grepping the ship wifi adaptor instad of the hotspot one.Tabby is an Android tablet, martin_laptop...
View ArticleCamera board • Re: IMX290 Low light/Night mode
Added youtube videosCan i control HGC from UI/Command line option?Statistics: Posted by DangerD — Sun Dec 29, 2024 8:08 pm
View ArticleTroubleshooting • Re: Pi 5 misses pings on ethernet when using 10HD
I think there is an issue, because I can clearly see that this is a Broadcom ethernet adapter, and yet the raspberry pi 5 is showing that it is using macb driver which according to the raspberry linux...
View ArticleMicroPython • 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 ArticleTroubleshooting • Re: Samba/smbd Won't start
When it comes to Samba, it isn't 'latest and greatest', it is 'latest and better'. I think to fix your system, you are going to have to start again and as your problem was probably caused by an...
View ArticleSDK • Re: Centralising UART set up.
Many thanks, that makes a lot more sense. That seems to do the job : Code: // stdout_uart_init(); // uart_init(uart_get_instance(SERIAL_PORT+0), UART_BAUD_RATE); // returns when active //was...
View ArticleSDK • Trouble printing time_us_64()
Hi, I need to print the result of time_us_64(). I tried using %d and produces 0 (clearly wrong). I then tried %ll and %ull and in both cases is simply got nothing in the output after the string...
View ArticleRaspberry Pi OS • Re: Is it safe and possible to by-pass apt dependence check?
As Debian official software list, Mosquitto version 2.0.11, year 2021 was installed. Mosquitto has race-condition/timing error. It does? It's not reported on the Debian Bug report logs.Debian's...
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 ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: USB power supply for external HDD
And Yes, I use only officical power supply and accessories for my Raspberry pi 5 PC.Statistics: Posted by Filmak — Tue Dec 31, 2024 8:40 pm
View ArticleTroubleshooting • Re: Ubuntu Server Can't Install Anything
Are you installing it using Raspberry Pi Imager?Statistics: Posted by neilgl — Tue Dec 31, 2024 8:40 pm
View Article