Close

Screen is now WORKING!

A project log for Raspberry Pi AR/Smart Glasses

An experimental pair of discreet Smart glasses

jacob-macleodJacob MacLeod 12/13/2019 at 17:460 Comments

Hi! I am happy to announce that the screen is now working! As I said in the last post, I have a raspberry pi connected via I2C to an Arduino, telling the Arduino what to display.

I used the Arduino because I couldn’t find any libraries for the raspberry pi for the display.

Here is an image:


If you look very closely, you can see the writing the display is showing(you can make the text bigger in the code)

The next step now it to connect the accelerometer. It requires I2C, as does the I2C connection from the raspberry pi to Arduino and there is only one I2C pin, but I’ll work through those difficulties.

Discussions