Skip to content

Development Environment

Jürgen Eckel edited this page Dec 13, 2018 · 6 revisions

Arduino IDE

Prerequisites

  • Install the Arduino IDE from arduino.cc.
  • Clone or download the RnCAtmelCrypto code to your desktop.
  • Copy all files to the library folder within your Arduino working library.
  • Start the Arduino IDE.
  • Follow the cryptoauth-arduino directory into the Examples directory. Start the file Crypto_Examples.ino from within the Crypto_Examples folder.
  • Follow the CmdMessenger directory into the Examples directory. Start the file example_utf8.ino from within the CmdMessenger folder.
  • Follow the micro-ecc directory into the Examples directory. Start the file micro-ecc.ino from within the micro-ecc folder. The example reproduces the ECDSA of the ASIC based crypto accelerator chip in python.

Beside this, to follow through with all examples it also takes:

For NFC Transponder:

For Public Ledger/Blockchain:

Clone this wiki locally