Hi,
I would like to brainstorm with the community.
I’ve designed a notecarrier board that has my electronics on it and I hooked up an RGB LED to the Host MCU that I would like to use for visual debugging.
I want to write some functions that will utilize the LED color mixes to alert or notify the device’s status.
I saw that theres a guide about the notecard’s internal LEDs and their meanings here: https://discuss.blues.com/t/what-do-the-notecard-led-blink-patterns-mean/62
And I also saw that there’s the neo-monitor mode by tying an addressable LED to the notecard: https://dev.blues.io/notecard/notecard-walkthrough/advanced-notecard-configuration/#using-neo-monitor-mode
But what I really have in mind is something quite like the LED patterns and colors that particle devices have:
https://docs.particle.io/troubleshooting/led/electron/
My question is, how could I create functions to test these things:
- If the notecard is present at all or responding
- If the notecard is connected to the internet
- If the notecard is connected to notehub
- If the notecard is in a specific error state (the antenna is ripped for example)
Does someone have an idea how to implement those using the notecard arduino library?
Does someone have an idea for implementation for something I’ve missed?
Thanks,
Ziv