TTGO TCall & SIM800C-DS V02 ESP32 WIFI Bluetooth Nano Card Slot SIM800C Development Board
₹2,686.00
- Working voltage: 2.7V-3.6V
- Chipset: ESP32-WROVER-B
- SIM Type: SIM800C
- SRAM: 520 kB SRAM
- Button: Power Switch, Reset
- External port: SIM Antenna, MIC, Speaker
- USB to TTL: CP2104
Did you like this product? Add to favorites now and follow the product.
Description
This is a TTGO TCall & SIM800C-DS V02 ESP32 WIFI Bluetooth Nano Card Slot SIM800C Development Board. The Module is a custom ESP32 based development board with an onboard 2G/GPRS Module SIM800C. The new board combines ESP32 WiFi & Bluetooth WiSoC with SIMCom SIM800C GPRS module, and also happens to rely on a USB-C port for power and programming instead of the more common micro USB port on this type of hardware.
There’s limited information about the board, and basically, all we got is this Github repo with a link to an Arduino sample, a library to control Seeduino GPRS, as well as datasheets and AT commands set for SIM800. Checking out Seeeduino GPRS Wiki may help getting started with the TTGO T-Call board.
Useful link:
- We will need “StreamDebugger.h” header file. To download it, go to “Attachments” tab of webpage. Download and unzip the folder. Copy the entire folder into your Arduino folder or in Libraries folder.
- For main program, download the ZIP folder given in “Attachments” tab of webpage. Unzip the folder, goto Examples folder. Select Arduino TinyGSM folder. Open arduino file.
- Copy the link given following into Preferences of Arduino IDE. Stable Link: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json . After that, click OK.
- Now, go to the Tools->Board->Board Manager. Search ESP32. Install it.
- After installation, go to “ESp32 Arduino” menu which is below the Board Manager. Select “ESP32 Wrover Module”.
- It is mandatory to insert the SIM card which has 2G bands also.(Non-JIO because JIO does not have 2G bands). Also, write your SIM’s Access Point Name in the program.
- Uncomment the following line: #define SIM800C_AXP192_VERSION_20200609 .
- Select correct COM port, compile and upload the program. Check the output in Serial monitor.
Features:
- The wireless module is integrated with ESPRESSIF-ESP32 240MHz Xtensa dual-core 32-bit LX6 microprocessor.
- It needs a power supply of 5V/1A and has a Type C port.
- It features 802.11 b/g/n wifi protocol and Bluetooth v4.2BR/EDR and BLE standard protocol.
- The wireless communication module supports cloud server development and SDK for user firmware development.
Package Includes:
1 x TTGO TCall & SIM800C-DS V02 ESP32 WIFI Bluetooth Nano Card Slot SIM800C Development Board
1 x Power Connecting cable
1 x Sticker Antenna
1 x Berg Pins.
Additional information
Chipset | ESP32-WROVER-B |
---|---|
FLASH | 4MB |
PSRAM | 8MB |
Power Supply | USB 5V |
Charging current | 500mA |
Battery Required | 3.7V lithium battery |
USB to TTL | CP2104 |
Working voltage | 2.7V-3.6V |
Transmit Power | 22dBm |
Communication distance | 300 m |
On-board clock | 40MHz |
Working temperature range | -40~85℃ |
Length (mm) | 75 |
Width (mm) | 30 |
Weight (gm) | 17 |
Quick Comparison
Settings | TTGO TCall & SIM800C-DS V02 ESP32 WIFI Bluetooth Nano Card Slot SIM800C Development Board remove | NanoPi Neo-LTS remove | EDATEC ED-CM4SEN baseboard with WIFI Antenna 4G Module Metal Case 2GB RAM and 8GB EMMC remove | Adafruit Pro Trinket – 5V 16 MHz remove | Spark-fun Open-log Artemis (without IMU) remove | Adafruit METRO 328 Fully Assembled – Arduino IDE compatible – ATmega328 remove | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | TTGO TCall & SIM800C-DS V02 ESP32 WIFI Bluetooth Nano Card Slot SIM800C Development Board remove | NanoPi Neo-LTS remove | EDATEC ED-CM4SEN baseboard with WIFI Antenna 4G Module Metal Case 2GB RAM and 8GB EMMC remove | Adafruit Pro Trinket – 5V 16 MHz remove | Spark-fun Open-log Artemis (without IMU) remove | Adafruit METRO 328 Fully Assembled – Arduino IDE compatible – ATmega328 remove | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Image | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SKU | 1031143 | 1470330 | 1443753 | 1383205 | 1341482 | 1383201 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rating | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Price | ₹2,686.00 | ₹2,339.00 | ₹19,999.00 | ₹1,349.00 | ₹3,989.00 | ₹2,299.00 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Stock | In Stock
| Out of stock
| Out of stock
| In Stock
| In Stock
| In Stock
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Availability | In Stock | Out of stock | Out of stock | In Stock | In Stock | In Stock | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Add to cart | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description |
|
|
|
|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Content | This is a TTGO TCall & SIM800C-DS V02 ESP32 WIFI Bluetooth Nano Card Slot SIM800C Development Board. The Module is a custom ESP32 based development board with an onboard 2G/GPRS Module SIM800C. The new board combines ESP32 WiFi & Bluetooth WiSoC with SIMCom SIM800C GPRS module, and also happens to rely on a USB-C port for power and programming instead of the more common micro USB port on this type of hardware. There’s limited information about the board, and basically, all we got is this Github repo with a link to an Arduino sample, a library to control Seeduino GPRS, as well as datasheets and AT commands set for SIM800. Checking out Seeeduino GPRS Wiki may help getting started with the TTGO T-Call board. Useful link:
Features:
Package Includes:1 x TTGO TCall & SIM800C-DS V02 ESP32 WIFI Bluetooth Nano Card Slot SIM800C Development Board | NanoPi NEO Open Source Allwinner H3 Development Board Super Raspberry Pie Quad-core Cortex-A7 DDR3 RAM 512MB Run Ubuntu Core CPU Allwinner H3, Quad-core Cortex-A7 Up to 1.2GHz, 512MB DDR3 RAM, Connectivity: 10/100M Ethernet, USB Host Type-A, USB 2.0 x3 OS/Software: u-boot, Ubuntu-Core-Xenial, Debian-Jessie, PCB Dimension: 40 x 40 mm, Power Supply: DC 5V/2A, Debug Serial Port: 4Pin, 2.54 mm pitch pin header. GPIO1: 2.54mm pitch 24pin. It includes UART, SPI, I2C, IO etc. GPIO2: 2.54mm pitch 12pin. It includes USB, IR, SPDIF, and I2S The NanoPi NEO is an Allwinner H3 based timy ARM board. It’s very well featured as a platform for IOT projects and innovations for makers and geeks. Features:
Packages Includes:1 x NanoPi Neo-LTS | ED-CM4SEN is an industrial computer designed for IoT & Data Acquisition applications based on Raspberry Pi Compute Module 4 (CM4 for short). It makes full use of the structural flexibility of CM4 to solve the heat dissipation problem of the CPU, wireless module, and PMU. The external antenna improves the reliability of wireless communication. For application scenarios that require large data storage capacity, the user can use eMMC to install the operating system and store the application data, at the same time, the user can use an SD card to store large user data, compared to the built-in eMMC memory, SD card can offer larger capacity and its cost is more effective. Features:
Package Includes:1 x EDATec ED-CM4SEN baseboard with WIFI Antenna 4G Module Metal Case 2GB RAM and 8GB EMMC
| Trinket’s got a big sister in town – the Pro Trinket 5V! Pro Trinket combines everything you love about Trinket with the familiarity of the common core Arduino chip, the ATmega328. It’s like an Arduino Pro Mini with more pins and USB tossed in, so delicious. Trinket’s a year old now, and while its been great to see tons of tiny projects, sometimes you just need more pins, more FLASH, and more RAM. That’s why we designed Pro Trinket, with 18 GPIO, 2 extra analog inputs, 28K of flash, and 2K of RAM. Like the Trinket, it has onboard USB bootloading support – we opted for a MicroUSB jack this time. We also added Optiboot support, so you can either program your Pro Trinket over USB or with a FTDI cable just like the Pro Mini and friends. The Pro Trinket PCB measures only 1.5″ x 0.7″ x 0.2″ (without headers) but packs much of the same capability as an Arduino UNO. So it’s great once you’ve finished up a prototype on an official Arduino UNO and want to make the project smaller. The Pro Trinket 5V uses the Atmega328P chip, which is the same core chip in the Arduino UNO/Duemilanove/Mini/etc. at the same speed and voltage. Features:
Package Includes:1 x Adafruit Pro Trinket – 5V 16 MHz | The Spark-fun OpenLog Artemis is an open source data logger that comes preprogrammed to automatically log GPS, serial data, and various pressure, humidity, and distance sensors. All without writing a single line of code! OpenLog Artemis, or “OLA,” automatically detects, configures, and logs Qwiic sensors. The OLA is specifically designed for users who just need to capture a lot of data to a CSV and get back to their larger project. Simply connect a compatible Qwiic-enabled device, power up the OpenLog Artemis, and all incoming serial data is automatically recorded to a log file with baud rates up to 500000bps [1], supported! The OLA also has four ADC channels available on the edge of the board. Voltages up to 2V can be logged with 14-bit precision up to 1900Hz for one channel and 1000Hz logging all four channels. Additionally, based on feedback from users we’ve added an on-board RTC so that all data can be time stamped. The OpenLog Artemis is highly configurable over an easy to use serial interface. Simply plug in a USB-C cable and open a terminal at 115200bps. The logging output is automatically streamed to both the terminal and the micro-SD. Pressing any key will open the configuration menu Features:
Specifications:
Package Include:1 X Spark-fun Open-log Artemis (without IMU) | Adafruit METRO is a derivative of the Arduino UNO board (RS 769-7409) so you can find plenty of projects and example code to use and adapt. Running the ATmega328P at 16 MHz with 32 KB of flash and 2 KB of RAM it is perfect for most simple projects. There are 19 GPIO pins including analogue inputs, hardware UART, SPI and I²C, timers and PWM. Logic level is 5 V but it can easily be converted it to 3.3 V. Features:
Package Includes:1 x Adafruit METRO 328 Fully Assembled – Arduino IDE compatible – ATmega328 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Weight | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Dimensions | N/A | N/A | N/A | N/A | N/A | N/A | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Additional information |
|
|
|
|
|
