Skip to content

Backend to manage Hiku device (Hiku device->Electricimp->HikuBackend)

License

Notifications You must be signed in to change notification settings

didaskein/HikuBackend

Repository files navigation

HikuBackend

Backend to manage Hiku device (Hiku device->Electricimp->HikuBackend)

  • You need first to follow Rob Getting started : Source of the Firmware of the Hiku Device

  • Then you can update your Hiku firmware code ( agent & device .nut file) You will need to create a Electric Imp account (it's free)

  • Then you can run the C# code below & run it on Azure.

What it doing the Backend

The azure function receive all events coming from the Hiku (Izy) Device :

  • Battery
  • RSSI
  • Barcode request
  • Audio request (transform with speech to text)

All data are stored on a SQL Database (using EF Core).

Component on Azure to Deploy

  • Azure Function
  • Application Insight for Monitoring
  • SQL Server and SQL Database
  • Service Bus Queue
  • Storage account
  • SpeechToText component

About

Backend to manage Hiku device (Hiku device->Electricimp->HikuBackend)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages