Pavel Bánský

About .NET in Embedded World

Goto menu
Tag » Micro Framework

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.