weatherbox:firmware:2016-07-03_review

This is an old revision of the document!


2016-07-03 Firmware Review

Author: Kenny Luong
Start Date: 2016-07-03

  • Good - firmware builds for all three weatherbox versions and has a user manual
  • Remove UART data packet
  • Clean up data format
  • Test mode - assert a pin to low/high and the mcu will only run through a test routine. Would be useful for testing purposes
  • Sleep mode integration
  • Better interface for custom functions
  • Integration of avr emulator in workflow for testing
  • Better non-microcontroller framework to enable offline testing
  • Switch toolchains to either a makefile based toolchain or platformio
  • Rename repository (currently weatherbox-2)
  • Consider pulling some functions out into a library
  • Clean up repository (moving average folder and examples should be somewhere else)
  • Consider other practices for separating behavior between different versions - maybe surround all of those cases with if statements instead of ifdef, or do both
  • Better logging - perhaps we can create a logging module.
  • Experiment with timer based logic
  • Support for creating dummy data - option to build this out as well
  • Use build flags with the toolchain instead of defining things on the top
  • Reduce global state
  • weatherbox/firmware/2016-07-03_review.1467581649.txt.gz
  • Last modified: 2021/09/19 21:59
  • (external edit)