Hello Experts,
I am trying to understand practical use cases of RTApp vs High-Level App.
Use Case 1: A Device wants to communicate with Azure Cloud but wants to keep running a Display based on SPI. The application also Scans Button Matrix. So Could communication part should be on High-Level app and other on RTApp? or everything should be done at the High Level App?
Use Case 2: Device has an array of sensors (e.g. Temperature, Barometric). Whenever sensor reading crosses some limit, an alert will be sent. The device will also initiate a buzzer (require Square Wave). what should be on RTApp or what on High-Level App ?
Just trying to understand where we should consider using RTApp in the real world?