Microsoft Gadgeteer, the beginning

At the end of last year, I had published that Microsoft Research was working on a prototype electronic platform running on NETMF named Gadgeteer. Well, it now seems that it has moved out of the research phase to “commercialize” this platform: Microsoft .NET Gadgeteer.

GHI Electronics has released the first Gadgeteer kit named GHI FEZ Spider Starter Kit. This kit allows you to code your own electronic module using your favorite language (and I am talking about C# ;) ) without knowing the basics of electronics. In fact, it is a hardware abstraction to allow budding hobbyists to start without learning how to solder or connect various electronic components.

[Read More]

I received my Fez Panda II and an LCD

I finally received my Fez Panda II, running on NETMF of course, from Ghi Electronics after spending a gift certificate I had won on TinyClr.com! Fez Panda II

I also ordered a 128x64 pixel backlit LCD screen, connected here via my Fez Panda II: Fez Panda II + LCD

Well, I’m going back to play with my toys.

Happy coding!

I received my Fez Domino

After a few weeks of waiting, I received my Fez Domino ordered via RobotShop!

snapshot-3

This microcontroller running on the .Net Micro Framework (NETMF) is designed in the same format as the Arduino, allowing the use of its “shields”.

While waiting to play with it and give you my feedback, you can check out the following sites:

Pyxis 2–An OS for the .Net Micro Framework

Pyxis 2 is an OS running on the .Net Micro Framework (NETMF). It can theoretically run on any NETMF platform, but it is currently configured only for GHI Electronics (Tinyclr.com) products.

To learn more, read the NETMF team blog or visit the official site. The code is available as open source at pyxis2.codeplex.com. Here is a video to whet your appetite:

Pyxis 2 Beta Released!