Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 915 Bytes

File metadata and controls

21 lines (19 loc) · 915 Bytes

Coding Homework

Nrf52840 EVB bring up:

Tools/HW:

Requirements:

  • Enable USB CDC COM port
  • Stream out ADXL to USB CDC COM port
  • Able to use the terminal(like coolterm or something) to see the streaming data.
  • Output string format on screen: printf(“(%d, %d, %d)\n”, x, y z)
  • Able to use the Lightblue app to read the latest (x, y, z) value. (optional)
  • Shell command to start/stop streaming (optional)
  • Provide the firmware image
  • Upload to code to the github. You can choose:
  • Provide working time on this project.