EM2000 BASIC/C-Programmable IoT Module
Introduction
The EM2000 is Tibbo's fastest, as well as the most powerful and versatile BASIC/C-programmable IoT module. It is a high-performance upgrade to our popular EM1000 device.
The module's hardware features include a 10/100BaseT Ethernet port; four serial ports supporting UART, Wiegand, and clock/data modes; four I²C/SPI ports; onboard flash; EEPROM; RTC; and up to 56 I/O lines.
The EM2000 is also excellent for prototyping your projects — it has the standard pin pitch of 2.54mm (0.1").
The EM2000 is fully supported by Tibbo IDE (TIDE) and a dedicated EM2000 platform that covers all hardware facilities of the module. For convenient testing and evaluation, Tibbo offers the EM2000EV evaluation board, as well as the EM1000TEV and EM1000EV development systems (they are compatible with the EM2000 module). The EM2000 can also support Wi-Fi and GPRS communications.
EM2000 Advantages Over the EM1000 Module
The EM2000 is a high-performance upgrade to our EM1000. Here is small list of important improvements:
- 32-bit architecture (vs. 16-bit architecture of the EM1000).
- Five to 80 times better performance, depending on the calculations and variable types.
- Seven times faster GPIO manipulation.
- Three times larger available user SRAM (66KB vs. 22KB).
- 1.5-3.0 times faster graphics.
- 2.2 times lower power consumption (100mA vs. 220mA).
- Two times larger flash memory (1MB for TiOS/code + 1MB for the file system vs. 1MB total for TiOS, code, and file system).
- 56 I/O lines (vs. 54 lines on the EM1000).
- Four-channel ADC.
- The ability to update TiOS firmware and compiled Tibbo BASIC/C app over-the-air (this requires the WA2000 add-on module).
Hardware Features
- 32-bit architecture
- 10/100BaseT auto-MDIX Ethernet port (standard Ethernet magnetics are NOT integrated into the module)
- Optional Wi-Fi interface (requires the WA2000)
- Optional BLE interface (requires the WA2000)
- Can control a GPRS modem(1) (such as the SIM900)
- Four high-speed serial ports (CMOS-level)
- Baudrates of up to 460,800bps
- None(2)/even/odd/mark/space parity modes
- 7(2)/8 bits/character
- Full-duplex mode with RTS/CTS and XON/XOFF flow control
- Half-duplex mode with direction control
- Encoding and decoding of Wiegand and clock/data streams
- 56 general-purpose I/O lines; eight lines can work as interrupts
- Square wave output (can be used for buzzer(1) control)
- Four-channel ADC
- Four synchronous serial ports with SPI and I²C modes
- Supports a 320x240 TFT LCD(1)
- Supports matrix and binary output keypads(1)
- RTC with dedicated backup power input
- 66KB SRAM for Tibbo BASIC/C variables and data
- 1MB flash for TiOS and application code
- Additional 1MB flash for the hardened fault-tolerant file system
- 2,048-byte EEPROM for data storage
- Three status LEDs onboard:
- Green and red main status LEDs
- Yellow Ethernet link LED
- Four control lines for external status LEDs:
- Two control lines for green and red main status LEDs
- Two control lines for Ethernet "link" and "100Mb" LEDs
- Software-controlled PLL allows selecting full, medium, or low speed
- Reliable power-on/brown-out reset circuit
- Power: 100mA @ 3.3V (100BaseT mode, full speed)
- Dimensions (LxWxH): 38.4 x 28.4 x 5.5mm
- Prototyping-friendly 2.54mm (100mil) pin pitch
- Operating temperature range: –40°C to +80°C
- Firmware and compiled Tibbo BASIC/C app are upgradeable through:
- The serial port
- Ethernet LAN
- Over-the-air (requires the WA2000).
- Tibbo BASIC/C application can be debugged through the Ethernet LAN (no additional debugging hardware is required)
- CE and FCC-certified
- Must be connected externally.
- The EM2000 does not support the combination of 7 bits/character mode and the "none" parity mode.
Programming Features
The EM2000 runs Tibbo OS (TiOS). The following is a list of the features supported by its programming platform:
- Objects:
- adc — provides access to four ADC channels
- beep — generates buzzer patterns
- bt — in charge of the BLE (Bluetooth Low-Energy) interface
- button — monitors the MD (setup) line
- fd — manages the flash memory file system and direct sector access
- io — handles I/O lines, ports, and interrupts
- kp — works with matrix and binary keypads
- lcd — controls the LCD
- net — controls the Ethernet port
- pat — "plays" patterns on up to five LED pairs
- ppp — accesses the Internet over a serial modem (GPRS, etc.)
- pppoe — accesses the Internet over an ADSL modem
- romfile — facilitates access to resource files (fixed data)
- rtc — keeps track of date and time
- ser — controls serial ports (UART, Wiegand, clock/data modes)
- sock — socket comms (up to 32 UDP, TCP, and HTTP sessions)
- ssi — controls serial synchronous interface channels (SPI, I²C...)
- stor — provides access to the EEPROM
- sys — in charge of general device functionality
- wln — handles the Wi-Fi interface
- Variable Types: Byte, char, integer (word), short, dword, long, real, string, plus user-defined arrays and structures
- Function groups: String functions, trigonometric functions, date/time conversion functions, encryption/hash calculation functions, and more