Press button on Particle Core = MP3 plays on specific webpage

This is a good one:

Here's an example for the subscribing: (You'll have to adjust that for HTML/javascript. The example as-is is for node.js)

This is for playing your audio, in combination with your own link:

Swapping out the PIR sensor for a button should be trivial. Just make sure you debounce the button to make sure if doesn't trigger repeatedly, or you might cross the publish threshold.

2 Likes