Possible to subscribe to events on the particle cloud from an Arduino?

I guess the title says it all. Can I use a wifi or ethernet shield on my arduino and subscribe to cloud events?

Thanks!

Hi Spork,

Great question.

There isn’t really a way to directly way to subscribe to Particle Cloud events over the Particle cloud with a non-Particle device. Likely, your best bet would be to create a webhook integration to receive Particle events, and proxy those integration events to your device (with either an HTTP or TCP client)

It isn’t as direct as coming straight from the event stream, but it should roughly accomplish what you’re seeking.

Hope this helps!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.