Difference between revisions of "Universal Code"

From BoSL Wiki
Jump to navigation Jump to search
(Created page with "Hi Stephanio and Felix, I want to use this page as a logbook for us to track the progress of the universal code development. Let's start documenting all the work here. ==...")
 
Line 17: Line 17:
 
# input the number and type of sensors which are connected to the board --> then get the program set up accordingly
 
# input the number and type of sensors which are connected to the board --> then get the program set up accordingly
 
# [alarm] or [program checking message] - e.g., check whether the URL is longer than 255 characters and output this result in text bar to avoid uploading issues
 
# [alarm] or [program checking message] - e.g., check whether the URL is longer than 255 characters and output this result in text bar to avoid uploading issues
 +
* Many of these settings should be adjustable from the SD card

Revision as of 01:09, 8 February 2024

Hi Stephanio and Felix,

I want to use this page as a logbook for us to track the progress of the universal code development.

Let's start documenting all the work here.


Key functions we need the universal code to achieve

  • No creation of new libraries yet
  • All the files should be in the same Arduino file
  • Developed based on BoSL 0.5
  • Users are able to:
  1. change logging mode (constent logging interval or variable logging intervals)
  2. change scanning interval (for both variable logging and also storing the data to SD card)
  3. determine whether we want to calculate the average values or not
  4. automatically searching for the available network
  5. input the number and type of sensors which are connected to the board --> then get the program set up accordingly
  6. [alarm] or [program checking message] - e.g., check whether the URL is longer than 255 characters and output this result in text bar to avoid uploading issues
  • Many of these settings should be adjustable from the SD card