Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: tempsensors adi_console_menu platform_drivers
README.txt@1:c863d7e9e272, 2021-02-22 (annotated)
- Committer:
- mahphalke
- Date:
- Mon Feb 22 05:13:58 2021 +0000
- Revision:
- 1:c863d7e9e272
- Parent:
- 0:3fd7a2b716e4
- Child:
- 7:217c27bc3082
Initial commit- Added source files
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kjansen45 | 0:3fd7a2b716e4 | 1 | Evaluation Boards/Products Supported |
Kjansen45 | 0:3fd7a2b716e4 | 2 | ------------------------------------ |
mahphalke | 1:c863d7e9e272 | 3 | EVAL-AD7124 |
Kjansen45 | 0:3fd7a2b716e4 | 4 | |
Kjansen45 | 0:3fd7a2b716e4 | 5 | Overview |
Kjansen45 | 0:3fd7a2b716e4 | 6 | -------- |
mahphalke | 1:c863d7e9e272 | 7 | These code files provide the temperature measurement console application and device libraries to |
mahphalke | 1:c863d7e9e272 | 8 | interface with AD7124 product evaluation board. This code was developed and tested on SDP-K1 |
mahphalke | 1:c863d7e9e272 | 9 | controller board: https://os.mbed.com/platforms/SDP_K1/ |
Kjansen45 | 0:3fd7a2b716e4 | 10 | |
mahphalke | 1:c863d7e9e272 | 11 | Product details: https://www.analog.com/en/products/ad7124-8.html, https://www.analog.com/en/products/ad7124-4.html |
mahphalke | 1:c863d7e9e272 | 12 | Product Evaluation board details: https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/EVAL-AD7124-8.html |
mahphalke | 1:c863d7e9e272 | 13 | https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/EVAL-AD7124-4.html |
mahphalke | 1:c863d7e9e272 | 14 | User Guide for this code: https://wiki.analog.com/resources/tools-software/product-support-software/ad7124_temperature_measurement_demo |
mahphalke | 1:c863d7e9e272 | 15 | Communication Protocol: SPI |
Kjansen45 | 0:3fd7a2b716e4 | 16 | |
Kjansen45 | 0:3fd7a2b716e4 | 17 | |
Kjansen45 | 0:3fd7a2b716e4 | 18 | Hardware Setup |
Kjansen45 | 0:3fd7a2b716e4 | 19 | -------------- |
mahphalke | 1:c863d7e9e272 | 20 | Required: SDP-K1 (or alternative Mbed enabled controller board), EVAL-AD7124 |
mahphalke | 1:c863d7e9e272 | 21 | USB cable. |
mahphalke | 1:c863d7e9e272 | 22 | Plug in the EVAL-AD7124 board on SDP-K1 board (or any other Mbed enabled controller board) |
mahphalke | 1:c863d7e9e272 | 23 | using the SDP or Arduino on-board connector (default set in software is Arduino). |
Kjansen45 | 0:3fd7a2b716e4 | 24 | Connect SDP-K1 board to the PC using the USB cable. |
Kjansen45 | 0:3fd7a2b716e4 | 25 | |
Kjansen45 | 0:3fd7a2b716e4 | 26 | |
Kjansen45 | 0:3fd7a2b716e4 | 27 | How to Get Started |
Kjansen45 | 0:3fd7a2b716e4 | 28 | ------------------ |
Kjansen45 | 0:3fd7a2b716e4 | 29 | Open Mbed online compiler. https://ide.mbed.com/compiler |
mahphalke | 1:c863d7e9e272 | 30 | Import Code into compiler from here: https://os.mbed.com/teams/AnalogDevices/code/EVAL-AD7124-Temperature_measurement/ |
Kjansen45 | 0:3fd7a2b716e4 | 31 | instructions on how to import code are here: https://os.mbed.com/docs/mbed-os/v5.12/tools/importing-code.html |
mahphalke | 1:c863d7e9e272 | 32 | Compile code. Drag and drop binary into SDP-K1 controller board. Find detailed |
mahphalke | 1:c863d7e9e272 | 33 | instructions here: https://os.mbed.com/docs/mbed-os/v5.12/tools/getting-your-program-on-your-board.html |
mahphalke | 1:c863d7e9e272 | 34 | Open Tera Term (or alternative), select 115200 baud rate, and the applicable COM port to see the list of options. |
Kjansen45 | 0:3fd7a2b716e4 | 35 | |
Kjansen45 | 0:3fd7a2b716e4 | 36 | |
Kjansen45 | 0:3fd7a2b716e4 | 37 | Notes |
Kjansen45 | 0:3fd7a2b716e4 | 38 | ----- |
Kjansen45 | 0:3fd7a2b716e4 | 39 | If using Win 7, install serial drivers for Mbed. https://os.mbed.com/docs/mbed-os/v5.12/tutorials/windows-serial-driver.html |
Kjansen45 | 0:3fd7a2b716e4 | 40 | A detailed user guide on SDP-K1 controller board is available here https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/SDP-K1.html. |
Kjansen45 | 0:3fd7a2b716e4 | 41 | |
Kjansen45 | 0:3fd7a2b716e4 | 42 | |
mahphalke | 1:c863d7e9e272 | 43 | Copyright (c) 2020 Analog Devices, Inc. All rights reserved. |