Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
// Format schema here as JSON
{
  info: stringchar array, 100 characters, 8 bits * 100 = 800 bits = 100bytes, // Encompasses the second line of the QR scan result
  date: MMDDYY, 6 stringcharacters, 8 bits  time: string* 6 chars = 48 bits = 6 bytes,
  device_id: stringtime: HHMM, 4 chars, 32  sensor_id: stringbits = 4 bytes
}

Encoding

...

- This will go into the frame message section of the zigbee

Message Size: 110 bytes*

Code Block
languagenone
$info;date;time;device_id;sensor_id;info (bytes 0-99) | date (bytes 100-105) | time (bytes 106-109)

*The use of bytes here is intentional, we mean bytes not bits

Implementation - Computer Vision (OUTDATED, NEW ONE SOON)

...