tworkshyd / DisplayBoard-MCU2

Arduino code to drive the Display, Config, DAQ and Commands to the RelayModule.
MIT License
1 stars 5 forks source link

P3a - System allowing pressure sensor calibration while running #9

Open rohan-tworks opened 4 years ago

rohan-tworks commented 4 years ago

Description

If the machine is calibrated while it is running causes malfunction. Later if we try to calibrate when the machine is stopped, the offset values are not zeroed, i.e. the machine cannot be calibrated again. We tried turning the power on and off, Burning the code again. resetting the microcontroller.

Steps the reproduce

  1. Start the machine
  2. Enter the calibration screen
  3. Press calibrate when the plunger is about to reach the max position.

Current status

We burned a new code which wiped the external EEPROM and then we were able to get it functioning again.

anandpkishore commented 4 years ago

fixes with https://github.com/tworkshyd/DisplayBoard-MCU2/pull/30

anand-tworks commented 4 years ago

Fix merged to develop through https://github.com/tworkshyd/DisplayBoard-MCU2/pull/40. Has to be tested by @sudo-goatboy