Project

General

Profile

Actions

MVP Development Tasks » History » Revision 4

« Previous | Revision 4/7 (diff) | Next »
Hammel, 13 Jul 2017 15:32


MVP Development Tasks

Monitor

Note: Touch Display is already supported

Hardware

Software

  • Pair Button support on boot
  • Write to work like ESP8266 where boot mode can set up AP to allow configuration via mobile device
        Handles both Internet wifi setup and sensor network AP config.
        if (pair_button)
        {   
            enable ap only
            enable wifi config in web server
        }
        else
        {   
            enable ap
            enable internet wifi connection
            disable wifi config in web server
        }
    
  • New launcher supporting UI design.
  • piboxd updates
    • needs to support sensor messages (store to sensor location). overwrite with latest message in per-sensor file.
  • Battery backup
    • On AC power failure, send notifications and continue running.
    • power down safely (signal all apps) when battery is low.
  • Install
    • must format hard drive on firstboot
      • partition 1: app data
      • partition 2: camera recordings
  • New apps:
    • Sensor config/browse
    • Contacts (for notifications)
    • Files (for cleanup, status viewing)
    • Setup (admin pw, generate keys for sensors)

Sensors

Fork esp8266 project

Hardware

Software:
  • Rework esp8266 code to handle new flow diagram.
  • If necessary, simplify REST interface.
  • Add AES encoding + hash for all messages (inbound and outbound from sensor).

Management

  • Android:
    • Wifi config
      • connect to AP (monitor or sensor)
      • configure network
      • Set admin pw (part of initial setup)
    • View sensor status
    • Admin
      • Set admin pw (via sensor network only)
  • Web UI:
    • View sensor status
    • Admin
      • Set admin pw
      • gen keys
    • Files
      • List
      • Delete

Updated by Hammel almost 7 years ago · 4 revisions