Pico blink onboard LED on RX message #67
JoseyEire
started this conversation in
RP2040/RP2350
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
I got Meshtastic working on the Pico W + Wavshare and sending messages to/ from it.
I was wondering would it be possible for the Pico to blink it’s onboard LED (GPIO 0) when it receives a message?
I tried this using the “external notification” module but no joy.
Here's my config:
enable external notification module
meshtastic --set external_notification.enabled truealert on message receive
meshtastic --set external_notification.alert_message trueset the GPIO 0 pin
meshtastic --set external_notification.output 0set GPIO 0 high for 2 sec when triggered
meshtastic --set external_notification.output_ms 2000Any help is appreciated.
Thanks,
Josey
All reactions