Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
SparkFun WRL-13711 ESP8266 Thing - Dev Board — image 1
Hover to zoom

1 / 4 · Click to enlarge

SparkFun

SparkFun WRL-13711 ESP8266 Thing - Dev Board

29+ bought in past month
AI Summary
Other ESP WIFI Modules for everyday users

The SparkFun WRL-13711 ESP8266 Thing - Dev Board by SparkFun is a mid-range other esp wifi modules designed for everyday users. It features Item Type: Development Board and Based On: ESP8266 Based.

₹1,716
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹1,716
Buying tip: A well-rounded choice at a fair price. Recommended for most buyers.
Estimated delivery: 16 Aug30 Aug
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Item Type: Development Board
Based On: ESP8266 Based
Supply Voltage: 3.3 ~ 5
Length (mm): 56
Width (mm): 26.5
Weight (g): 6

Ideal For

Electronics projectsArduino / Raspberry Pi buildsPrototyping
Share:
SKU: robu-637315Category: Other ESP WIFI Modules

About This Product

The SparkFun WRL-13711 ESP8266 Thing - Dev Board by SparkFun is a mid-range other esp wifi modules designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Item Type: Development Board
  • Based On: ESP8266 Based
  • Supply Voltage: 3.3 ~ 5 — works with standard household power
  • Length (mm): 56
  • Width (mm): 26.5
  • Weight (g): 6
  • Shipping Weight: 0.01 kg
  • Shipping Dimensions: 7 × 4 × 2 cm

Why Buy from Pricio?

Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

This is the SparkFun ESP8266 Thing Dev Board – a development board that has been solely designed around the ESP8266, with an integrated FTDI USB-to-Serial chip. The ESP8266 is a cost-effective and very capable WiFi-enabled microcontroller. Like any microcontroller, it can be programmed to blink LEDs, trigger relays, monitor sensors, or automate coffee makers, and with an integrated WiFi controller, the ESP8266 is a one-stop-shop for almost any Internet-connected project.

To top it all off, the ESP8266 is incredibly easy-to-use: the firmware can be developed in Arduino and uploaded over a simple, serial interface. The ESP8266 Thing Development Board breaks out all of the module’s pins, and the USB-to-serial converter means you don’t need any peripheral components to program the chip. Just plug in a USB cable, download the Arduino board definitions, and start IoT-ing.

The ESP8266 Thing Development Board is a relatively simple board. The pins are broken out to two parallel, breadboard-compatible rows. The USB connector sits next to an optional power supply input, and an ON/OFF switch – controlling power to the ESP8266 – sits next to that. And LEDs towards the inside of the board indicate power, charge, and status of the IC. The ESP8266’s maximum voltage is 3.6V, so the Thing has an onboard 3.3V regulator to deliver a safe, consistent voltage to the IC.

That means the ESP8266’s I/O pins also run at 3.3V, you’ll need to level shift any 5V signals running into the IC. If your project requires a power source other than USB, the Thing Dev Board includes footprints for a 2-pin JST, 2-pin 3.5mm screw terminal, or a simple 0.1"-pitch 2-pin header. Unlike the original ESP8266 Thing, the ESP8266 Thing Dev Board does not have a built-in LiPo charger.

The Thing Dev Board even includes a PCB trace antenna as a default WiFi antenna, it’s cost-effective and actually works really well! If you need to connect a more sensitive antenna, or need to route outside an enclosure, a U.FL connector is also available on the board. Some soldering will be required to get the U.FL connector functioning but instructions can be found in the Hookup Guide we have written for the dev board.


How to Use?

Hookup guide click here!

Note: We've provided a few Example Sketches to experiment on your SparkFun ESP8266 Thing Development Board. These sketches can be found in the Hookup Guide in the Documents section below!


Features:

  1. All module pins are broken out.
  2. On-board FTDI USB-to-Serial.
  3. 802.11 b/g/n.
  4. Wi-Fi Direct (P2P), soft-AP.
  5. Integrated TCP/IP protocol stack.
  6. Integrated TR switch, balun, LNA, power amplifier and matching network.
  7. Integrated PLLs, regulators, DCXO and power management units.
  8. Integrated low power 32-bit CPU could be used as an application processor.
  9. +19.5dBm output power in 802.11b mode.

Package Includes:

1 x SparkFun ESP8266 Thing - Dev Board.

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.