Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4824

General • Re: Need advice on sending image data from a Pi5 to several Picos

$
0
0
Maybe you need to tweak your lwipopts.h. See Configuring lwipopts.h and Options (lwipopts.h).
It's using whatever defaults MicroPython have chosen. I can't see anything wrong nor guess what tweaks might improve things. There's no "become more unresponsive the longer we run for" option that has mistakenly been set ;)

It's working fine today. Works, works, doesn't work, works, has become a familiar experience.
Garbage collected language slowing down over time is a classical symptom of a heap leak. I haven't reviewed your code so I don't want to assume but that's where I'd start looking.

I have a weather station working using MQTT in C++ that has been going strong now for almost a week, posting 2x MQTT messages per five seconds. That being said, I'm using the hardware watchdog to check for successful publishes, so I guess I'd not really notice if it wasn't working well, since it would just reboot.
Screenshot 2024-07-27 101114.png

Statistics: Posted by jags84 — Sat Jul 27, 2024 2:07 pm



Viewing all articles
Browse latest Browse all 4824

Trending Articles