Follow me on Twitter
-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tags
Category Archives: Windows 10
Connect Arduino to Raspberry via USB to read serial data
ShareOkay, first of all, this thing has been made way too complicated in the official samples, where they require you to get USB to TTL cables or similar, when all you really need is the product id and vendor id, … Continue reading
Posted in IOT, Universal Apps, UWP, Windows 10
Leave a comment
Connect SensorTag CC2650 to Azure IOT Hub
ShareI needed to create a demo showing the most simple way to get some sensor data to IOT Hub and I thought sharing the code might be helpful to someone else as well. This app is divided to two parts, … Continue reading
Posted in Azure, Universal Apps, UWP, Windows 10
5 Comments
Figuring out your if your app is run on Phone, Tablet or Desktop
ShareOne would think that it’s easy to figure out the answer to header above. If you’ve ever tried that, I think you most likely have become extremely frustrated when you realized that there are just too many combinations and it … Continue reading
Posted in Universal Apps, UWP, Windows 10, Windows Phone
1 Comment
How to make a Windows Store game with C# and XAML, part 5
ShareIn this mini post we’ll be finally adding some sounds to our game. You will need to have some sound effects added to your Assets -folder. You need one for laser shooting and one for enemy hit sound. One place … Continue reading
Posted in AudioGraph, Sound, Universal Apps, UWP, Windows 10, Windows Phone
Leave a comment
How to make a Windows Store game with C# and XAML, part 4
ShareAfter long pause, here’s the next edition of XAML gaming series. If you are serious game developer, you should check out some of the gaming frameworks, such as Unity or Cocos2D. You could also be interested in Win2D library if … Continue reading