Warning
This page is located in archive. Go to the latest version of this course pages.

Lab12 - Project evaluation

The term project evaluation will be performed by issuing commands to different boards and evaluating the response.

The testing will be performed as follows:

  1. The student will connect his/her Nucleo and Adafruit shield (the device) to the computer.
  2. The student will be required to use cat command to send “*IDN?” and “JOYSTICK?” command to the device.
  3. The student will run his NucTerm (lab09) application and connect to the device.
  4. These commands will be evaluated: “*IDN?”, “LED ON”, “LED OFF”, “HELLO”.
  5. The student will require the application to send to the device a predefined data set - please see below.
  6. The student will be required to demonstrate the capability to use the flow controlled data set as it is described in lab09.

Example of the predefined data set The automatic testing will be performed by a predefined text test file which will be loaded into the students programs. The content of the file can be as follows:

*IDN?
LED OFF
DRAW:*IDN?
DRAW:CLEAR 2
DRAW:SETTEXTCOLOR 3 
DRAW:CIRCLE 49,20
DRAW:CIRCLE 79,20,10
DRAW:SETTEXTCOLOR 2 
DRAW:LINE 55,40,60,45 
DRAW:LINE 68,45,73,40 
DRAW:LINE 60,45,68,45 
DRAW:SETFONT 12
DRAW:TEXT 64,120,Nucleo RULEZ!,1
LED ON

The test data set

courses/be5b99cpl/labs/lab12.txt · Last modified: 2016/12/21 12:17 by pacesp