Data Sheet
5/5/2018 DS1101W Platform
http://docs.tibbo.com/taiko/index.html?platform_ds1101w.htm 2/2
to you to decide which lines are used as RTS and CTS, and which channels they will belong to. Proper
mapping will be required to implement each particular arrangement.
4. Although the platform itself supports remapping, actual "wires" connecting the system to the GA1000
are fixed and your mapping should reflect this:
CS 15- PL_IO_NUM_15
CLK 14- PL_IO_NUM_14
DI 12- PL_IO_NUM_12
DO 13- PL_IO_NUM_13
RST 11- PL_IO_NUM_11
Supported Objects, variable types, and functions
• Sock — socket communications (up to 16 UDP, TCP, and HTTP sessions);
• Net — controls the Ethernet port;
• Wln — handles the Wi-Fi interface (requires GA1000 add-on module, i.e. "G" device option);
• Ser — in charge of the serial ports (on this device, serial channels of the RS232 port);
• Io — handles I/O lines, ports, and interrupts;
• Lcd — controls the 96x32 monochrome OLED display (therefore, requires the "D" device option);
• Fd — manages flash memory file system and direct sector access;
• Stor — provides access to the EEPROM;
• Romfile — facilitates access to resource files (fixed data);
• Pppoe — provides access to the Internet over an ADSL modem;
• Ppp — provides access to the Internet over a serial modem (GPRS, POTS, etc.);
• Pat — "plays" patterns on a pair of LEDs;
• Beep — generates buzzer patterns;
• Button — monitors the MD line (setup button);
• Sys — in charge of general device functionality.
As all displays of this type, the DS1101's OLED display has a limited life span. There will be a
decrease in the display brightness after ~10000 hours of operation. To prolong display life,
use the lcd.lock method to turn the display off whenever possible. Display image is preserved
when the display is "locked".
This platform supports the standard set of variable types and functions (a.k.a. "syscalls").
Platform-specific constants
You can find them here.