Off topic discussion • Re: Helene --> North Carolina --> Potential chip...
I think the press are overdoing this. Yes the quartz from this area is used because it's the purest available in the world, but it still has to be purified many thousands of times more to make the...
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
Hi Konsta,Thanks for your work!I recently installed the latest build and I had a strange issue. The screensaver started as expected but after just a few seconds the device woke up again on it's own....
View ArticleGeneral discussion • When does the LE client read the data?
I am conducting a project that is to use Pi as a bluetooth mouse for Windows by using btferretNow I excute a file mouse.py(https://github.com/petzval/btferret/blob/main/mouse.py) and sucseed to use Pi...
View ArticleOther RP2040 boards • Re: Upload code to flash via C/C++ app RP2350
Logitech extends the mouse HID a bit; the rest is done on the PC side. See:https://github.com/RobertMe/linux-hid-lg-extendedReads and writes for small amounts of data. For large updates, maybe use the...
View ArticleNetworking and servers • Re: Which IPv6 address
Again thanks for an informative reply/The network setup on my router is confusing me a wee bit.I have an older TP-Link TD-W9970.and under the WAN Service Setup I can enable either or both IPv4 and...
View ArticleGraphics, sound and multimedia • Re: Epson TFT Printer Display
seems to be an AUO screen.Would start looking for a043fw02 datasheet i.e and then check if the pinout matches.That screen looks like having a DPI interface. If that's correct then you don't need the...
View ArticleAdvanced users • Re: Image File Utilities
@shawn-o,Do you get the same error messages backing up to a local storage device (USB flash drive, etc.) instead of SynNAS? Please excuse the interruption... I've resolved the issue - which oddly...
View ArticleTroubleshooting • Re: # key not working
select again in raspberry pi configurationyour most likely still on gbStatistics: Posted by kerry_s — Sat Oct 05, 2024 1:11 am
View ArticleSDK • Re: Compile not reporting correct RAM usage
This is (still) an MCU which doesn't have virtual memory translation lookaside buffer (TLB) for RAM.There's a good reason to keep the stack(s) (remember - dual cores) so small in those RAM regions...
View ArticleGeneral • Re: Testing if pins are connected.
Just after that, I've started to thinking if I'm missing something or is this just that simple?But now I don't know if I understand this right. And why code is working?Most probably is working by...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
One can cover the BS, but it still stinks. "#undef micros" would do nothing meaningful if it's not used in the original sources, because micros() is a function (dealt by compiler), not a preprocessor...
View ArticleOfficial Display • Re: 2024 or 2025 Refresh of Official Display - no news
You think it maybe released at "Maker Faire Bay Area" which is October 18-20, 2024?Statistics: Posted by Marsha — Sat Oct 05, 2024 2:58 am
View ArticlePython • Issues with Micropython on Pico W with Sonoff Light Bulb
Hi everyone. I'm having a bit of an issue with Micropython.I've tried urequests and the regular requests library to no avail.I keep getting a bad status line error. I can't really find much info on...
View ArticleGeneral • Re: RP2350 PIO DMA performance question
Would have been good if there were more instructions like JMP PIN, which not only wait but can just run another part of the code while waiting. I guess the waiting instructions like IRQ WAIT and WAIT...
View ArticleTroubleshooting • Re: Flat Cable to connect Waveshare 7" Monitor
You're asking in the wrong forum! This is RPT forum, for waveshare technical support you will have to contact waveshare!!!That manufacturer took your money -> they have to provide technical...
View ArticleBeginners • Re: Pi 4B flash of the desktop, then nothing
Just curious, does it work fine using a normal computer monitor with an HDMI input?Also, information from MS Copilot:CopilotThis issue is often related to the HDMI signal strength and configuration...
View ArticleSDK • Re: HSTX help to configure for 8-bit parallel transfer
I think the other example (hstx_spi_lcd https://github.com/raspberrypi/pico-exa ... _spi_lcd.c ) is a better point to start.Extend the number of data bits (first to 2, then 4), remove the external...
View ArticlePython • Re: Issues with Micropython on Pico W with Sonoff Light Bulb
Here is the code:Code: import networkimport socketimport timeimport requestsimport urequestsfrom time import sleepfrom machine import Pin led = Pin("LED", Pin.OUT)def connect(): #Connect to WLAN wlan...
View ArticleGraphics, sound and multimedia • Re: Switching from 3.5 inch hdmi touch...
Use a fresh OS from another uSD and start with HDMI only.Who knows what crazy changes you've made for getting that third party display running.Statistics: Posted by aBUGSworstnightmare — Sat Oct 05,...
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 + Analog HAT
You're asking in the wrong forum! That's not a RPT product --> ask the HAT manufacturer to support.Note: do you expect people to google for your stuff first? How should people know what you're...
View Article