Simon Says, I’m sure everyone has seen projects like that out there. I wanted to make a challenge by creating a mobile controller. I got everything working and built out the sample further by adding a few other binary files and some other mobile functionality if paired with an InternetButton. The gifs are too large to upload, but I have them all posted on GitHub. Their are two gifs, one depicting the InternetButton and the other is a QuickTime video of the iOS device. I’m going to be adding the pieces I need to finish the Android implementation of the sample.
The sample is also written with Xamarin.Forms in C#. It utilizes a ParticleSDK that I created based on the spark-ios-sdk that is available. The SDK is also hosted on NuGet of course. I wrote this project before I implemented events in the SDK. I opened an issue against the sample to one day add a supplementary simon says that utilizes events for the feedback loop.
Has anyone else done stuff with Xamarin and Particle?