DeepCover Embedded Security in IoT: Public-key Secured Data Paths

Dependencies:   MaximInterface

The MAXREFDES155# is an internet-of-things (IoT) embedded-security reference design, built to authenticate and control a sensing node using elliptic-curve-based public-key cryptography with control and notification from a web server.

The hardware includes an ARM® mbed™ shield and attached sensor endpoint. The shield contains a DS2476 DeepCover® ECDSA/SHA-2 coprocessor, Wifi communication, LCD push-button controls, and status LEDs. The sensor endpoint is attached to the shield using a 300mm cable and contains a DS28C36 DeepCover ECDSA/SHA-2 authenticator, IR-thermal sensor, and aiming laser for the IR sensor. The MAXREFDES155# is equipped with a standard Arduino® form-factor shield connector for immediate testing using an mbed board such as the MAX32600MBED#. The combination of these two devices represent an IoT device. Communication to the web server is accomplished with the shield Wifi circuitry. Communication from the shield to the attached sensor module is accomplished over I2C . The sensor module represents an IoT endpoint that generates small data with a requirement for message authenticity/integrity and secure on/off operational control.

The design is hierarchical with each mbed platform and shield communicating data from the sensor node to a web server that maintains a centralized log and dispatches notifications as necessary. The simplicity of this design enables rapid integration into any star-topology IoT network to provide security with the low overhead and cost provided by the ECDSA-P256 asymmetric-key and SHA-256 symmetric-key algorithms.

More information about the MAXREFDES155# is available on the Maxim Integrated website.

Committer:
IanBenzMaxim
Date:
Fri Oct 04 12:10:11 2019 -0500
Revision:
17:5926077e5345
Parent:
16:a004191a79ab
Set pin maps through the mbed configuration system. Added support for MAX32625MBED target. Updated mbed-os to version 5.7.7 for MAX32625 I2C fixes. Consolidated simplelink hook definitions.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
IanBenzMaxim 16:a004191a79ab 1 {
IanBenzMaxim 17:5926077e5345 2 "config": {
IanBenzMaxim 17:5926077e5345 3 "Up_button_pin": "D5",
IanBenzMaxim 17:5926077e5345 4 "Down_button_pin": "D4",
IanBenzMaxim 17:5926077e5345 5 "Left_button_pin": "D3",
IanBenzMaxim 17:5926077e5345 6 "Right_button_pin": "D2",
IanBenzMaxim 17:5926077e5345 7 "Left_Click_button_pin": "D1",
IanBenzMaxim 17:5926077e5345 8 "Right_Click_button_pin": "D0",
IanBenzMaxim 17:5926077e5345 9 "CC3100_MOSI_pin": "D11",
IanBenzMaxim 17:5926077e5345 10 "CC3100_MISO_pin": "D12",
IanBenzMaxim 17:5926077e5345 11 "CC3100_CLK_pin": "D13",
IanBenzMaxim 17:5926077e5345 12 "CC3100_nCS_pin": "D10",
IanBenzMaxim 17:5926077e5345 13 "CC3100_INTR_pin": "D9",
IanBenzMaxim 17:5926077e5345 14 "CC3100_nHIB_pin": "D8",
IanBenzMaxim 17:5926077e5345 15 "Display_MOSI_pin": "D11",
IanBenzMaxim 17:5926077e5345 16 "Display_MISO_pin": "D12",
IanBenzMaxim 17:5926077e5345 17 "Display_SCLK_pin": "D13",
IanBenzMaxim 17:5926077e5345 18 "Display_SSEL_pin": "D7",
IanBenzMaxim 17:5926077e5345 19 "Display_A0_pin": "D6",
IanBenzMaxim 17:5926077e5345 20 "SDA_pin": "D14",
IanBenzMaxim 17:5926077e5345 21 "SCL_pin": "D15"
IanBenzMaxim 17:5926077e5345 22 },
IanBenzMaxim 17:5926077e5345 23 "target_overrides": {
IanBenzMaxim 17:5926077e5345 24 "MAX32625MBED": {
IanBenzMaxim 17:5926077e5345 25 "Up_button_pin": "P0_5",
IanBenzMaxim 17:5926077e5345 26 "Down_button_pin": "P0_4",
IanBenzMaxim 17:5926077e5345 27 "Left_button_pin": "P0_3",
IanBenzMaxim 17:5926077e5345 28 "Right_button_pin": "P0_2",
IanBenzMaxim 17:5926077e5345 29 "Left_Click_button_pin": "P0_1",
IanBenzMaxim 17:5926077e5345 30 "Right_Click_button_pin": "P0_0",
IanBenzMaxim 17:5926077e5345 31 "CC3100_MOSI_pin": "P1_1",
IanBenzMaxim 17:5926077e5345 32 "CC3100_MISO_pin": "P1_2",
IanBenzMaxim 17:5926077e5345 33 "CC3100_CLK_pin": "P1_0",
IanBenzMaxim 17:5926077e5345 34 "CC3100_nCS_pin": "P1_3",
IanBenzMaxim 17:5926077e5345 35 "CC3100_INTR_pin": "P1_5",
IanBenzMaxim 17:5926077e5345 36 "CC3100_nHIB_pin": "P1_4",
IanBenzMaxim 17:5926077e5345 37 "Display_MOSI_pin": "P1_1",
IanBenzMaxim 17:5926077e5345 38 "Display_MISO_pin": "P1_2",
IanBenzMaxim 17:5926077e5345 39 "Display_SCLK_pin": "P1_0",
IanBenzMaxim 17:5926077e5345 40 "Display_SSEL_pin": "P0_7",
IanBenzMaxim 17:5926077e5345 41 "Display_A0_pin": "P0_6",
IanBenzMaxim 17:5926077e5345 42 "SDA_pin": "P1_6",
IanBenzMaxim 17:5926077e5345 43 "SCL_pin": "P1_7"
IanBenzMaxim 17:5926077e5345 44 }
IanBenzMaxim 17:5926077e5345 45 },
IanBenzMaxim 17:5926077e5345 46 "macros": ["RAPIDJSON_ENDIAN=RAPIDJSON_LITTLEENDIAN"]
IanBenzMaxim 16:a004191a79ab 47 }