diff --git a/README.md b/README.md index 3a3565e..48be2cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ArduinoProps library +# ArduinoProps library 1. Installation and usage 2. Escape room 2.0 props with Arduino 3. *ArduinoProps library* value for escape room 2.0 @@ -182,13 +182,12 @@ More MQTT topics can be use for anything (room scenario, etc.). - Arduino NANO 33 IoT - Arduino MKR WiFi 1010 - Arduino MKR VIDOR 4000 - - Arduino Ethernet - - Arduino Ethernet Shield + - Any Arduino + Ethernet Shield For WiFi props, please update the WiFiNINA firmware: [WiFiNINA firmware update](help/WifiNinaFirmware.md). -To use other WiFi hardware compatible with any *Nick O'Leary PubSubClient* library you have to fork `WifiProps.h` and `WifiProps.cpp` and to replace `WiFiNINA.h` whih appropriate WiFi library (`ESP8266WiFi.h` for example): +To use other WiFi hardware compatible with any *Nick O'Leary PubSubClient* library you have to fork `WifiProps.h` and `WifiProps.cpp` and to replace `WiFiNINA.h` with appropriate WiFi library (`ESP8266WiFi.h` for example): - Arduino WiFi Shield - Sparkfun WiFly Shield – [library](https://github.com/dpslwk/WiFly) - TI CC3000 WiFi - [library](https://github.com/sparkfun/SFE_CC3000_Library) diff --git a/help/Arduino_Props.md b/help/Arduino_Props.md index 85014ec..2fcf740 100644 --- a/help/Arduino_Props.md +++ b/help/Arduino_Props.md @@ -20,7 +20,9 @@ Escape game are opened 7 days a week and particularly booked during weekends and Escape Room Props operation and performance impact directly escape game customer experience. Therefore notifications must be processed in human-scale real-time, automatically or manually by a non-technological user (the game master). -Escape Room Props TCO (Total Cost of Ownership) must be affordable by escape games (SOHO costs for small businesses), processing is usually supported by Arduino or Raspberry boards. IT professional 24/7 support must be avoided for cost reasons. Therefore props code must be the most reliable. +Escape Room Props TCO (Total Cost of Ownership) must be affordable by escape games (SOHO costs for small businesses), processing is usually supported by Arduino or Raspberry boards. +![TCO](tco.jpg) +IT professional 24/7 support must be avoided for cost reasons. Therefore props code must be the most reliable. # *ArduinoProps library* for escape room 2.0 diff --git a/help/tco.jpg b/help/tco.jpg new file mode 100644 index 0000000..f378d39 Binary files /dev/null and b/help/tco.jpg differ