A simple demo of the new features in Release 2 of Taiko and EM1000. Arrays, user-defined types and 32-bit variables in a dynamic web page environment using built-in resource files.
This project implements a simple HTML login form. Enter a username and password in /index.html, then click login. The result is displayed on the next HTML page (/login.html).
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
EM1206 I/O position
- PL_IO_NUM_0_RX0_INT0 'RX
- PL_IO_NUM_1_TX0_INT1 'TX
- PL_IO_NUM_2_RX1_INT2 'RX2
- PL_IO_NUM_3_TX1_INT3 'TX2
- PL_IO_NUM_4_RX2_INT4 'RX3
- PL_IO_NUM_5_TX2_INT5 'TX3
- PL_IO_NUM_6_RX3_INT6 'RX4
- PL_IO_NUM_7_TX3_INT7 'TX4
example : |