Machine learning

Particle has teamed up with Edge Impulse to provide edge machine learning (ML), artificial intelligence (AI) for the Particle platform! You can create your own models and run them on:

  • P2/Photon 2 (Gen 4 Wi-Fi)
  • M-SoM (Gen 4 cellular and Wi-Fi)
  • B-SoM and Boron (Gen 3 cellular)

You can find additional projects on the Edge Impulse ML projects page.

Tutorials

We have two tutorials available that utilize the PDM digital microphone in the Edge ML Kit.

Photon 2 with Microphone

Doorbell SMS sender

Doorbell SMS

The doorbell detector works by training a model to detect the sound of your doorbell. The Particle device runs a classifier to detect this sound and when detected, publishes as Particle event, which triggers a Webhook, which goes to a Twilio service to generate a SMS message.

The sound processing is done entirely on-device and no ambient audio is uploaded to the Internet and cannot be saved locally.

You're muted

Zoom

This detector is trained to recognize the phrase "You're muted" and generate a keystroke to unmute your Zoom session.