• USB Bootloading

    Daniel Grießhaber12/22/2015 at 22:16 0 comments

    I finally managed to upload the Micronucleus Bootloader and getting it to work.

    I am now able to upload sketches via USB (after resetting the chip manually with the push button).

    I may also could now upload sketches using the Arduino IDE, but I like to use GNU make instead.

    I uploaded a simple blinking sketch using the on board LED on PB2. For a more anticipated test I didn't have enough time, since I wanted to upload this Log as a proof of concept for the square inch contest.

    look ma, no hands:

  • Finally programmable

    Daniel Grießhaber12/22/2015 at 21:57 0 comments

    As I wrote, I received the boards quite a while back, but I have to admit, I really had a hard time getting them assembled.

    The first I tried with the stencils I ordered from OSH Park. This really did work great but I managed to put on the pin headers the wrong way around and really fucked up the USB mini jack so the board was on functional.

    My next try was 6 days after the first but I did forget to put the solder paste back into the freezer after using it the last time so I could not apply it through the stencil (it basically was just clogging the stencil).

    After that I tried to use solder paste without the stencil and it looked quite good, but I think I've shortened some pins on the QFN because I was not able to program it.

    Today (as the deadline for the sqare inch contest moved closer :)) I finally gave it another try. This time I did not use solder paste but normal 40/60 and pre tinned all pads with it. then I put on the QFN and applied head with my soldering iron from the bottom. I then used the hot-air gun to reflow the solder.

    This time it worked and I finally can program the chip :)

    programming the chip with an Arduino Leonardo

    programming the chip with an Arduino Leonardo

    I tested the programming and reset circuit using the build-in LED on PB2:


  • Boards arrived

    Daniel Grießhaber11/19/2015 at 17:43 0 comments

    The boards werw ordered just 12 days ago and already arrived here in Germany. I really didn't expect the this quick. Now I first have to order the components before I can populate them. Also the stencil is still missing and the QFN pads seem a bit too small for my soldering skills ;)

    Here are some pics of the board:

    Topside:

    Bottomside:

    They are really really small. you may can guess the size by taking a look on how high the silkscreen and the copper traces seem on the board and how "blurry" the silkscreen appears to be.

    The small white dots around the components are the designators in text size 0.254mm. Ok, I guess that was way to small to be readable :D.

  • Free upgrade, wohoo

    Daniel Grießhaber11/10/2015 at 17:49 0 comments

    Just got a mail from OSHPark:

    Hi!  We had some free room on one of our Super Swift Service panels,
    so we took the opportunity to give you an upgrade.
    
    Your affected orders are:
      * <CENCORED :)>
    
    The Super Swift Service drops your expected fabrication time from 12
    calendar days to just 5 business days.  The same fabs manufacture the
    Super Swift panels as our normal panels, so you can expect the same
    excellent quality.
    
    Only fabrication time is affected, so the shipping times and method will
    remain the same.
    
    Thanks for using OSH Park!

    No, OSH Park: Thank you!

  • first experiments with stencils

    Daniel Grießhaber11/07/2015 at 15:24 2 comments

    I never used stencils to apply soldermasks before (Well, I also always milled my boards which limited the size of the smd components to a size that is still pretty easy to hand solder, so I'm very new to boards in this quality).

    Since I use a TQFP Packaged ATTiny, I thought it would be a good idea to produce some stencils for the board.

    My first thought was to mill them myself from some thin aluminium sheets, but I quickly realized that I dont have mills small enough and the only way to produce holes small enough would by to etch them or use a laser cutter. Since I do not own a laser cutter and have no idea if it is even possible to etch aluminium, I searched online for cheap and easy services.

    I quickly found OSHStencils and was quite suprised from the fammiliar interface (well, exactly what you expect from the name :) ). I uploaded my *.brd file and ordered a set of stencils. Lets see how they turn out when they arrive.

  • Boards Ordered

    Daniel Grießhaber11/07/2015 at 15:12 0 comments

    I just placed my order for 9 boards on OSHPark.

    Why 9? Well, three only cost 1.10 US$ but I really don't need more than 9, even though I think it is crazy that for 3.30 US$ 9 board gets eched, coated, soldermasked and silkscreend on 2 sides and the shipped thousands of miles. Thats amazing !

  • Nanite85 comparison

    Daniel Grießhaber11/02/2015 at 21:13 0 comments

    I just stumbled across the Nanite85 project by Tim. It is a really nice project that has the same goal as mine. It also is a drop-in replacement for the ATTiny85 with a DIP-8 footprint and a matching pinout. However, since Tim started with a 'who has the smallest' table I want to add my board to it:

    BoardWidthLengthArea
    Olimexino-85s12.7 mm16.9 mm214.6 mm²
    Nanite10.1 mm17.8 mm179.9 mm²
    DIL-Duino [with USB]10.2 mm14.2 mm144,84 mm²
    DIL-Duino [without USB]7.6 mm9.8 mm74,48 mm²

    Wohoo, did it! Both variants are smaller.

    But to be fair, the variant with USB is almost the size of the Nanite.

    What do we learn from this? It is almost impossible to have an idea no one ever had before :)

  • Redesign for easy programability

    Daniel Grießhaber11/02/2015 at 19:57 0 comments

    I just added a switch to the board that works as a manual reset. In the old design the switch was missing and the idea was that you could just replug the USB to powercycle and enter bootloader mode, but after some time thinking about all the consequences I decided that it was too much of a hassle and also would mean you can not plug the board into a socket when supplying power over the pins or you would need to add an external reset switch.

    Since I wanted to provide a full Arduino stack this would cause too much trouble to the user and would influence the ease of use. for this reason I added a tiny switch but needed to remove the power LED to fit it on the board. the other LED is still available. I also needed to rotate the ATTiny to the original orientation which is quite a bummer since I liked the way the rotated chip looked on the board.

  • Layout completed

    Daniel Grießhaber11/02/2015 at 17:30 0 comments

    I just completed the layout of the board. The last couple of traces were really hard to route, but I managed to sneak them around the board.

    It really feels awkward to ignore all the DRC Errors that appear because of the half-moon shape of the pins and the perforation holes but I hope it will be fine and the board turns out how I imagine it.