Giter Club home page Giter Club logo

scbcarnivalppsigns's Introduction

NOTE

This repo is being abandoned / retired in favor of my newer solution located here. This will continue to work, but I will not be improving it.

SCBCarnivalPPSigns Background

From Microsoft Win10 IOT Digital Signage example, implementation for concession at carnival

This requires the current build of Windows 10 IOT as of May 2017 which is 15063.

It has been tested on a Raspberry Pi 3 (ARM SOC) and an Intel Compute Stick (Intel Atom SOC). Performance seems better on the Intel SOC.

This has two folders, first is IOT which is the Windows 10 IOT solution. The SERVER folder is a website example that the IOT code will load.

Customization

When customizing, edit the Assets/config.xml and you can place in what assets and their duration. For example to run an arbitray image, place the image in the Assets folder and the XML would look like:

<file path="Assets\Screens\Oyster_special.png" duration="15"/>

To load a webpage, it would look like:

<file type="webpage" path="http://scbcarnival.com/5050" duration="20"/>

And the duration is how long to display in seconds.

Deploying

You can load the solution in Visual Studio and deploy to Remote machine (the IOT device).

Additionally, you can right click on the solution and go to Store, Create App Pakages to build the APPX package. A sample is in the release.

The APPX package can be deployed via the webpage (http://IOTHOST:8080) and upload the APPXBundle package and Dependencies.

After deployed, you need to set the app to be default for startup.

Use

Once deployed and set as the default app, whenever power is applied to the IOT device, the sign will run.

Performance wise, especially for websites, I have noticed that it takes a few rotations for the system to "warm up" and cache assets. After this, the performance gets better.

The way the app works is the slide show will automatically start. You can also start immediately by pressing the big button.

The settings menu also triggers the option to hide any asset containing _specials which can be useful if a special runs out mid-night. It can also disable all web page assets if there is no internet connection.

screenshot 1

scbcarnivalppsigns's People

Contributors

graboskyc avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

polguillermo23

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.