-
The I.C. Pins used in OSHChip are now a product!
10/23/2016 at 10:04 • 0 commentsSeveral of the people that have looked at this project have asked about the I.C. pins I use. It took a while, but I have now designed and manufactured a version that is easy for anyone to use.
http://oshchip.org/products/Flip-Pins_Product.html Detailed product descriptionFor sale at:
At Tindie Minimum order is about $20At EMSL 8-Pins 14-Pins 20-Pins Minimum is 10 pieces
At Sparkfun 8-Pins 14-Pins 20-Pins They sell as little a a single part.
If you buy some and like them, please write a review and tell your friends.
If you have any issues, please let me know.
-
Today is the DAY!
01/21/2016 at 21:53 • 0 comments1/21/2016 12:50
I'm going to write a bit about the launch tools.
I've been working hard on the new web site to replace the crappy single page web site, and I realized that if I waited till it was perfect, I would never be done. Best is the enemy of better, better is the enemy of good, good is the enemy adequate, etc... I think I am somewhere between adequate and good. Please have a look at www.oshchip.org
Mailchimp
So pulling the trigger involved taking all the emails that project followers have been sending me based on the request that was at the top of the project page. There were 126 of them. Chris Gammell recommended mailchimp as a way to handle sending out that many emails. I was certainly worried that my ISP would probably shut my normal email down, if I sent that many email over a short time from a normal email account.
Mailchimp was a delight to use. Very straightforward, good explanations, very clean layout, easy navigation, and after pulling the trigger (about 45 minutes ago) , I got to see their analytics, and for a free service, it is amazing. I can believe I was contemplating emailing from my personal account (actually I can, but you get the picture) Here is the email, please share this URL: http://eepurl.com/bNhGnP
Google Forms
Google Docs has a Forms creation capability, and I needed a "Register for a monthly newsletter" type form. It was relatively easy to create, and you end up with a link to the form (for filling it out mode) that does not require you to be logged into anything, which is what you would want for this type form. So you include the link to the form in the outgoing mail, and recipients click it and fill in the form, hopefully. The form results are then added to a spreadsheet, that you need the account password to login and view. Pretty nice integration, relatively easy to setup and use, but not as easy as Mailchimp
The New Website: Jekyll
I probably wasted 2 months last year trying to get my new web site up and running with Wordpress. It was a constant frustration as I was always trying to figure out how to get it to do what I wanted. I needed something clean and easy to use. I saw a web site I likes http://electronut.in/ (On Hackaday https://hackaday.io/electronut He has a real cool project snapVCC) and read his blog: http://electronut.in/switched-to-jekyll/ and wow did it resonate with my painful experience. So I asked if he could make a copy of his web site for me, strip out all his content, just leaving the scaffold for me to build my web site on. The result is the new website. I could go into details, but there is more than enough info that Google will find for you.
Still to do: A forum, examples, tutorials, FAQ, .... But good news is I am getting orders.
-
Final sprint before starting to sell OSHChip V1.0
01/10/2016 at 22:14 • 3 comments1/10/2016 14:28
I am finally getting the replacement web site ready so that I can start selling OSHChip and its programmer/debugger. This will replace the crappy single page site that I have been using up to now at www.oshchip.com . Since November 2015 I have had an email link at the bottom of that page with the following:
OSHChip and the supporting programmer/debugger interface will be going on sale around the end of November or December 2015. If you would like to receive a notification email when this occurs, please send an email to philip@OSHChip.com
I've been getting emails at about 2 or 3 a week since then, until 3 days ago, when lots more started arriving, and I didn't know why. I found out that this project got listed on the home page of www.hackaday.com as a featured project, and it happened to coincide with me changing the first picture (the one that shows up with the project name) for the project to my favorite pic that has the production black version (prototypes had a green PCB) of the chip.So this was just an excellent set of things coming together: Favorite pic, about to announce that OSHChip would be available for sale, and front page of Hackaday. As you may be aware, after I talked to several friends about the challenges of running a crowdfunding campaign, I decided to self fund this project, accepting that I wouldn't have the high visibility of a crowdfunding, but also I wouldn't have the stress. So last year (see previous logs) I designed and built OSHChip and the programmer/debugger on my own dime (a lot of dimes!), and have had 200 OSHChips and 100 programmer/debuggers sitting on my desk, waiting for a supporting web site. After a very frustrating time trying to create a site with Wordpress, I enlisted the help of https://hackaday.io/electronut who has a web site with the look and feel I wanted, and he got me setup with the less complex Jekyll approach to web sites. That's what I am working on now, and in a few days, it won't be complete, but it will be good enough (I hope) to support starting to sell my project.
-
It's never too late to Procrastinate!
12/01/2015 at 21:38 • 0 comments12/1/2015 @ 1:32 PM === 9:32 PM UTC
You may have noticed that this project is entered into the https://hackaday.io/project/7813 Square Inch Project contest. Check it out.
Among the rules are some deadlines, including
- Finalized schematics, BOMs, and design documents, as outlined above, must be posted on your project's page by December 1, 2015.
All these deadlines are at 23:59 UTC on the specified date.
So I just finished setting up the GitHub repository for this project. All the sources and the Open Source License (CC BY-SA 4.0) can be found here:
https://github.com/OSHChip/OSHChip_V1.0_Docs
-
Over due project update
11/26/2015 at 11:15 • 0 comments11/26/2015 @ 3:00 AM
Current status:
I started this project on November 4th 2014, and received the first batch of 200 OSHChips from the EMS a few days before November 4th 2015. I had already scheduled a trip to Australia, departing on the 4th, so off I went with 1 part to play with and show friends in Oz. Exactly 1 year from concept to first completed batch.
I have developed a simple test program for the OSHChip. In my experience, most chip failures are I/O pin related since they are exposed to the outside world. ESD can kill a pin outright, or it can damage the I/O cell such that it fails much sooner than typical. The common failure modes are
- Driver can't drive high or low or both
- Pin stuck high or low
- Input doesn't work , stuck high or low
- Pull-ups don't behave as expected
I wanted to be able to test the OSHChips without needing a test fixture (for now) so the test program runs the test and blinks a distinctive pattern on the on-board LEDs indicating either pass or fail. There is sufficient program-ability that the I/O cells for each pin can be tested from within the chip. For example, to check that the pins aren't shorted high, the pin is configured for input with a pull-down resistor, and the input is read. If it doesn't read '0', then there is a stuck-high problem or the pull-down isn't working. I wrote 7 such tests that exercised each pin for all of the above problems. The other common problem that kills chips is over heating, but that is an in-system issue, and not likely for a new chip/assembly. It is also very unlikely, given the very low power nature of OSHChip.
I have received and tested all 200 OSHChip_V1.0s from the EMS and the yeild was pretty good:
- 197 tested with no errors
- 1 part had a low intensity red LED
- 1 part was completely dead, and didn't respond to diagnostic probing through the SWD port, so I replaced the BGA and it works fine now. So either a bad chip, or bad assembly.
- 1 part is failing the diagnostics, but I have not had time to identify why.
I have also successfully used pyOCD to access the on chip factory configuration registers, which include a unique ID for each unit, so I can record this info for each unit that ships to an end user. On my crappy web site at www.oshchip.com there is now an email link for people to request to be put on a list for a notification email when I start selling OSHChips. (Actually a few special early access users have received the first 14 parts).
Some very simple test programs that use the Bluetooth Low Energy radio have been written, including one that sends out a text message of "Ping xxxxxxx" where x..x is an increasing number, once per second. I started it about 5 or 6 weeks ago, and left it connected to 3 dead D cells (series voltage was about 3.05V) while I went to Oz for 2 weeks. When I returned it was still going, and was up to about 3600000 . Batteries series voltage is now 2.95V.
As I have entered this project into the https://hackaday.io/project/7813-the-square-inch-project I have already met deadline 1. Deadline 2 is partially done: BOM of final assembly. Still to do: Source EDA docs, Gerbers, drill files etc. I have a github account setup for this, and will do this in the next few days. When the time comes, please vote often and early for this project :-) Deadline 3 is also partially complete, as I already have shown pictures of the final product.
-
Some pictures from a photo shoot
09/11/2015 at 06:53 • 2 comments9/10/2015 @ 11:50 PM
I have been working with a magazine editor on putting together a short product announcement. This required some photography, and my skills in this domain are minimal, and my camera equipment is barely better than a box with a hole in it. So at 10:00 PM yesterday, as things got desperate, I called my friend Mike to see if he could help me get some sharp, high res, closeup photos. Although we didn't have a macro lens available, I think we did pretty well. We finished up around 1:00 AM this morning. I owe him and his wife dinner at a very nice restaurant!. The following pictures have been cropped and have lower quality resolution than my masters, because I didn't think Hackaday.io would appreciate me uploading 5 images, each about 4 megabytes.
The green PCBs are the prototypes, the black ones are the initial production. For your viewing pleasure:
Prototype
Prototype with his older buddy
Prototype in its native habitat
Production OSHChip_V1.0 with his older buddy
Production OSHChip_V1.0 in its native habitat, with LEDs turned on
That's all for now.
-
Hatching the first batch !!!!!
09/02/2015 at 17:30 • 0 comments9/2/2015 @ 10:31 AM
The first batch of OSHChip_V1.0 boards and their companion programming boards OSHChip_CMSIS-DAP-V1.0 have been hatched and I am now checking them out. So far every things seems to be perfect (no blue wires needed), and the contract assembly company (sometimes called an EMS, Electronic Manufacturing Service) has done a beautiful job, and right on schedule. Here are some baby pictures:
OSHChip_V1.0 panel
As you can see, the chips are still in the panelized form, without their legs. The debug connector on top is connected to the programmer (see next picture), and a simple test program is loaded that flashes the 3 LEDs that are next to the programming connector. One mild disappointment is that the green LEDs are not as bright as the original prototypes. Between the building of the prototypes and the first batch, the manufacturer of the green LEDs discontinued the product. Because these LEDs are tiny (0402 package) there are very few options. I picked the one I thought was the best substitute, but did not get to try them in circuit. I will investigate if I can get it a bit brighter with a change of the series resistor. If it makes a significant improvement, then I will need to rework 200 OSHChip_V1.0 PCBs, replacing an 0402 resistor on each. If you have never tried replacing parts this size, let me tell you, it is really challenging! So after a bit more testing, the boards will go through a proprietary de-panelization process that leaves smooth edges on all 4 sides, and then they will go back to the EMS for final assembly of soldering in all the pins.
OSHChip_CMSIS_DAP_V1.0
So this is the programmer that takes USB and provides 3 services:
- USB to CMSIS-DAP programming with a SWD connection to the target. Use this with the Keil IDE. This should be able to program any processor that the Keil IDE supports (there are hundreds) that can be programmed via SWD. There is also support for debugging with GCC's GDB debugger, via pyOCD
- USB MSD (Mass Storage Device), shows up like a USB memory stick/drive, named MBED. You can drag and drop .HEX files to this drive, and it will convert the file to the appropriate SWD pin wiggling and program a nRF51822 which is the processor on OSHChip_V1.0
- USB to virtual COM port. The board provides serial I/O at LVTTL (0 to 3.3V) levels on the 2 pin header on the end of the board. These can be connected to anywhere in your system that has async serial I/O, so no specific pins on OSHChip_V1.0 . I haven't tested it yet, but it should work from 9600 to 115200 BAUD.
Overall I am pretty excited!
-
The first batch
08/19/2015 at 21:30 • 0 comments8/19/2015 @ 15:00
The PCBs for the first batch of boards were picked up from the PCB manufacturer, Bay Area Circuits .
200 of the OSHChip_V1.0 boards. These are the processor/radio boards
and
100 of the OSHChip_CMSIS_DAP_V1.0 boards. These are the programmer/debugger/serial-to-USB boards
I spent the weekend kitting all the components, just waiting on one item coming from Mouser to replace a small mess by Digikey. Parts arrived late Monday 17th, so too late to deliver to the assembly company. Delivered all the boards and parts kits to the assembly company on Tuesday 18th. Should have assembled boards in about 3 weeks.
-
Origin of OSHChip
08/17/2015 at 03:46 • 0 comments8/16/2015 @ 20:42
The idea for OSHChip occurred 11/4/2014 and I have been working on it to the exclusion of pretty much all other projects.
There were several goals I had in mind, all focused on a product for the hobbyist.
- Package a high performance micro processor in the smallest package possible
- Have the cosmetics of an IC (in particular, a 16 pin DIP)
- Open source Hardware and Software (where ever possible, and be up front about any exceptions)
- Bring professional class debug experience to hobbyists that have only had printf() and flash a LED
- Compatible with the white breadboards used by many hobbyists
- Create a platform for hobbyists to create standard chips that are used by others
- Create a web site that supports a community of Chip designers and users
- See how many people laugh at me when I am telling them I am creating a new type of fabless semiconductor company.
- and more ...
So I have been at this for 9 months, and I have built 12 working prototypes. I have ordered enough PCBs to make 200 OSHChips_V1.0 and 100 of the programmers, OSHChip_CMSIS_DAP_V1.0 . All the components have also been ordered and have arrived except for 1 screwup by Digikey, which should be resolved by Mouser tomorrow. I will the take all the boards and components to a PCB assembly company, and with the encouragement of some money, I should have assembled boards in early September.