LC-GSM-SIM800C-2 USB to GSM GPRS SIM800C Module with Bluetooth Computer Control Robotics Bangladesh
  • LC-GSM-SIM800C-2 USB to GSM GPRS SIM800C Module with Bluetooth Computer Control Robotics Bangladesh
  • LC-GSM-SIM800C-2 USB to GSM GPRS SIM800C Module with Bluetooth Computer Control Robotics Bangladesh

LC-GSM-SIM800C-2 USB to GSM GPRS SIM800C Module with Bluetooth Computer Control

RBD-1557
  • USB communication, no need write code
  • Support PC software automation
  • Double antenna
  • Support quad-band, universal worldwide
  • Support 2G/3G/4G
  • Automatically connect to the network
  • Adaptive frequency
BDT 1,750
Quantity
In-Stock

4 people have purchased this item in last 12 months
40 people recently added this item to the cart
25 items in stock
notifications Notify Me
  • Store Pickup Available! Store Pickup Available!
  • Free Ship Over 5000 BDT Free Ship Over 5000 BDT
  • Quality Product Quality Product
  • No Warranty No Warranty
  • No Replacement No Replacement

LC-GSM-SIM800C USB to GSM is a quad-band GSM/GPRS module with stable performance, compact appearance and high cost performance, which can meet the various needs of customers. Integrated USB to serial port chip, you can plug directly into the computer to debug. SIM800C operates at GSM/GPRS 850/900/1800/1900MHz which support to be used worldwide. It can transmit voice , SMS information and data information with low power consumption, and can be applied to different design requirements of many compact product.  Featured By RoboticsBD.

Product Images are shown for illustrative purposes only and may differ from the actual product.

RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD

Applications:

  1. Voice communication
  2. SMS information transmission
  3. Data communication
  4. Intelligent remote control
  5. Intelligent control
  6. Model control
  7. Robot control

RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD

Features:

  1. USB communication, no need write code
  2. Support PC software automation
  3. Double antenna
  4. Support quad-band, universal worldwide
  5. Support 2G/3G/4G
  6. Automatically connect to the network
  7. Adaptive frequency
  8. Support Bluetooth
  9. On-board original SIM800C GSM/GPRS module
  10. On-board CH340T USB to serial port chip, easy to install and high compatibility.
  11. Self-elastic SIM card slot design, can be used 2G/3G/4G Micro SIM and Nano card
  12. The module is powered on automatically to connect to the network, no need to press the button to power on, saving time and more convenient
  13. Support SMS messaging and provide management software
  14. Provide full set instruction of host computer source code (c#, vb) for reference
  15. Support GPRS data transmission under 2G network, which can be applied to mobile meter reading and other occasions
  16. Support Bluetooth data transmission, IEEE802.15 Bluetooth standard, 2.4GHz working frequency band; 17>.
  17. Support adaptive baud rate
  18. It works with LED indicator, when there is no network, no SIM card or SIM card is inserted, the LED light flashes quickly in 1 second interval, and it flashes every 3 seconds if normally work. RoboticsBD

RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD

General Specification
Product Name: SIM800C USB to GSM Module
Product Number: LC-GSM-SIM800C
Working Voltage: DC 5V
Working Temperature range: -20℃~85℃
Working Humidity range: 0%-95%RH
Size of Controller: 70*27*6mm
Size of Antenna: 50*17*11mm
Shipment Weight 0.015 kg
Shipment Dimensions 12 × 8 × 2 cm

Please allow 5% measuring deviation due to manual measurement.

RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD RoboticsBD

Documentation(Using Steps):

  1. Connect 2.4GHz GSM antenna
  2. Insert SIM card
  3. Connect module to PC
  4. Install CH340 drive software
  5. Module starts initializing and LED indicator will Flashes once every second
  6. LED indicator will Flashes once every 3 second after initialization successful
  7. Start using.

Documentation(Simple Operation):

1>.Call:

1.1>.Initiate a voice call:ATD189****3783;(Notice: semicolon; is needed!!! and ‘189****3783’ is a phone number).It will return OK if successful.

1.2>.Hang up a call: ATH.It will return OK if successful.

1.3>.Answer a call: ATA.It will return OK if successful.

2>.Send messages(TEXT MODE):

2.1>.After the module is automatically registered, user can start the operation.

2.2>.LED indicator will Flashes once every 3 second after initialization successful.It means module has linked 2G network.

2.3>.Communication instruction:

Send:AT+CMGF=1

Return:AT+CMGF=1

OK

Send:AT+CSCS='GSM'

Return:AT+CSCS='GSM'

OK

Send:AT+CMGS='10086'

Return:AT+CMGS='10086'

>

Send:The messages

(Note:The messages are just string with contain by '0~9' and 'A~Z')

Return:The messages

Send:1A

(Note:'1A' send as Hexadecimal)

Return:+CMSS:xxx

(E.g:+CMSS:237)

3>.GPRS Data transmission:

3.1>.AT+CGCLASS='B' //Set the mobile channel Class B, that is, the module supports packet switching and circuit switching mode, but does not support simultaneous operation.

Return:

AT+CGCLASS='B'

OK

3.2.>.AT+CGDCONT=1,"IP","CMNET" //Set PDP context flag 1 and use Internet Protocol (IP) access point as "CMNET"

Return:

AT+CGDCONT=1,"IP","CMNET"

OK

3.3>.AT+CGATT=1 //It is used to set up attachment and separation GPRS services.

Return:

AT+CGATT=1

OK

3.4>.AT+CIPCSGP=1,"CMNET" //Set GPRS connection, the access point is ”CMNET”.

Return:

AT+CIPCSGP=1,"CMNET"

OK

3.5>.AT+CLPORT="TCP","2000" //Set the TCP connection local port number to 2000.

Return:

AT+CLPORT="TCP","2000"

OK

3.6>.AT+CIPSTART="TCP","111.68.4.142",9090 //It is used to establish a TCP connection or register a UDP port number. The module will establish a TCP connection. For example, the connection destination address is 111.69.4.146 and the port is 9090. If the connection is successful, it will return: CONNECT OK (Note: the IP address needs to be the public IP address. )

Return:

AT+CIPSTART="TCP","111.68.4.142",9090

OK

CONNECT OK

3.7>.AT+CIPSEND //Module sends data to the server

Return:

AT+CIPSEND

>SIM800C test //Data content:SIM800C test.User can send other message.

Return:

SIM800C test

->

SEND OK  //Sent successfully

4>.If you need more debugging instructions, please refer to the SIM800C data sheet.

Documentation(SIM800C data sheet.):

  1. Datasheet

Package Includes:

1 x SIM800C USB to GSM Module

1 x Antenna

What is the price of LC-GSM-SIM800C-2 USB to GSM GPRS SIM800C Module with Bluetooth Computer Control in Bangladesh?

The latest price of LC-GSM-SIM800C-2 USB to GSM GPRS SIM800C Module with Bluetooth Computer Control in Bangladesh is BDT 1,750 You can buy the LC-GSM-SIM800C-2 USB to GSM GPRS SIM800C Module with Bluetooth Computer Control at best price from our RoboticsBD or visit RoboticsBD Office.

Please note that the product information provided on our website may not be entirely accurate as it is collected from various sources on the web. While we strive to provide the most up-to-date information possible, we cannot guarantee its accuracy. We recommend that you always read the product labels, warnings, and directions before using any product.

Product Images are shown for illustrative purposes only and may differ from the actual product.

Product Details
RBD-1557
25 Items
You might also like
SIM900A Mini Module 5V Robotics Bangladesh
Quick view

Reference: RBD-0318

SIM900A Mini Module 5V

This module is intended for advanced users who require moderate knowledge of GSM systems and microcontrollers. It needs wiring and firmware updates to unlock the country lock.  Dual-Band 900/ 1800 MHz GPRS multi-slot class 10/8GPRS mobile station class B Compliant to GSM phase 2/2+ Dimensions: 24*24*3 mm Weight: 3.4g Control via AT commands (GSM 07.07...

Price BDT 1,100
More
In-Stock
E-TECH SimonK 30A Brushless ESC Speed Controller Robotics Bangladesh
Quick view

Reference: RBD-0335

E-TECH SimonK 30A Brushless ESC Speed Controller

Features: Simonk Programe, Perfect drive Low voltage, over heat protection, with power on self detection function MCU and BEC with independant regulator, high anti-interference ability Throttle stroke adjustable, compatiable with different receivers, good low speed performance

Price BDT 1,200
More
Out of Stock
On sale! GPRS GSM SIM900 Arduino Shield Robotics Bangladesh
Quick view

Reference: RBD-0443

GPRS GSM SIM900 Arduino Shield

Based on SIMCom‘s SIM900 Module Quad-Band 850 / 900/ 1800 / 1900 MHz - would work on GSM networks in all countries across the world. Control by AT commands - Standard Commands: GSM 07.07 & 07.05 | Enhanced Commands: SIMCOM AT Commands. Short Message Service - so that you can send small amounts of data over the network (ASCII or raw hexadecimal).

Price BDT 2,400
More
In-Stock
A6 Pro Serial GPRS GSM Module Core Development Board Robotics Bangladesh
Quick view

Reference: RBD-0552

A6 Pro Serial GPRS GSM Module Core Development Board

Working frequency: quad-band network, 850 / 900 / 1800 / 1900MHz Working voltage: 4.8-9VDC(On-board voltage regulator circuit supply power for A6 module) Working Current: maximum of 2A. RoboticsBD

Price BDT 1,100
More
Out of Stock
SIM800L Mini GPRS GSM Module Robotics Bangladesh
Quick view

Reference: RBD-1039

SIM800L Mini GPRS GSM Module

The module was recycled from a mobile phone so you can say it is used. TTL serial port for serial port, you can link directly to the micro-controller. Don’t need MAX232. Power module automatically boots, homing network. Onboard signal lights all the way. It flashes slowly when there is a signal, it flashes quickly when there is no signal. In recent years...

Price BDT 450
More
In-Stock
TTGO T-Call ESP32 Wireless Module GPRS Antenna SIM Card SIM800L Board Robotics Bangladesh
Quick view

Reference: RBD-1412

TTGO T-Call ESP32 Wireless Module GPRS Antenna SIM Card SIM800L Board

Chipset :ESPRESSIF-ESP32 240MHz Xtensa® single-/dual-core 32-bit LX6 microprocessor FLASH: QSPI flash 4MB / PSRAM 8MB SRAM:520 kB SRAM Button: Reset USB to TTL: CP2104 Modular interface: UART,SPI,SDIO,I2C,PWM,TV PWM,I2S,IRGPIO On-board clock:40MHz crystal oscillator Working voltage:2.7V-3.6V Working current: About 70mA

Price BDT 2,950
More
Last items in stock
30 other products in the same category:
CH340 USB to ESP8266 Serial Wireless Wifi Module Adapter Board CH340 ESP-01 Development Microcontroller For Arduino Robotics
Quick view

Reference: RBD-0697

CH340 USB to ESP8266 Serial Wireless Wifi Module Adapter Board CH340 ESP-01 Development Microcontroller For Arduino

Driver Chip: CH340G Supports all basic windows versions. The adapter plate integrated 1000μF solid capacitors to ensure the current supply The power supply will not be a problem to make WIFI module crashes unresponsive. Using 3225 SMD crystal oscillator, improve the stability of serial work, on a beautiful and tall. Working voltage: 4.5V – 5.5V (Onboard...

Price BDT 199
More
In-Stock
ESP32-CAM External Antenna Robotics Bangladesh
Quick view

Reference: RBD-1852

ESP32-CAM External Antenna

IPEX To SMA Female External Antenna Adapter SMA Male Antenna for 2.4G WIFI Module Only Antenna and Adapter RF Cable  ESP32 Cam is not included

Price BDT 290
More
In-Stock
WeMos D1 mini Pro – ESP8266 based WiFi Module 16MB Robotics Bangladesh
Quick view

Reference: RBD-1812

WeMos D1 mini Pro – ESP8266 based WiFi Module 16MB

11 digital input/output pins Interrupt/PWM/I2C/one-wire 1 analog input(3.2V max input) 16M bytes(128M bit) Flash External antenna connector Built-in ceramic antenna New CP2104 USB-TO-UART IC

Price BDT 440
More
In-Stock
XBee 1mW Trace Antenna - Series 1 (802.15.
Quick view

Reference: RBD-0166

XBee 1mW Trace Antenna - Series 1 (802.15.4)

Description: This is the very popular 2.4GHz XBee module from Digi. These modules take the 802.15.4 stack (the basis for Zigbee) and wrap it into a simple to use serial command set. These modules allow very reliable and simple communication between microcontrollers, computers, systems, really anything with a serial port! Point to point and multi-point...

Price BDT 2,350
More
Out of Stock
On sale! GPRS GSM SIM900 Arduino Shield Robotics Bangladesh
Quick view

Reference: RBD-0443

GPRS GSM SIM900 Arduino Shield

Based on SIMCom‘s SIM900 Module Quad-Band 850 / 900/ 1800 / 1900 MHz - would work on GSM networks in all countries across the world. Control by AT commands - Standard Commands: GSM 07.07 & 07.05 | Enhanced Commands: SIMCOM AT Commands. Short Message Service - so that you can send small amounts of data over the network (ASCII or raw hexadecimal).

Price BDT 2,400
More
In-Stock
TTGO T-Call ESP32 Wireless Module GPRS Antenna SIM Card SIM800L Board Robotics Bangladesh
Quick view

Reference: RBD-1412

TTGO T-Call ESP32 Wireless Module GPRS Antenna SIM Card SIM800L Board

Chipset :ESPRESSIF-ESP32 240MHz Xtensa® single-/dual-core 32-bit LX6 microprocessor FLASH: QSPI flash 4MB / PSRAM 8MB SRAM:520 kB SRAM Button: Reset USB to TTL: CP2104 Modular interface: UART,SPI,SDIO,I2C,PWM,TV PWM,I2S,IRGPIO On-board clock:40MHz crystal oscillator Working voltage:2.7V-3.6V Working current: About 70mA

Price BDT 2,950
More
Last items in stock
MicroPython Board R3 ATmega328P+ESP8266, 8Mb flash, USB-TTL CH340G, Micro-USB Robotics Bangladesh
Quick view

Reference: RBD-1603

MicroPython Board R3 ATmega328P+ESP8266, 8Mb flash, USB-TTL CH340G, Micro-USB

USB-TTL converter. Logic Level: 5V. Operating Supply Voltage: 5V. Digital I/O Pins: 14. Analog I/O Pins: 6.

Price BDT 1,200
More
In-Stock
915MHz LoRa Antenna RP-SMA - 1/4 Wave 2dBi Robotics Bangladesh
Quick view

Reference: RBD-2234

915MHz LoRa Antenna RP-SMA - 1/4 Wave 2dBi

¼ wave rubber duck antenna 860-960MHz communication center frequency of 915MHz RP-SMA connector Gain is 2dBi with an overall length of 110mm

Price BDT 190
More
In-Stock
RS485 To TTL Module Stable UART Serial Port To RS485 Converter Function Board Robotics Bangladesh
Quick view

Reference: RBD-1870

RS485 To TTL Module Stable UART Serial Port To RS485 Converter Function Board

Compatible with 3.3V and 5.0V power supply. Compatible with 3.3V and 5.0V signal.  Semi-hole pads, onboard module, thin PCB, having a thickness of 0.8mm.  Has RXD, TXD signal indicator light, monitor send and receive status.

Price BDT 1,050
More
In-Stock
FlySky FS-RX2A Pro 2.4Ghz Receiver Robotics Bangladesh
Quick view

Reference: RBD-0957

FlySky FS-RX2A Pro 2.4Ghz Receiver

Item name: FS-RX2A Radio receiver Channel: 10 RF Range: 2.408-2.475GHZ Number of bands: 135 RX Sensitivity: -92dBm 2.4GHz protocol: AFHDS 2A Signal output: IBUS, PPM Compatible Transmitter: All AFHDS 2A Transmitter, Ex.: FS-I6, FS-I6X, FS-I6S, FS-TM8, FS-TM10, FS-I10.

Price BDT 1,200
More
Out of Stock
SIM800L Mini GPRS GSM Module Robotics Bangladesh
Quick view

Reference: RBD-1039

SIM800L Mini GPRS GSM Module

The module was recycled from a mobile phone so you can say it is used. TTL serial port for serial port, you can link directly to the micro-controller. Don’t need MAX232. Power module automatically boots, homing network. Onboard signal lights all the way. It flashes slowly when there is a signal, it flashes quickly when there is no signal. In recent years...

Price BDT 450
More
In-Stock
A6 Pro Serial GPRS GSM Module Core Development Board Robotics Bangladesh
Quick view

Reference: RBD-0552

A6 Pro Serial GPRS GSM Module Core Development Board

Working frequency: quad-band network, 850 / 900 / 1800 / 1900MHz Working voltage: 4.8-9VDC(On-board voltage regulator circuit supply power for A6 module) Working Current: maximum of 2A. RoboticsBD

Price BDT 1,100
More
Out of Stock
HW-353A SIM900A Module Development Board GSM GPRS Robotics Bangladesh
Quick view

Reference: RBD-1959

HW-353A SIM900A Module Development Board GSM GPRS

Single supply voltage 3.4V – 4.5V HW-353A SIM900A Module Development Board GSM GPRS The keypad and SPI display interface will give you the flexibility to develop customized applications. Serial port and Debug port can help you easily develop your applications. One audio channel includes a microphone input and a speaker output. Programmable General Purpose...

Price BDT 1,560
More
In-Stock
GPS Antenna 1575.42 MHz Robotics Bangladesh
Quick view

Reference: RBD-0729

GPS Antenna 1575.42 MHz SMA Male 3 Meter

Frequency (MHz) 1575 +/- 5 MHz Gain > 28 dBi (with LNA) Impedance (Ω) 50 Ω VSWR < 1.5 Polarization RHCP Power Handling (W) 50 watts Cable Length: 3Meter Connector: SMA-Male

Price BDT 399
More
In-Stock
5.8GHz Circular Polarized Mushroom Antenna SMA Set Tx/Rx for FPV Multicopter Robotics Bangladesh
Quick view

Reference: RBD-0284

5.8GHz Circular Polarized Mushroom Antenna SMA Set Tx/Rx for FPV Multicopter

Gain: 2.0dBi-2.5dBi Antenna connector: SMA Male Connector Standing wave ratio(SWR): <1.5 Weight: TxA10.3g, RxA 11.5g TxA is a circular-polarized Omni antenna with three lobes RxA is a circular-polarized Omni antenna with four lobes

Price BDT 990
More
In-Stock
M177 NRF24L01 2.4GHz Antenna Wireless Transceiver Module Robotics Bangladesh
Quick view

Reference: RBD-0103

M177 NRF24L01 2.4GHz Antenna Wireless Transceiver Module

This is M177 NRF24L01 2.4GHz Antenna Wireless Transceiver Module. The nRF24L01 is a highly integrated, ultra-low power (ULP) 2Mbps RF transceiver IC for the 2.4GHz ISM (Industrial, Scientific, and Medical) band. With peak RX/TX currents lower than 14mA, a sub μA power down mode, advanced power management, and a 1.9 to 3.6V supply range, the nRF24L01...

Price BDT 199
More
In-Stock
A6 GPRS GSM Module Robotics Bangladesh
Quick view

Reference: RBD-0841

A6 GPRS GSM Module

Supports Quad-band: GSM850, EGSM900, DCS1800 and PCS1900 Connect onto any global GSM network with any 2G SIM Make and receive voice calls using an external 8Ω speaker & electret microphone Facility to connect 4-pole TRRS mic and headset

Price BDT 900
More
Out of Stock
SIM800L NEW GPRS GSM Module Core Board Quad-band TTL Serial Port with the antenna Robotics Bangladesh
Quick view

Reference: RBD-2064

SIM800L NEW GPRS GSM Module Core Board Quad-band TTL Serial Port with the antenna

TTL serial port for serial port, you can link directly to the micro-controller. Don’t need MAX232. Power module automatically boots, homing network. Onboard signal lights all the way. It flashes slowly when there is a signal, it flashes quickly when there is no signal. Note: If you want to buy the cheaper recycled SIM800L Module Click here.

Price BDT 680
More
Sold-out
On sale! Arduino Android IOS HM-10 BLE Bluetooth 4.0 CC2540 CC2541 Serial Wireless Module Robotics Bangladesh
Quick view

Reference: RBD-0439

Arduino Android IOS HM-10 BLE Bluetooth 4.0 CC2540 CC2541 Serial Wireless Module

Bluetooth Protocol: Bluetooth Specification V4.0 BLE USB Protocol: USB V2.0 Operating Frequency: 2.4GHz ISM band Modulation Mode: GFSK (Gaussian Frequency Shift Keying) Transmitting Power: ≤4dBm Sensitivity: ≤-84dBm at 0.1% BER It’s easy to use and completely encapsulated. You can set it as slave or master. You can use AT command set the baud rate....

Price BDT 470
More
In-Stock
ESP8266 Dual WiFi Relay Module Internet Of Things Smart Home Mobile APP Remote Switch Robotics Bangladesh
Quick view

Reference: RBD-1337

ESP8266 Dual WiFi Relay Module Internet Of Things Smart Home Mobile APP Remote Switch

Transmission Distance(m) :400 Relay Channel:2 Trigger Voltage (VDC): 5 Switching Voltage (VAC):250@10A Switching Voltage (VDC):30@10A Baud Rate:9600 Note: Relay might be different from the picture as per stock

Price BDT 835
More
In-Stock
433 Mhz Remote Control and Wireless Receiver Module 4Ch output With Learning Button Robotics Bangladesh
Quick view

Reference: RBD-2135

433 Mhz Remote Control and Wireless Receiver Module 4Ch output With Learning Button

433 Mhz Remote Control and Wireless Receiver Module Learning Code 1527 Decoding 4 Channel Output with Learning Button DIY kit for Arduino/ARM/MCU Suitable for wireless power switches, remote control sockets, LED lights, electric doors, and more.

Price BDT 950
More
In-Stock
M590E GSM GPRS module Diy kits M590 GSM GPRS 900m-1800m sms CPU MCU test Robotics Bangladesh
Quick view

Reference: RBD-1134

M590E GSM GPRS module Diy kits M590 GSM GPRS 900m-1800m sms CPU MCU test

Easy to Assemble Comes With all Components Operating Voltage: 5VDC Operating Current: 200mA Compatible With Arduino and Raspberry Pi

Price BDT 850
More
In-Stock
HC-08 Bluetooth 4.0BLE Serial Port Module Robotics Bangladesh
Quick view

Reference: RBD-1928

HC-08 Bluetooth 4.0BLE Serial Port Module

Frequency: 2.4GHz ISM. Protocol: BLE 4.0. Max transmitting power: max. 4dBm. Modulation System: GFSK. Serial Baud Rate: 1200 to 115200 bps. Reference Distance: 80 meters.

Price BDT 950
More
In-Stock
Arduino Bluetooth Module HC-06 Robotics Bangladesh
Quick view

Reference: RBD-0040

Arduino Bluetooth Module HC-06

Bases at CSR BC04 Bluetooth technology. with build-in 2.4GHz PCB antenna It’s at the Bluetooth class 2 power level. Range test: 10 meters Operating voltage: 3.3V to 6V DC Operating current in pairing is in the range of 30~40mA.

Price BDT 330
More
In-Stock
ESP8285 IR Infrared Transmitter Receiver Module WIFI Remote Control Switch Robotics Bangladesh
Quick view

Reference: RBD-1670

ESP8285 IR Infrared Transmitter Receiver Module WIFI Remote Control Switch

The smallest 802.11b/g/n Wi-Fi SoC module Uses low power 32bit CPU and compatible with the application processor Main frequency up to 160MHz Built-in 10Bit high precision ADC Support UART/GPIO/PWM/ADC interface Integrate Wi-Fi MAC/BB/RF/PA/LNA

Price BDT 750
More
In-Stock
433Mhz Wireless Receiver Learning Code EV1527 Decoding Module 4Ch output With Learning Button Robotics Bangladesh
Quick view

Reference: RBD-2134

433Mhz Wireless Receiver Learning Code EV1527 Decoding Module 4Ch output With Learning Button

433Mhz Wireless Receiver Learning Code EV1527 Decoding Module 4-channel output with a learning button Compatible with Arduino/ARM/MCU Ideal for wireless power switch sockets, remote controls, LED lighting, and electric doors Wide range of applications in home automation, security systems, and remote control devices

Price BDT 490
More
In-Stock
AI-thinker A9G GSM/GPRS+GPS/BDS Development Board Robotics Bangladesh
Quick view

Reference: RBD-1138

AI-thinker A9G GSM/GPRS+GPS/BDS Development Board

Board Based On AI-Thinker A9 GPRS Module Supports Firmware Upgrade Via Serial Port Operating Voltage: 5v

Price BDT 1,940
More
In-Stock
FM Radio Transmitter Module Arduino Robotics Bangladesh
Quick view

Reference: RBD-1040

FM Radio Transmitter Module Arduino

FM 70-108MHz  Input Voltage 3v~5v

Price BDT 980
More
In-Stock
Software Radio RTL2832U + R820T2 RTL-SDR ADS-B DVB-T DAB SDR Receiver Robotics Bangladesh
Quick view

Reference: RBD-1604

Software Radio RTL2832U + R820T2 RTL-SDR ADS-B DVB-T DAB SDR Receiver

Supports Digital terrestrial video and radio program recording (records digital terrestrial TV on PC or Laptop).  The included Input Terrestrial Antenna will offer stable TV signal.   Supports Real Time digital video recording and broadcasting.   Supports Watching DVB-T digital TV and listen to DAB and FM radio. Full DVB-T bandwidth reception (at 6 / 7 /...

Price BDT 2,599
More
In-Stock
CC2530F256 Zigbee UART Wireless Core Development Board with Serial Port Robotics Bangladesh
Quick view

Reference: RBD-2136

CC2530F256 Zigbee UART Wireless Core Development Board with Serial Port

Very Few External Components Excellent Receiver Sensitivity and Robustness to Interference. Programmable Output Power Up to 4.5 dBm. High-Quality Construction

Price BDT 950
More
In-Stock

Our last Google reviews