Wino board Documentation

Wino board Documentation


  1. Introduction
  2. 1. Quickstart guide
  3. 2. WIFI-Library
    1. 2.1. Basic functions
    2. 2.2. Client mode functions
    3. 2.3. Access Point functions
    4. 2.4. TCP/UDP Client functions
    5. 2.5. TCP/UDP Server functions
  4. 3. Upgrades
    1. 3.1. OLED-Upgrade
  5. 4. Widgets
    1. 4.1. Widgets Library
    2. 4.2. WinoBOARD Control Center
  6. 5. Examples
    1. 5.1. Power saving and sleep modes
    2. 5.2. Interrupts
    3. 5.3. Power on WIFI
    4. 5.4. Print IP
    5. 5.5. Show WIFI-Setup (enable AP-Mode)
    6. 5.6. Communication with WIFI-module by USB-Terminal
    7. 5.7. TCP-Server
  7. 6. Hardware data
    1. 6.1. Layout
    2. 6.2. Specification
  8. 7. FAQ
  9. 8. Troubleshooting
    1. 8.1. Uploading code is very slow

Looking for a WinoBOARD?

Get one now!

© Florian Kopp
This information is supplied without liability.
All rights reserved.

    • A
    • A
    • Serif
    • Sans Serif
    • Normal
    • Sepia
    • Facebook
    • Twitter
    • Google+
    • Save as ePub
  • Wino board Documentation

WIFI-Library

The WIFI-Library is contained in the WinoBOARD-Addin for the Arduino IDE. To access the library please get sure you have selected the WinoBOARD [USB] board in the Tools->Board menu.

To use the library simply select Sketch -> Include Library -> WinoBOARD Library from the menu.

Or add this line on top of your code:

#include "wino.h"
  1. 2.1. Basic functions
  2. 2.2. Client mode functions
  3. 2.3. Access Point functions
  4. 2.4. TCP/UDP Client functions
  5. 2.5. TCP/UDP Server functions