I recently purchased an Artemis nano for the next prototype of a system I am designing.
I have had a few issues and questions in my process getting my application to work on the board.
I am trying to run a few addressable LEDs with the board off a LiPo. It won’t send data to the LEDs which work fine with my ESP32 Thing. So I tried to simplify and just power up a simple blue LED, and still nothing. I have tried different pins, double checked all connections and code, verified the LED works. I can’t seem to figure out what’s going on. My best guess is it has something to do with the current source settings for the pins.
I would love to hear if you have any suggestions. I am really stoked on this new device and want to make it the core of a product I am developing.
I have a deadline for the next edition to be ready on Oct 12th for inclusion in a fashion show and have to verify this element of the circuit before I can design the PCBs.
I really want to base the design around Artemis, but am considering going back to ESP32 if I can’t figure this out soon.
PS. I am trying to create a custom profile for a BLE device. I see the example of how to interface with existing services but am having a hard time finding any documentation on adding a custom GATT service. Should I look at the edge board and loading code with the Ambiq SDK? Or can this be done just with some modification to the BLE LED Arduino sketch? I would be down to write a tutorial for this up if I can get some clear guidance.
Thanks so much for your help.