Pavel Bánský

About .NET in Mobile and Embedded World

Goto menu
Tag » .NET Micro Framework

MicroDev, new Meridian based single board computer

Wednesday, January 27, 2010 @ 17:18
There is never enough Micro Framework hardware in the room. Let's see the new comer powered by good old Meridian CPU. I think this finally Meridian based board, which we were missing a lot.

Upgrade problems with Micro Framework 4.0

Sunday, December 27, 2009 @ 15:46
When upgrading different beta versions of .NET MF 4.0 or doing final upgrade to RTM, one can experience problems in Vsual Studio during compilation.

.NET Micro Framework September recap

Wednesday, September 30, 2009 @ 18:29
Last five months were intensive, interesting and represent significant changes for .NET Micro Framework. It moved from research into Developer Division and become license free. Such a important way was beset by different rumors and expectations.

C328R Jpeg camera and Micro Framework (2)

Thursday, July 30, 2009 @ 15:13
It's a been quite while, when I published the the first article about C328R Jpeg camera. It turns out to be the most discussed article on my blog. With new features, that came with Micro Framework 3.0, I've decided to make a little update to C328R class.

Animated icons in .NET Micro Framework

Sunday, June 21, 2009 @ 21:30
Variation of the .NET Micro Framework animation...

Micro Framework device controlled via TV Remote

Sunday, April 19, 2009 @ 16:50
Did you've made cool Micro Framework device but you are to lazy to press buttons on it? Read more and use your Sony TV Remote as another input for your device.

Bipolar stepper motor and .NET Micro Framework

Wednesday, April 1, 2009 @ 17:11
Few weeks ago there was a question in Micro Framework discussion group regarding stepper motors. Here is the answer, nothing is easier than driving stepper motor from Micro Framework.

Microframeworkers at Embedded World 2009

Friday, March 6, 2009 @ 19:31
First real-life meeting of Microframeworkers is over. I hope next year it will be a bigger party!

Micro Framework 3.0 Documentation Update

Monday, March 2, 2009 @ 22:05
.NET Micro Framework SDK 3.0 February 2009 Documentation Update is here and waiting for download.

Tetris all around

Wednesday, February 4, 2009 @ 10:28
Seems like my Tetris game turns into universal .NET Micro Framework demo

December with Micro Framework

Tuesday, December 30, 2008 @ 14:02
Few things I found interesting in December community activities.

Večer na téma Micro Framework

Friday, December 12, 2008 @ 18:46
Včerejší přednáška je za námi. Nakonec se nám sešlo okolo 40 lídí a doufám, že všichni odcházeli spokojení.

.NET Micro Framework 3.0 is launched

Tuesday, October 28, 2008 @ 23:54
I think that 28th October is a great day for the launch.

Interfacing LCD using I2C port extender

Monday, October 20, 2008 @ 15:27
Pushing the limits in alphanumeric LCD interfacing. Today with just two wires.

The coolest challenge, that Microsoft ever organized

Wednesday, October 8, 2008 @ 22:19
I'am seriously thinking about leaving Microsoft to be eligible to apply for the contest ;)

Interfacing LCD with 3 wires from .NET Micro Framework

Wednesday, October 1, 2008 @ 17:02
Next demo and library with video. Today about connecting alphanumeric LCDs to .NET Micro Framework without wasting so many pins on the CPU.

Updated Tetris game for Micro Framework 3.0

Thursday, September 18, 2008 @ 18:13
Original Tetris game is now ported to .NET Micro Framework 3.0 Beta. Result is not so good as I would expect. Next release will fix it for sure.

E-mail class library update

Monday, August 11, 2008 @ 10:49
Few updates to mailing library for .NET Micro Framework

Sending e-mails from .NET Micro Framework

Friday, August 1, 2008 @ 02:15
.NET Micro Framework has good enough support for TCP/IP, so why not to send e-mails from tiny devices? Because the SmtpClient class is missing. Hmmm, is it hard to implement it? Well, a bit but it's not impossible.

Summer of Micro Framework

Tuesday, July 29, 2008 @ 12:28
July brought us some new stuff in the field of .NET Micro Framework. Let's check it.

Programming the robotic vehicle

Wednesday, July 9, 2008 @ 17:20
Last blog post about robotic vehicle is here. Upload the bits and start draining batteries....

Connecting XBee module to Tahoe

Wednesday, June 25, 2008 @ 12:52
Today about connecting excellent ZigBee modules from Digi to Tahoe development board without having the XBee jump start kit.

.NET Micro Framework operated robotic vehicle

Tuesday, June 24, 2008 @ 16:35
If you were not at TechEd North America 2008 then you probably missed .NET Micro Framework operated vehicle. Here is a short movie and few pictures.

String to Integer in a quick and dirty way

Wednesday, June 18, 2008 @ 16:45
What to do when you need int.TryParse() method in .NET Micro Framework? Use Jens Kühner's excellent implementation! What to do when it's not available? Maybe this will help a bit...

TechEd 2008 .NET Micro Framework FAQ

Monday, June 9, 2008 @ 22:30
Facing future customers and technology adopters is always important and very helpfull. TechEd 2008 attendees asked many question about .NET Micro Framework, here comes the list of top 25.

Micro Framework at TechEd North America 2008

Friday, June 6, 2008 @ 19:28
Picture show from TechEd North America 2008

Control servos from .NET Micro Framework

Thursday, May 15, 2008 @ 13:12
One of the essential component for automation or robotics is servo. R/C modelers uses servos directly connected to R/C receivers. .NET developers uses servos connected to .NET Micro Framework.

Adaptor Board for Digi Connect ME

Wednesday, May 7, 2008 @ 13:20
Digi Connect ME is cute module with .NET Micro Framework support, but it's tiny connector is a bit show-stopper. This blog post is about creating adaptor board, allowing to put Digi module into breadboard.

Extended SerialPort Class for Micro Framework (update)

Wednesday, April 23, 2008 @ 20:24
Current implementation of SerialPort class in .NET Micro Framework missing some useful methods. Here comes the one very compatible with the .NET Compact Framework implementation.

C328R Jpeg camera and .NET Micro Framework

Sunday, March 2, 2008 @ 19:19
One of the best invention is the camera. Why not connect camera to .NET Micro Framework and start capturing Jpeg images? Read more about C328R Jpeg still camera module driver.

Tetris game in .NET Micro Framework

Monday, January 28, 2008 @ 23:52
Did you ever think about .NET Micro Framework as the gaming platform? Well, maybe you should start...

Home Thermometer based on .NET Micro Framework

Saturday, December 29, 2007 @ 16:11
Temperature is grateful topic, so let's build thermometer for measuring indoor and outdoor temperature with clock display and unit conversion. As a cherry on top, there will be the man dressing-up according to outside conditions. Today with video.

Using TristatePort class

Saturday, November 17, 2007 @ 21:20
TristatePort class in Micro Framework is sometimes source of confusion for beginners. Let's demystifie it.

Joining CPU pins to input byte value

Sunday, October 28, 2007 @ 17:17
Reading byte values from pins joined together.

Joining CPU pins to output byte value

Sunday, October 28, 2007 @ 16:41
How to write byte value to multiple pins in .NET Micro Framework.

1-Wire Bus and .NET Micro Framework

Friday, October 26, 2007 @ 13:55
Real-time is sometimes to fast for Micro Framework 2.0 ..... and how I've tried to get thermometer DS18B20 worked with .NET Micro Framework, and ends up with the data link analyzer written in C#.

Devantech drivers for .NET Micro Framework

Thursday, October 4, 2007 @ 10:04
I wrote C# class library for SRF05, SRF02, CMPS03 and SD20. From now, you can use popular robot electronic from Devantech in .NET Micro Framework.

I Love the .NET Micro Framework

Sunday, September 30, 2007 @ 22:52
.NET Micro framework is my product of the year. I'am crowning it my self.