DolphinV4 API  1.6.1.0
Line Powered

The Line Powered Application option in Dolphin are intended to be used for HW modules that have a permanent power supply. These devices are usually line, battery or continuous energy harvester powered. The radio receiver is always on and they don't enter to sleep mode (exception standby). Typical examples of line powered applications are gateways or controllers. In line powered applications the system Scheduler is activated and the Watchdog Timer Timer is used as safety timer to trigger a system reset if the application hangs.

To create a line powered application in DolphinV4 API Configurator select either the Line powered or Line Powered SmartACK-PostMaster application option.

ds-application-type-big.png

Line Powered Application

  • The internal timer0 scheduler is initialised with the help of the isr_timer0Init() function
  • The application is capable repeating telegrams
  • The application can make use of the remote management.

Additionally the Remote Management functionality can be configured.

Line Powered SmartACK-PostMaster Application

  • The timer0 scheduler is initialised with the help of isr_timer0_smack_PM_Init() function
  • The application has SMACK postmaster functionality
  • All further options are the same as for the Line powered mentioned above

For further information how the scheduler and watchdog works in line powered application make sure to read the Scheduler and Watchdog Timer chapter.

Note:
Also see example codes for line powered applications:
app_remotemanagementesp3
Light Control Example