Git Product home page Git Product logo

visi-genie-rasppi-library's Introduction

image

ViSi-Genie-RaspPi-Library

4D Systems Raspberry Pi Library for Visi-Genie

Library for the Raspberry Pi to allow easy communication between 4D Intelligent Display modules running ViSi-Genie programmed from Workshop 4, and the Raspberry Pi.

This library is also required for the Raspberry Pi demo programs.

Installation of Genie Pi Library on the Raspberry Pi

=======================================================

make

sudo make install

To Uninstall Genie Pi Library

=================================

sudo make uninstall

To Install wiringPi library (Required for some applications/demos)

=====================================================================

  • Connect your raspberry Pi up to the Internet and download WiringPi library from github:

    cd

    git clone git://git.drogon.net/wiringPi

    cd wiringPi

    ./build

  • This will then download and install the wiringPi library, assuming you have git installed on your Raspberry Pi already.

  • If you encounter an error such as: error while loading shared libraries: libgeniePi.so: cannot open shared object file: No such file or directory do the following:

    sudo ldconfig -v

This should solve the problem

Disable Linux from using the Pi Serial Port so the GeniePi library can instead

=================================================================================

  • From terminal, launch leafpad (or your chosen editor) with root:

    sudo leafpad

  • Nagivate to /boot/cmdline.txt and remove the following text (LEAVE everything else intact)

    kgdboc=ttyAMA0,115200 console=tty1

  • Save the file, overwriting the existing one.

  • Navigate and edit /etc/inittab

  • Comment out the bottom line by putting a '#' symbol at the start of it, where the bottom line is:

    T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100

  • Save the file, overwriting the existing one

  • Reboot your Raspberry Pi

Questions/Issues?

Please sign up for our Forum and ask a question there, or submit a Tech Support Ticket from our website. http://forum.4dsystems.com.au or http://www.4dsystems.com.au/support

visi-genie-rasppi-library's People

Contributors

abed4d avatar gordondrogon avatar

Watchers

 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.