jlab-sensing/ENTS-node-firmware

Add method for clearing buffer

開放

#154 建立於 2024年11月15日

 (0 則留言) (0 個反應) (0 位負責人)C (7 個分叉)auto 404
enhancementhelp wantedquestion

倉庫指標

星標
 (3 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Describe the Enhancement Part of #69 allows the upload buffer to be restored after a reset event. When we're testing the firmware "random" value can be inserted onto the fram that can polute future data. Starting this thread with potential ways to having methods of resetting the buffer before deployments.

Benefits

  • Prevent random data from being uploaded to key "cells" on dirtviz. Minimize post processing requirements.

Possible Drawbacks

  • Added software/hardware complexity
  • User error removing data

Additional Context I've though of the following:

  • Adding hardware button that clears the FRAM buffer
  • Button on GUI that clears the buffer

I'm leaning towards the GUI software implementation. When the board is configured it can be reset at the same time.

貢獻者指南