https://github.com/cwi-dis/iotsaoledserver

iotsa server for SSD1306 OLED display

https://github.com/cwi-dis/iotsaoledserver

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

iotsa server for SSD1306 OLED display

Basic Info
  • Host: GitHub
  • Owner: cwi-dis
  • License: mit
  • Language: C++
  • Default Branch: master
  • Size: 33.2 KB
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 6 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

readme.md

iotsaOLED - web server to drive an SSD1306 OLED display

build-platformio build-arduino

iotsaDisplayServer is a web server that drives an SSD1306 OLED display. An atempt has been made to keep it as compatible as possible with iotsaDisplayServer.

Home page is .

Software requirements

Hardware requirements

  • a Wemos Lolin ESP32 OLED board.

Operation

The first time the board boots it creates a Wifi network with a name similar to config-iotsa1234. Connect a device to that network and visit http://192.168.4.1. Configure your device name (using the name oled is suggested), WiFi name and password, and after reboot the iotsa board should connect to your network and be visible as http://oled.local.

Visit http://oled.local/display to show a message on the display.

Visit http://lcd.local/buttons to configure the URLs for the buttons. Whenever a button is pressed an http GET request is sent to the corresponding URL.

There is a command-line tool (for Linux or MacOSX) in repository https://github.com/cwi-dis/iotsaDisplayServer file extras/lcdecho that allows you to show messages and control the other parameters programmatically, use

lcdecho --help

for help.

Owner

  • Name: cwi-dis
  • Login: cwi-dis
  • Kind: organization
  • Location: Amsterdam, the Netherlands

CWI Distributed and Interactive Systems Group

GitHub Events

Total
Last Year

Dependencies

.github/workflows/build-arduino.yml actions
  • ArminJo/arduino-test-compile v3 composite
  • actions/checkout v2 composite
.github/workflows/build-platformio.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • actions/upload-artifact v2 composite