Skip to content

Part of a project. It displays a pixel image to an Onion Omega2 oled screen.

Notifications You must be signed in to change notification settings

lisa-fehr/onion-microcontroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Used on an Onion Omega2 Plus to read one json item of 0 and 1s from a url containing: [{"content":"0001100000001000","columns":8}]

Setup:

  • opkg update
  • opkg install nodejs
  • opkg install node-oled-exp
  • opkg install npm
  • npm install request -g

Option to add this to the /etc/rc.local file to start the script on boot:

# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.

node /root/oled-node.js

exit 0

Pending Goals:

  • add an sd card to my Onion Omega2 Plus, I ran out of space
  • get git auth working on my microcontroller, user posts were not helpful
  • show more than one pixel image, pages on the Omega were not what I had expected (they are rows)

About

Part of a project. It displays a pixel image to an Onion Omega2 oled screen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published