state-of-the-art / rring

Open source smart ring project
31 stars 4 forks source link

RRing

Smart-Ring opensource project

imgimg

Features

BOM

Development

For PoC I used DA14531-00FXDEVKT-U (UM-B-125) - which is a small usb devboard with embedded debug chip (uart/jtag), have spi flash to not disturb OTP ROM and safely play with firmware, just enough to start. For sure you will need SDK for DA14531, you can easily get it on the manufacturer site.

Must read docs:

How to Build & Run

  1. Download SDK (6.0.18.1182.1) and unpack to any directory
  2. Download SmartSnippets Studio (2.0.20.4060), eclipse based IDE, and install it to the env
  3. Run SmartSnippets Studio and specify the SDK - it will be used as workspace
  4. Move to Exclipse IDE from welcome screen (ensure all the deps are installed)
  5. Import the project as General -> Projects from Folder or Archive and navigate repo directory src/firmware/Eclipse
  6. Select DA14531 build profile and build the imported rring project
  7. Connect USB devboard and run Debug RAM_DA14531 to run the firmware on the chip