Creando Hardware Libre en México

Created by Andrés Sabas / @sabasacustico

Los primeros pasos

n00b

El Hardware es Duro

Hardware Libre ≠ Hardware Gratis

La Idea

...

Herramientas

  • Multimetro
  • Cautin
  • Osciloscopio
  • KiCad
  • PCB Ruler
  • Horno de soldado

Compras

Proveedores

Newark

newark.com.mx

Barato, envio gratuito, entrega de 3 a 5 dias

Down arrow

Mouser

Mayor cantidad de componentes, envio gratuito con $30 dolares.

Down arrow

DigiKey

digikey.com

Mayor cantidad de componentes, un lider mundial

Up arrow

Alixpress

alixpress.com

Precios muy bajos, envios gratuitos, tiempo de entrega de 30 a 60 dias

Banggood

Poco en componentes basicos, entrega de 5 a 8 dias

Up arrow

Dangerousprototypes

Componentes basicos 4,000 por $9,95 dolares

Resistencias

Capacitores

LEDs

dev.dangerousprototypes.com

PCB's

  • SeeedStudio

    China, Precios economicos, PCBs flexibles, pickandplace, impuestos*

  • TecDigitaldelBajio

    Irapuato, precios economicos, no facturan

  • 5Hertz

    Monterrey, pickandplace, Facturan

  • DirtyPCB

    China, Super barato, cualquier color

PcbShopper

http://pcbshopper.com/

¿En cuánto vender mi Hardware?

1.5*1.5=2,25

Precio Publico = Costo*2.5

¿Por qué?

Costo=$100MXN

30%, mayores a 100 piezas

Precio Publico=2,5*100 = $250MXN

Precio Dist.=250/1.3 = $192.3MXN

Ganancia = $9230MXN

Tiendas

Ya esta en la tienda ¿ahora qué?

Generar contenido

Enseñar

Tutoriales, guias, videos y eventos

Tierra de Mini-importadores

Importamos, pero no exportamos

Paqueteria

Proveedores

Down arrow

Correo Registrado, $70 pesos España, 30 a 60 dias

Down arrow

25 guias $84 c/u, hasta 3 kilos, 3 a 7 dias

Up arrow

$125 c/u, dia siguiente, 1 Kilo

Up arrow

20 guias, $128 c/u, 3 a 5 dias, 1 kilo

Up arrow

20 guias, $83 pesos c/u, 1 Kilo


CN22

Aduana

Up arrow Up arrow

Comunidad

Crea una comunidad

Competencia Aliados

Hardware hecho en México

Bibliografia

  • Makers: La Nueva Revolución Insdustrial por Chris Anderson
  • Building Open Source Hardware por Alicia Gibb
  • The Essential Guide to Electronics in Shenzhen por Andrew "Bunnie"
  • Crear o Morir por Andres Oppenheimer

Creando Hardware Libre en México

- Medium: @sabasacustico

THE END

- s@theinventorhouse.org
- @sabasacustico
Happy Making!!

Touch Optimized

Presentations look great on touch devices, like mobile phones and tablets. Simply swipe through your slides.

Fragments

Hit the next arrow...

... to step through ...

... a fragmented slide.

Fragment Styles

There's different types of fragments, like:

grow

shrink

fade-out

current-visible

highlight-red

highlight-blue

Transition Styles

You can select from different transitions, like:
None - Fade - Slide - Convex - Concave - Zoom

Themes

reveal.js comes with a few themes built in:
Black (default) - White - League - Sky - Beige - Simple
Serif - Blood - Night - Moon - Solarized

Slide Backgrounds

Set data-background="#dddddd" on a slide to change the background color. All CSS color formats are supported.

Down arrow

Image Backgrounds

<section data-background="image.png">

Tiled Backgrounds

<section data-background="image.png" data-background-repeat="repeat" data-background-size="100px">

Video Backgrounds

<section data-background-video="video.mp4,video.webm">

... and GIFs!

Background Transitions

Different background transitions are available via the backgroundTransition option. This one's called "zoom".

Reveal.configure({ backgroundTransition: 'zoom' })

Background Transitions

You can override background transitions per-slide.

<section data-background-transition="zoom">

Pretty Code


function linkify( selector ) {
  if( supports3DTransforms ) {

    var nodes = document.querySelectorAll( selector );

    for( var i = 0, len = nodes.length; i < len; i++ ) {
      var node = nodes[i];

      if( !node.className ) {
        node.className += ' roll';
      }
    }
  }
}
					

Code syntax highlighting courtesy of highlight.js.

Marvelous List

  • No order here
  • Or here
  • Or here
  • Or here

Fantastic Ordered List

  1. One is smaller than...
  2. Two is smaller than...
  3. Three!

Tabular Tables

Item Value Quantity
Apples $1 7
Lemonade $2 18
Bread $3 2

Clever Quotes

These guys come in two forms, inline: “The nice thing about standards is that there are so many to choose from” and block:

“For years there has been a theory that millions of monkeys typing at random on millions of typewriters would reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.”

Intergalactic Interconnections

You can link between slides internally, like this.

Speaker View

There's a speaker view. It includes a timer, preview of the upcoming slide as well as your speaker notes.

Press the S key to try it out.

Export to PDF

Presentations can be exported to PDF, here's an example:

Global State

Set data-state="something" on a slide and "something" will be added as a class to the document element when the slide is open. This lets you apply broader style changes, like switching the page background.

State Events

Additionally custom events can be triggered on a per slide basis by binding to the data-state name.


Reveal.addEventListener( 'customevent', function() {
	console.log( '"customevent" has fired' );
} );
					

Take a Moment

Press B or . on your keyboard to pause the presentation. This is helpful when you're on stage and want to take distracting slides off the screen.

Much more

THE END

- Try the online editor
- Source code & documentation