Wednesday, October 15, 2014

Slightly Revised TPCBoard

After the physical build of my TPCBoard, I noticed a couple of changes that needed to be made.  They are slight, but I think they are nice...





I am out of the latching DPDT switches as well as LM7805 voltage regulators. So I will have to make an order pretty soon!.

I will try to upload this project files to my Github space later today.


Sunday, October 12, 2014

Weekend Update

As the weekend draws to a close, I guess I should show some of my work to the world...

TCP Board

The "Trinket Pro Clone" board is this silly idea I had to take the basic Trinket Pro and blow it back up to Arduino size.  What does that give us? It gives us another avenue to pursue akin to the Metaboard project... a somewhat-compatible Arduino clone that can be built at home for a few dollars.

What the Trinket Pro's bootloader gives us is another way to program the device via USB without the need for an USB-to-TTL Serial chip.  This method does not require a jumper to enable the programming mode.  In previous Trinket-fashion, the reset button is pressed to put the device into programming mode for 10 seconds.  The red LED on pin 13 will pulse to indicate that the device is ready to program... as a USBtinyISP.

Well enough talking... here are the pics and diagrams...






I decided to layout the board based on some basic changes to the schematic to match that of the Trinket Pro.  I did not even breadboard it to see if it would work.  Luckily, after a few false starts, I now have a Trinket Pro clone... with a standard R3 Shield layout.

I have included my DPDT latched switch to toggle the two pins used for RX/TX between the USB and the shield header sockets.  I have kept this on the right side, extending beyond the normal edge.  Otherwise, with no jumper to mess with... there was no reason not to switch back to the "left-sided Arduino".  Besides, the room was needed by the ICSP pin header... which I found was actually used on some shields.





Saturday, October 4, 2014

R3 Compatible Shield Adapter Shield

As I had noted earlier, some of my testing shield would not work, because the Fiverino had no ICSP connector on the right side.


So instead of immediately re-designing the Fiverino, I decided to build a simple shield that would make the Fiverino "compatible".  Here is the result...



Which is a simple board in itself... but very useful...


Here you can see me using the SD Card Shield with the Fiverino... success!