From 83a5cc0c4148274adb9ddc97336e676282a0c293 Mon Sep 17 00:00:00 2001 From: Dirk Jahnke Date: Mon, 5 Nov 2018 16:34:09 +0100 Subject: [PATCH] Added basic info to README. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61764cb..55b31db 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -# Arduino Adafruit SSD1306 C/C++ example +# Fastclock for model railroads -This example shows how to use Adafruit SSD1306 on Mongoose OS in C/C++. +Based on nRF24 module, this is a fastclock solution for operating model railroads e.g. like within FREMO association. + +This is the master (controller) implementation. It uses an ESP8266 based board with a 0,91" OLED display (SD1306 based) as controller and a nRF24-L01 module to send the fastclock information to the clients. Controlling happens through WLAN based web page served by this module.