meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.46k stars 849 forks source link

[Bug]: Meshtasticd & Rpicow - No network announcement #3777

Closed madeofstown closed 5 months ago

madeofstown commented 5 months ago

Category

WiFi

Hardware

Raspberry Pi Pico (W), Other

Firmware Version

2.3.7.30fbcab

Description

Meshtasticd on Raspberry Pi 4 and Meshtastic running on the Raspberry Pi Pico W don't appear to announce their existence to the network and this don't automatically show up in the connection selection list on the app. I've tested with an Heltec V3 and Heltec Tracker v1.1 and both of those devices work as expected.

Relevant log output

No response

GUVWAF commented 5 months ago

Unfortunately for the Pico W this is a limitation of the arduino-pico core. mDNS doesn't work together with FreeRTOS: https://github.com/earlephilhower/arduino-pico/pull/1880