Was thinking of playing with a design for a new board that is looking foreword… Was thinking of using a PIC32 running at 80mhz. These processors are full 32 bit MIPS based architecture that can do things like 32 bit math in 1 clock so they run pretty quick! I have an UNO32 (digilentinc.com/Products/Det … PKIT-UNO32)which I have been experimenting with and have the phoenix code running on it. There is an Arduino derived IDE for it as well as normal pic support…
I was thinking of starting with the same chip as the UNO32 ( 2 USARTS), although some of the others, like the one used in MAX32 have more support. The question I have is how to fit all of the stuff on a BB2 sized board. There are a couple of options.
a) Do like Botboarduino - and only have the 3 pin connectors, in areas that the normal Arduino shield headers are not…
b) Punt the shield headers - Not sure how many people use these type shields when you have all of the goodies on the board.
c) Cheat: Maybe increase the size of the board form the 3.0"-2.3" size to maybe something like 3.0"-2.8" , where you have 3 pin headers on the outsize of the shield headers. Could have rounded edges that indent toward the corners to fit around standoffs…
Suggestions? Interested? Thought this might be a fun project to work on while you are all gone for Christmas.
Kurt
It is nice that the code base, for the Pic32s will be almost identical to the Arduinos… When done will be the same, with a few 

