Difference between revisions of "Workshops/usb"

From London Hackspace Wiki
Jump to navigation Jump to search
Line 123: Line 123:
 
* [http://www.bensherlock.co.uk/all/electronics/2010/01/03/usb-pic-resources/ USB PIC resources]
 
* [http://www.bensherlock.co.uk/all/electronics/2010/01/03/usb-pic-resources/ USB PIC resources]
 
* [http://www.schmalzhaus.com/UBW/ USB BitWhacker]
 
* [http://www.schmalzhaus.com/UBW/ USB BitWhacker]
 +
* [http://usbpicprog.org/ USB Picprog]
  
 
=Facilitator(s)=
 
=Facilitator(s)=
  
 
[http://wiki.hackspace.org.uk/wiki/User:PaulR PaulR]
 
[http://wiki.hackspace.org.uk/wiki/User:PaulR PaulR]

Revision as of 13:42, 28 April 2011

Introduction

This workshop introduces you to USB. We address the most important issues of the design and how to build a USB interface focusing on the HID class. We also examine how you want a Hackspace USB group to work.

If you look at Jan Axelson’s essential toilet-side-USB-reading USB Complete: The Developer's Guide 4th Edition (Complete Guides Series), you will quickly (actually by page xv in the table of contents) come to the conclusion that sticking with the Arduino was the best idea and sell the book to the next poor unfortunate on Amazon. Fortunately, I’ve read it all and I can pass-on the whodunit ending so you don’t have to suffer the book-induced narcolepsy I had to.

USB-on-an-MCU is the whodunit. The good news is they’re cheap; there’s loads of competition; they leverage your existing hardware and software skills; and they’ve been around long enough to populate the forums with the pain you can now avoid suffering.

Thursday 28 April Workshop Content

  • 7-10pm in the quiet room.

This first workshop will be an introduction to the theory of USB as it relates to HID interfaces. We'll cover: -

  • A 'hello world' USB hardware interface to some existing PC applications;
  • USB basics;
  • A look at “USB-on-a-chip”, the manufacturers, the dev environments and the chips;
  • How you want a Hackspace USB group to work, brainstorm some project ideas, talk about commiting to projects;
  • Anything else that we decide looks interesting.

This content will be repeated in future workshops.

After this workshop has finished, I hope we'll have a better idea of what we want from any USB group going forward.

Fantasy Workshop Content (provisional)

  • An overview of the USB protocol for hardware developers with a HID class focus;
  • The skills required to produce a USB device;
  • “USB-on-a-chip”, the manufacturers, the dev environments and the chips;
  • Examination of some USB devices;
  • Practical exercises;
  • How you want a Hackspace USB group to work;
  • Supporting each other’s project development.

Why

  1. You will simplify your electronic circuit design and save cost. There are a great many situations where, with a bit of knowledge, you will be ready to move your Arduino prototype onto a USB MCU.
  2. It’s a lot easier than you think. I’ve discovered that there appear to be two main reasons why so few people are doing USB: -
    1. Most developers see USB as “cracking a nut with a steam-roller” – there just doesn’t seem to be the awareness of the ‘easy MCU way’ to do USB.
    2. To create a truly great USB product from the very start to the very end of the process requires several technical skills that are rare in a single person and requires equipment for the development process that your average bod just doesn’t have. Put those into the Hackspace environment – geekers like us with time, commitment and teamwork and you’ve got an exciting way forward.
  3. From my last year of USB musings I see the big picture like this. “USB is massive. It has a colossal user base. 2a & 2b above have left it significantly under exploited”. To start with we can show people how to exploit USB by running profitable workshops like this to make money for the space. More excitingly we can support each other in a USB Group within Hackspace to knock-out some fantastic stuff.


Summary: “Let’s give people USB devices they want and make enough money to retire in 5 years.”

When

My aim was to run the first 3 sessions within a 10 day window between Thursday 31 March and Monday 25 April 2011. Seems like I was being a bit unrealistic, if enthusiastic. I still hope to do at least 3 initial sessions like this: -

  • 1 x weekday evening session 7pm – 10pm
  • 1 x weekday day session 1pm – 4pm
  • 1 x weekend day session 1pm-4pm.

Prerequisites

Being fairly geeky will be helpful but is not essential. If the theory gets too heavy for you, have a little sleep or check your email. For practical work you’ll most likely be working with someone else so you could get them to do all the work. You’ll find it helpful to have a computer or laptop. If you don’t, you’ll need to work with someone who has for some of the practical stuff. Summary: At a minimum, just bring you.

Cash

These first USB workshops are free to the Hackspace community. You are the guinea-pigs (or at least, gerbils) who will allow us to develop the format. Eventually we can start charging non-Hackspace attendees for them and bring cash into the space. In the meantime we’ll rely on donations and samples from manufacturers. Cash donations are very welcome and will go on equipment and consumables.

Logistics

  • A room – The quiet room’s looking good.
  • A Projector (& screen?) – Would be nice but not essential. There’s one available (and a screen) but the window behind washes out the image – need to test.
    • From my experience of the arduino workshops it is okay, depending on how you colour your slides. You can also turn off the lights in the quiet room to improve contrast. Putting up some kind of curtain on the windows would also solve this problem. -- Ciarán
    • There is no stand for the projector. If you have it pointed up towards the screen on a stack of books that may work. I have always managed to borrow a camera stand from another member which is able to screw into the bottom of the projector.
  • Things to draw on like a whiteboard/flipchart and things to draw with – There’s a blackboard which suggests chalk might be useful.

Resources

THE USB book - USB Complete: The Developer's Guide 4th Edition (Complete Guides Series)

  • Just bought a cheap old one off Amazon.

MCUs + associated Dev Envs for practical work.

  • 8-3-11 – emailed a few chip people. Ask for contributions from Hackspace people.
  • 26-3-11 - so far FTDI & Microchip have written back to offer goodies.
  • 29-3-11 - received equipment from FTDI

Equipment we have received so far


MCU Dev/Env Wish-list status.

Please suggest any not listed that you may be interested in.

'FTDI – 'www.ftdichip.com/index.html



'Microchip – 'www.microchip.com/usb


'Atmel – 'www2.atmel.com


'NXP – 'www.nxp.com

Links

Facilitator(s)

PaulR