https://github.com/cwi-dis/iotsaoledserver
iotsa server for SSD1306 OLED display
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
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
Metadata Files
readme.md
iotsaOLED - web server to drive an SSD1306 OLED display
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
- Arduino IDE, v1.6 or later. Or PlatformIO.
- The iotsa framework, download from https://github.com/cwi-dis/iotsa.
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
- Website: http://www.dis.cwi.nl
- Repositories: 21
- Profile: https://github.com/cwi-dis
CWI Distributed and Interactive Systems Group
GitHub Events
Total
Last Year
Dependencies
- ArminJo/arduino-test-compile v3 composite
- actions/checkout v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/upload-artifact v2 composite