- Machine power gets switched on
- After boot, connects to hardcoded SSID of Scanomat
- Should probably go into some kind of factory mode
- Handshakes with Mender
- Mender creates instance of machine in IOT HUB (integration)
- Factory SW tool programs serial, model, recipee and setup
- Data gets synced with IOT HUB / Device Twin
- Machine leaves factory mode, before ready to ship (resets counters etc)
sequenceDiagram
Note left of client: Machine power get switched on
Note left of client: After boot, connects to hardcoded SSID/Wifi of
Note left of client: Goes into Factory mode Scanomat
client ->> Mender : Handshakes with Mender
Mender ->> IOT HUB: Creates instance of machine in IOT HUB
Note left of client:.
Note left of client:.
Factory Tool ->> client: Factory SW tool programs serial, model, recipee and setup
Note left of client: After upload machine changes state
client ->> IOT HUB: Data gets synced with IOT HUB / Device Twin
Note left of client: Machine leaves factory mode, before ready to ship (resets counters etc)