Wemos® TTGO ESP32 Dev Module WiFi + Bluetooth 4MB Flash

$24.99
  Availability: In Stock
  Shipping: Free Airmail 
  Estimated Delivery: 
   Bulk Savings (Buy more save more)
+
  •   Shipping Methods

    Handling Time

    Before we can ship your order, we prepare your products, do strict quality-control tests and carefully package the items. The time it takes to prepare your items for shipping is separate from the delivery time. It usually takes 1-3 business days to ship out .

    Shipping Methods

    You can choose the preferred shipping method on the cart page during the checkout process. We offers 3 international shipping methods:

    1. Airmail – Free untracked economy shipping via national postal services (HK Post, Singapore Post, China Post, PostNL, Swiss Post, Sweden Post, USPS, Royal Mail e.t.c.)
    2. Airmail Registered – Tracked shipping via national postal services (HK Post, Singapore Post, China Post, PostNL, Swiss Post, Sweden Post, USPS, Royal Mail e.t.c.)
    3. Expedited Shipping – Express shipping with courier delivery (DHL, UPS, FedEx, TNT)

    Delivery Time

    Airmail and Airmail Registered Area Estimated Delivery Time
    United States, Canada 7-25 business days
    Australia, New Zealand, Singapore, United Arab Emirates 10-25 business days
    United Kingdom, France, Spain, Germany, Netherlands, Japan, Belgium, Denmark, Finland, Ireland, Norway, Portugal, Sweden, Switzerland 10-25 business days
    Italy, Brazil, Russia, South Africa 10-45 business days
    Other countries 10-35 business days
    Expedited Shipping 3-10 business days to Worldwide

    Note: If you choose an expedited shipping, please remember to leave a valid contact number, this is required for expedited shipping’s courier delivery.

  •  Returns & Refund

    Last updated October 05, 2022

    Returns

    If you are not completely satisfied with your purchase for any reason, you may return it to us for a full refund within 15 days from delivery date. All returned items must be in new and unused condition, with all original tags and labels attached.

    Return Process

    To return an item, please email our customer service at sales@alexnld.com to obtain a Return Merchandise Authorization (RMA) number. After receiving a RMA number, place the item securely in its original packaging, and mail your return to the following address:

    Alex NLD
    Attn: Returns
    RMA #
    HaGiborim St 8
    Tiberias, 14388
    Israel

    Please note, you will be responsible for the return shipping charges. We strongly recommend that you use a trackable method to mail your return.

    All customers should contact us and obtain Return Merchandise Authorization (RMA) number before sending anything to us. We will not be responsible for returned item(s) without notifying us in advance.

    Refunds

    After receiving your return and inspecting the condition of your item, we will process your refund to the credit / debit card or PayPal account which was used to place the original order.

    Please allow at least seven (7) days from the receipt of your item to process your refund. Refunds may take 1-2 billing cycles to appear on your credit card statement, depending on your credit card company. We will notify you by email when your refund has been processed.

    Exceptions

    If an item is found damaged or defective on receipt, we kindly ask you to contact us within 15 days from the delivery date to arrange a refund or exchange without physical return of the item.

    Please provide us with following:

    1. Photos of the front and back sides of the packaging box;
    2. A photo, video or screenshot of the defective item or the defective part of the parcel.

    Our customer service team will communicate with you to arrange a refund or reshipment without physical return of the item.

    Warranty & Repair service

    If any of the items you have purchased from us is found defective within 1 year from receipt, you are entitled to a repair under warranty. Please kindly provide us with evidence photos or videos of the defective item. After providing such information to our Customer Service team  and the problem is acknowledged, you can send the items back to us for a repair.

    Note:  Please be aware, we do not cover the cost of the returns fees in  warranty & repair service.

    Order Cancellation

    If you want to cancel an order within 24 hours from confirmation of the payment, you will be entitled to a full refund. It is still possible to cancel an order after 24 hours, provided that it has not yet been shipped. If an order has been shipped, it’s impossible for us to cancel or modify it anymore. If you still want a refund, you required to return the item on it’s arrival.

    Questions

    If you have any questions concerning our return policy, please contact us at:

    +972 054-536-2888
    sales@alexnld.com

     


  Share

Power Pins:

GND – this is the common ground for all power and logic
BAT – this is the positive voltage to/from the JST jack for the optional Lipoly battery
USB – this is the positive voltage to/from the micro USB jack if connected
EN – this is the 3.3V regulator's enable pin. It's pulled up, so connect to ground to disable the 3.3V regulator
3V – this is the output from the 3.3V regulator. The regulator can supply 500mA peak but half of that is drawn by the ESP32, and it's a fairly power-hungry chip. So if you need a ton of power for stuff like LEDs, motors, etc. Use the USB or BAT pins, and an additional regulator
 
Logic pins:
 
This is the general purpose I/O pin set for the microcontroller. All logic is 3.3V
The ESP32 runs on 3.3V power and logic, and unless otherwise specified, GPIO pins are not 5V safe!
 
Serial pins:
 
RX and TX are the additional Serial1 pins, and are not connected to the USB/Serial converter. That means you can use them to connect to UART-devices like GPS's, fingerprint sensors, etc.
The TX pin is the output from the module. The RX pin is the input into the module. Both are 3.3V logic
 
I2C & SPI pins:
 
You can use the ESP32 to control I2C and SPI devices, sensors, outputs, etc. If using with Arduino, the standard Wire and SPI devices work as you'd expect!
Note that the I2C pins do not have pullup resistors already! You must add them if you want to communicate with an I2C device
 
GPIO & Analog Pins:
 
There are tons of GPIO and analog inputs available to you for connecting LEDs, buttons, switches, sensors, etc. Here's the remaining pins available.
Bottom row:
A0 – this is an analog input A0 and also an analog output DAC2. It can also be used as a GPIO #26
A1 – this is an analog input A1 and also an analog output DAC1. It can also be used as a GPIO #25
A2 – this is an analog input A2 and also GPI #34. Note it is not an output-capable pin!
A3 – this is an analog input A3 and also GPI #39. Note it is not an output-capable pin!
A4 – this is an analog input A4 and also GPIO #36
A5 – this is an analog input A5 and also GPIO #4
21 – General purpose IO pin #21
Top row:
13 – This is GPIO #13 and also an analog input A12. It's also connected to the red LED next to the USB portIt's also connected to the red LED next to the USB port
12 – This is GPIO #12 and also an analog input A11. This pin has a pull-down resistor built into it, we recommend using it as an output only, or making sure that the pull-down is not affected during boot.
27 – This is GPIO #27 and also an analog input A10
33 – This is GPIO #33 and also an analog input A9. It can also be used to connect a 32 KHz crystal.
15 – This is GPIO #15 and also an analog input A8
32 – This is GPIO #32 and also an analog input A7. It can also be used to connect a 32 KHz crystal.
14 – This is GPIO #15 and also an analog input A6
 
https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers
 
Here are: https://espressif.com/en/products/hardware/esp32/overview
 
240 MHz dual core Tensilica LX6 microcontroller with 600 DMIPS
Integrated 520 KB SRAM
Integrated 802.11b/g/n HT40 Wi-Fi transceiver, baseband, stack and LWIP
Integrated dual mode Bluetooth (classic and BLE)
4 MByte flash
On-board PCB antenna
Ultra-low noise analog amplifier
Hall sensor
10x capacitive touch interface
32 kHz crystal oscillator
3 x UARTs (only two are configured by default in the Feather Arduino IDE support, one UART is used for bootloading/debug)
2 x I2C (only one is configured by default in the Feather Arduino IDE support)
12 x ADC input channels
2 x I2S Audio
2 x DAC
PWM/timer input/output available on every GPIO pin
OpenOCD debug interface with 32 kB TRAX buffer
SDIO master/slave 50 MHz
SD-card interface support

Package included:

1 x Wemos® TTGO ESP32 Dev Module WiFi + Bluetooth 4MB Flash

Reviews

There are no reviews yet.


Be the first to review “Wemos® TTGO ESP32 Dev Module WiFi + Bluetooth 4MB Flash”

Your email address will not be published. Required fields are marked *


Q & A

There are no questions yet

Ask a question

Your question will be answered by a store representative or other customers.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Thank you for the question!

Your question has been received and will be answered soon. Please do not submit the same question again.

Error

Warning

An error occurred when saving your question. Please report it to the website administrator. Additional information:

Add an answer

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Thank you for the answer!

Your answer has been received and will be published soon. Please do not submit the same answer again.

Error

Warning

An error occurred when saving your answer. Please report it to the website administrator. Additional information:

Product ID: 4895104 Category:
Close My Cart
Close Wishlist
Close

Close
Navigation
Categories