* These are Tibbo BASIC/C-programmable devices and their function depends on the loaded app.
We offer many ready-to-use apps, among them a serial-over-IP (SoI) app and Modbus Gateway app.
LED and Webserver

LED and Webserver

Release Date:20 April 2007
Project files:
Open GitHub repository
Platforms:
Library:
Try it on:Any programmable Tibbo device

About the Application

This program sets up a simple web page on the device, with a form which is used to control the LEDs of the device. The form can be used for turning on either of the two LEDs, and also for entering a complex sequence of LED flashes. After entering a complex sequence and submitting the form, the sequence can be played by pressing the button on the device itself.

The demo shows the following basics:

  • Building an interactive web page with embedded Tibbo BASIC code
  • Using web forms
  • Controlling the LEDs
  • Interacting with the hardware button - working with events
LED and Webserver