Posts Categorized: .NET Micro Framework

Announcing Meridian/P

We are very pleased to be able to announce the Meridian/P Micro Dev Kit!

Meridian/P is a prototype-friendly version of the Meridian CPU.  Now you can create small prototypes without needing a surface mount line.

Meridian/P

Key features are:

  • Same i.MXS processor and memory (4MBytes Flash, 8MBytes RAM) as the Meridian CPU
  • USB connector for powering the board and application download and debug.
  • 0.1″ headers for expansion. Two of these have the same pin-out as the EXP connectors on Tahoe-II.
  • Kit includes USB cable and 0.1″ pin headers you can solder on as required
  • Schmartboard compatible form-factor for rapid prototyping with fine pitch surface mount components

All the details are available here, including data sheets and mechanical drawings. 

Meridian/P will be available from our web shop and shipping to distributors on May 18.

And the price: US$99.

Announcing the Tahoe-II Development Kit!

We are very pleased to announce that we have a new dev kit coming in a few weeks time!

The Tahoe-II is a sequel to the very popular original kit.  It retains the Meridian CPU at the core, and still includes lots of way to prototype new devices.  There is of course, lots of new stuff on board too!  This version has a larger LCD screen (3.5″ with touch!), along with Ethernet and an Accelerometer on-board.  Other features include an SD card slot for memory cards and a socket for an XBee wireless module.  The product page has more details.

Expect to see this kit available at our distributors from early November.
If you live outside areas covered by our distributors, you can pre-order from our web shop now!
And the price – US$399.  Same as the original Tahoe!

DPWS on Tahoe (and new features!)

We have just released new firmware for the TAHOE_NET and TAHOE-II boards.   Download it here.
The main reason for this release was to fix a networking bug that prevented DPWS working.  However, we also slipped in a couple of new features:

Access to the i.MXS registers
You can now read and write to the registers on the processor to setup features that we don’t directly support.   You need to install a new version of the SDK to gain access to this feature.

Debug Transport Selection
We have enabled serial and TCP/IP for the download/debug transport.  To select a new transport, hold down the following button and press reset:

  • SW2 for serial
  • SW3 for USB
  • SW4 for Ethernet (TCP/IP)

You only need to do this once.  The new settings are stored in flash.

There are a couple of limitations:
1. The Firmware Update application only supports USB, do you need to change back to that before you do an update.
2. TCP/IP is not supported for the bootloader (for security reasons). If you want to change anything that uses the bootloader (network settings or USB name for example), you need to switch to serial or USB first.

Ball-in-Maze for Tahoe-II

If you have a Tahoe-II board, we have good news!  An updated version of the ball-in-maze game is available for download.  It includes a driver for the on-board Freescale MMA7455 accelerometer.   This driver makes use of the FusionWare SPOT library which you can download here.

New Tahoe-II firmware

We have just updated the Tahoe-II firmware.    This release adds file system support and fixes a number of issues with the SPI bus.   

When using the file system, the key limitation to be aware of is that the SD card you use must be formatted with FAT32 and NOT contain a Master Boot Record (MBR).  You can re-format cards under Windows to FAT32, but Windows will not remove the MBR.  We have a utility that will do this (scroll to the bottom of the download page), but please use it with extreme care!  It’s early days for the Micro Framework file system and future releases will fix some of these issues.