Code Monkey home page Code Monkey logo

java-oled's Introduction

SSD_1306 OLED on Raspberri pi 3, using Java Spring Boot application

Install Raspian https://www.raspberrypi.org/downloads/raspbian/ Choose Lite version

Enable SSH https://www.raspberrypi.org/documentation/remote-access/ssh/

Enable I2C https://www.abelectronics.co.uk/kb/article/1/i2c--smbus-and-raspbian-linux

Install Java 8 sudo apt-get remove openjdk* sudo apt-get install openjdk-8-jre

Create service and set to auto-start chmod +x /opt/spring-boot/oled.jar sudo ln -s /opt/spring-boot/oled.jar /etc/init.d/oled update-rc.d oled defaults

Getting errors in the app log, something about wiringIp not able to find right hardware

"Unable to determine hardware version. I see: Hardware : BCM2835 ,

  • expecting BCM2708 or BCM2709. If this is a genuine Raspberry Pi then please report this to [email protected]. If this is not a Raspberry Pi then you are on your own as wiringPi is designed to support the Raspberry Pi ONLY."

WiringPi/WiringPi-Node#70 Found issue online which led me to: sudo apt-get install npm npm install mfrc522-rpi

java-oled's People

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.