Low Code Alexa-controlled Particle device using Losant

I made a project that uses a custom Alexa skill to set the frequency of the LED on the Particle. https://hackaday.io/project/160974-alexa-powered-led-blinker
The best part about this project is I’m using Losant which is a cloud-based IoT platform so I was able to get the Alexa skill communicating with the Particle using very little code. The only code I had to write was what is running on the Particle. Hope this is useful to someone. Let me know if there’s anything I can improve or clarify.

4 Likes

Thanks for posting!