zephyr/samples/net/mbedtls_dtlsclient/README_arduino_101
Sergio Rodriguez 0b56b4066f samples/mbedtls_dtlsclient: mbedTLS sample DTLS client app on Arduino 101.
This is a sample app using ECJPAKE crypto algorithm on DTLS, using mbedTLS,
native IP stack and the enc28j60 SPI Ethernet Driver

Change-Id: I658c3d9a54cfdd164a4147903125400f223c6e0a
Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
2016-12-02 12:41:01 +02:00

56 lines
1.0 KiB
Plaintext

DTLS Client for Arduino 101
==========================
The DTLS Client can be tested on top of the Arduino 101 board by
adding an Ethernet daughter board.
Requirements
============
- Arduino 101
- ENC28J60
- LAN for testing purposes
Arduino 101 and ENC28J60 connection
===================================
The ENC28J60 is an Ethernet device with SPI interface. The following
pins must be connected from the ENC28J60 device to the Arduino 101
board:
Arduino 101 ENC28J60
------------------------
D13 SCK
D12 SO
D11 SI
D10 CS
D04 INT
3.3V VCC
GDN GND
Build
=====
By default, make will build the sample for the QEMU-x86 board.
For the Arduino 101 board, type:
make pristine && make BOARD=arduino_101
To load the binary in the development board follow the steps
indicated here:
https://www.zephyrproject.org/doc/board/arduino_101.html
Known Issues
============
We are facing some issues [1]
[1] https://jira.zephyrproject.org/browse/ZEP-1169