This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cloud Client App Message on Event

Hi All!

I am using the cloud client example. The development board is nrf9160. This example works well and sends the message to nrf cloud on button press. Is it possible that it sends the message to a cloud client on an Event? Like when some Uart Interrupt occurs or a timer expires.

Thanks in Advance!

Parents
  • Hi All!

    When I set "CONFIG_CLOUD_PUBLICATION_SEQUENTIAL=y" in the .config file.It successfully sends the messages to the cloud at a regular interval, it's working fine! 

    Now I want to edit my previous question, I need only to send the message to the cloud upon the UART interrupt occurrence.

    Thanks In advance! 

Reply
  • Hi All!

    When I set "CONFIG_CLOUD_PUBLICATION_SEQUENTIAL=y" in the .config file.It successfully sends the messages to the cloud at a regular interval, it's working fine! 

    Now I want to edit my previous question, I need only to send the message to the cloud upon the UART interrupt occurrence.

    Thanks In advance! 

Children
Related