Code Monkey home page Code Monkey logo

raspberrypi's Introduction

Instalación Raspbian en Raspberry Pi

1 Instalar el sistema operativo en nuestra raspberry Pi:

$diskutil list
$diskutil unmountDisk /dev/disk4
$sudo dd bs=1m if=image.img of=/dev/rdisk4

2 Instalar WiringPi

$git clone git://git.drogon.net/wiringPi
$cd wiringPi
$./build

En caso de funcionar la conexión con Git, lo mejor es descargarse el fichero máster como Zip de la URL: https://github.com/WiringPi/WiringPi y copiarlo en la Raspberry Pi. Una vez extraído, instalar con ./build

3 Preparar el entorno para la comunicación de datos con el sensor I2C

$sudo raspi-config
$sudo apt-get install i2c-tools
$i2cdetect –y 1

Si todo está configurado correctamente, tras ejecutar el último comando se debe obtener un 27 en la columna 7, fila 20.

4 Instalar las librerías del display táctil

Descargar el fichero máster de https://github.com/4dsystems/ViSi-Genie-RaspPi-Library copiar en la Raspberry Pi y seguir los pasos del fichero de instalación contenido en el máster (ver código más abajo).

$cd ViSi-Genie-RaspPi-Library-master
$sudo make install

Instalar el entorno de desarrollo de la pantallas táctiles (bajo un sistema operativo Windows) desde la página de 4D-Systems http://www.4dsystems.com.au/product/4D_Workshop_4_IDE/

raspberrypi's People

Contributors

hashael avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.