TPP2W(G2) Platform
Hardware Devices Covered by This Platform
- Size 2 Tibbo Project PCB (TPP2), Gen. 2
- Optionally, with the WA2000 Wi-Fi/BLE add-on module
- Optionally, with the GA1000 Wi-Fi add-on module (no longer supported from TiOS V4)
- Tibbo Project System (TPS) devices based on the TPP2(G2)
- Optionally, with the WA2000 Wi-Fi/BLE add-on module
- Optionally, with the GA1000 Wi-Fi add-on module (no longer supported from TiOS V4)
Memory Space and Key Info
RAM |
66,816 bytes for application variables and data |
Flash |
786,432 bytes for application storage, and separately 1,048,576 bytes for data storage (dedicated flash disk memory) |
EEPROM |
2,040 bytes for application data |
TiOS Firmware Version |
Date |
Notes |
V4.01.02 (download) |
14NOV2022 |
|
V4.01.01 (download) |
26OCT2022 |
|
V4.00.01 (download) |
30DEC2020 |
|
V4.00.00 (download) |
25DEC2020 |
|
V3.80.18 (download) |
15JUL2019 |
|
32-bit platform |
|
Clock frequency (CLOCK) and clock control |
Frequency is fixed at 120MHz |
Available network interfaces |
Ethernet (net.), Wi-Fi (wln.) , PPP (ppp.), PPPoE (pppoe.)(1) |
Unidirectional(2) |
|
UART limitations |
Max practical baudrate ~460,800bps 7 bits/NO PARITY mode should not be used |
1 byte for TX, 1 byte for RX |
|
Depends on the serial port mode |
|
Interdependent |
|
Supported(3) |
|
ADC |
Available through Tibbit modules |
Pulse-width modulation (PWM) |
Available through Tibbit modules |
GA1000 support |
YES (no longer supported from TiOS V4) |
WA2000 support |
YES |
Supported(4) |
|
beep.divider calculation |
beep.divider = CLOCK / (4 * desired_frq), beep.divider must be in the 2-65535 range |
Recommended buzzer frequency divider |
2,700Hz, beep.divider = 11111 |
At this time, only the SSD1964 LCD controller is supported. Line remapping is not supported. |
|
28 bytes for MAC and device password storage |
|
128 bytes: 64 OTP bytes + 64 fixed bytes |
|
Dedicated |
|
Self-upgrades for the Tibbo-BASIC/C app. |
Supported through the fd.copyfirmware, fd.copyfirmwarelzo, fd.copyfirmwarefromfile, and fd.copyfirmwarefromfilelzo methods |
Green status (SG) LED Red status (SR) LED Yellow Ethernet status (EY) LED An LED bar consisting of five blue LEDs |
|
Ethernet / UDP Broadcast transport Ethernet / WinPCap transport |
1. The sock.allowedinterfaces property refers to the Ethernet interface as "NET," Wi-Fi as "WLN," PPP as "PPP," and PPPoE as "PPPOE." The sock.targetinterface and sock.currentinterface properties rely on the pl_sock_interfaces enum, whose members differ depending on the platform.
2. Surrounding board hardware and installed Tibbits dictate which GPIO lines must be used as inputs and which as outputs.
3. Default CTS/RTS mapping is different for each serial port:
RTS |
CTS |
|
Port 1 |
||
Port 2 |
||
Port 3 |
||
Port 4 |
4. Although the platform itself supports remapping, actual "wires" connecting the system to the GA1000 or WA2000 are fixed and your mapping should reflect this:
CS |
|
CLK |
|
DI |
|
DO |
|
RST |
Supported Objects, Variable Types, and Functions
- beep — generates buzzer patterns using the onboard buzzer
- bt — responsible for Bluetooth Low Energy (BLE) communications
- button — monitors the onboard setup (MD) button
- fd — manages flash memory file system and direct sector access
- io — handles I/O lines, ports, and interrupts
- kp — scans keypads of matrix and "binary" types(1)
- lcd — controls graphical display panels (several types supported)(2)
- net — controls the Ethernet interface
- pat — "plays" patterns on up to five LED pairs
- ppp — provides access to the Internet over a serial modem (4G, POTS, etc.)(3)
- romfile — facilitates access to resource files (fixed data)
- rtc — keeps track of date and time
- ser — in charge of serial ports (UART, Wiegand, and clock/data modes)
- sock — socket communications (up to 16 UDP, TCP, and HTTP sessions)
- ssi — implements up to four serial synchronous interface (SSI) channels, supports SPI, I²C, clock/data, etc.
- stor — provides access to the EEPROM
- sys — in charge of general device functionality
- wln — handles the Wi-Fi interface (requires a GA1000 or WA2000 add-on module to be plugged into the board)
- On this platform, the kp. object will normally handle the four-key sensor keypad built into the Size 2 Tibbo Project Box With LCD/Keys (TPB2L). The object can also be configured to communicate with an external keypad connected to the TPP2(G2) via Tibbits. Only one keypad can be serviced at a time.
- On this platform, the lcd. object will only work with the 320x240 TFT LCD with Solomon SSD1963 controller, which is built into the TPS2L.
- This may be an external modem connected to the TPP2(G2), a 4G (LTE) Tibbit, or a Cat-M1/NB-IoT Tibbit plugged into the board.
This platform supports the standard set of variable types and functions (a.k.a. "syscalls").
Platform-Specific Constants
- enum pl_redir — The list of constants that define buffer redirection (shorting) for this platform
- enum pl_io_num — The list of constants that define available I/O lines
- enum pl_io_port_num — The list of constants that define available 8-bit I/O ports
- enum pl_int_num — The list of constants that define available interrupt lines
- enum pl_sock_interfaces — The list of available network interfaces