SDK • Re: How to deal with USB suspend?
I had the same problem during my custmization TinyUSB to FreeRTOS and this one solved my problem:Code: void tinyusb_task(){ tusb_init(); while(1){ vTaskDelay(1);//this is solution tud_task(); }}This...
View ArticleTroubleshooting • Pi3 Won't Boot
I setup my Pi 3 to use as a microscope, and it was working fine. Then as I was moving the microscope stand around, the Pi 3 got bumped and it turned off.I tested the polyfuse for continuity and it was...
View ArticleSDK • Re: Software reboot
For software rebooting I use "reset_usb_boot(0, 0);" stored in "pico/bootrom.h" header.That reboot work nice for me, but I may did't find the answer key for your question.Statistics: Posted by...
View ArticleGeneral programming discussion • Re: "AI assisted" programming?
So at the moment we believe the AI really did understand the design of the filter which we had described in great detail including all the flaws in it that gave it that special 'Rick Wakeman'...
View ArticleTroubleshooting • Re: Raspberry pi5 and power on from gpio 3
From ChatGPT:if you want to trust ChatGPT over someone who is actively trying to help and has more than 12 years experience with Pi that's up to you.And it would have helped had you been much more...
View ArticleSDK • Re: SDK2.0.0: GPIO questions
Can I use the 64bit GPIO calls on all of the RP2040, RP2350A and RP2350B? e.g. gpio_get_all64Yes, assuming you are looking to use the same source code, not binary code.I'm also confused by errata...
View ArticleGeneral • Re: Issue with Always-On Timer on the RP2350
However, I figured out a workaround. On bootup I test the value of POWMAN_TIMER_RUN, and if it is set to 0x1 I don't touch POWMAN_TIMER or any other AON Time-related registers; in that case the time...
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
Ok I see.I thought maybe it's about the fact that the raspberry MCU has a different operating voltage for flash and chip which can lead to troubles if the voltage falls below 3V.That's why I...
View ArticleGaming • Re: Need a controller
Hi! I am planning on getting a Pi4 and found all the other stuff i need but I'm not sure what controller I should get, does anyone have recommendations?I recommend that you pick one that's closest to...
View ArticleGeneral • Re: PSRAM setup failed on Pico 2
Thanks for that detail. So the situation seems to be -Run from RAM is exactly as it used to be.Don't use partitions and it will be the same as it ever was.If using partitions you need to specify...
View ArticleTroubleshooting • Re: Pi4B h264_v4l2m2m not working anymore for > 1080p30
I have it working now, it runs as it used to do: on 2GHz Pi4B 1 core around 75% load, rest below 10%. No hickups or so. I will let it run a day or so and also maybe see if I can turn the antenna a bit...
View ArticleTroubleshooting • Re: updater icon does not clear after a failed update
wait till the dependency is satisfiednot all parts make it to the repo at the same timeStatistics: Posted by kerry_s — Mon Sep 02, 2024 7:26 pm
View ArticleTroubleshooting • Re: Microcontroller-based HID keyboard gives random inputs...
My simple test (no mat) gave the same results on a Pi4 and on a Windows 10 laptop.The Pi4 was running Raspberry Pi OS with desktop (32-bit) "Bullseye" (not the latest Bookworm)USB3 port used on...
View ArticleRaspberry Pi OS • Re: Updating "micro" Editor to the Latest Version
1) probably because the package in Debian 12 Bookworm is 2.0.11, and Raspberry Pi OS Bookworm is using that? - Debian trixie (testing) has version 2.0.13When running:Code: apt show microThe...
View ArticleGeneral • Re: What limits maximum external clock freq on GPIN0/1?
Beyond the analog world, invokes a debate for which some say it is right and others say it is wrong. Math from multiple aspects (semiconductors, geometry, calculus, etc.) along with probability create...
View ArticleGeneral • Re: Maximum distance from the sensor
Wire solutions:[RS485 is something like 10 meters. Bit rate degrades with distance. Erm, RS485 can be used over much longer distances, it is bit rate dependent but RS485 runs can easily be longer than...
View ArticleRaspberry Pi OS • Re: Qemu / Virtual Box on ARM?
search.php?keywords=libvirt%2FKVM%2FqemuStatistics: Posted by redvli — Tue Sep 03, 2024 6:52 pm
View ArticleMicroPython • Re: from UART in to array ?
thanks, that makes sense, I'm going to test that,I'll let you know here.thank you.Statistics: Posted by trixo — Tue Sep 03, 2024 6:52 pm
View ArticleAdvanced users • Re: How do I set the composite output to widescreen?
Which Raspberry Pi model does the OP have?It's a Raspberry Pi 5, 8GB.Which OS have you installed? It changes with Bookworm to use a kernel parm rather than a line in config.txtI have Raspberry Pi OS...
View ArticleBeginners • Re: Slow SD card or OS too strong for Pi 3B?
Thank you both for your answers. The bottleneck seems to be the SD card. I purchased a Kioxia Exceria card and Ubuntu Mate 22.04 works much faster on the Raspberry Pi 3B now. I downloaded a small...
View Article