● 19 min readShowdown: Benewake TFMini Plus vs YDLIDAR SDM15
Vol. 49 | The Single-Point LiDAR Standoff It all comes down to range versus speed. One gives you a fixed, dependable 1000Hz sample rate out to 12 mete
Read Article →| Bulk Pricing | ||
|---|---|---|
| QTY | Unit Price(Inlc. GST) | |
| 10+ | ₹5,879.02 ₹ 4982.22 + 896.8 GST | |
| 20+ | ₹5,819.03 ₹ 4931.38 + 887.65 GST | |
| 30+ | ₹5,759.04 ₹ 4880.54 + 878.5 GST | |
| 50+ | ₹5,639.06 ₹ 4778.86 + 860.19 GST | |
Bring rock-solid wired networking to your IoT projects! The LILYGO T-Internet-POE V2 features an ESP32-WROOM module, a LAN8720A Ethernet PHY, a MicroSD slot, and native Power-over-Ethernet (PoE) support. Includes the CH340C Downloader board.
The Power of Single-Cable Deployment The defining feature of the T-Internet-POE is its integrated Si3404 Power-over-Ethernet (PoE) PD chip. Complying with the IEEE 802.3af standard, this board accepts 36V to 57V inputs directly through the RJ45 Ethernet cable and seamlessly steps it down to a stable 5V system voltage. This means you can deploy sensors, gateways, or relays in remote ceilings, attics, or industrial cabinets without ever needing to hire an electrician to run a dedicated 110V/220V power line. One Cat5e cable provides both your power and your data!
Hardwired Stability via LAN8720A While the onboard ESP32-WROOM module still provides excellent 2.4 GHz Wi-Fi and Bluetooth 4.2 connectivity, Wi-Fi can be susceptible to interference and dropouts. For mission-critical smart home nodes (like Home Assistant Bluetooth proxies or security relays), the T-Internet-POE utilizes the trusted LAN8720A Ethernet PHY transceiver. This provides a hyper-stable, low-latency 10/100M wired network connection that will not fail when your microwave turns on.
Data Logging and Easy Programming Because network nodes often log massive amounts of data, this board features a built-in TF (MicroSD) card slot for gigabytes of local offline storage. Furthermore, this specific kit includes the LILYGO Downloader Expansion Board. The main PoE board does not have a built-in USB-to-Serial chip to save space and cost. The included Downloader board (featuring a CH340C chip) connects to the custom pinout on the rear of the board, allowing you to flash your firmware via USB Type-C effortlessly.
Specifications
Microcontroller: ESP32-WROOM (Dual-core, 240 MHz)
Ethernet Transceiver: LAN8720A
PoE Controller: Si3404 (IEEE 802.3af compliant)
PoE Input Voltage: 36V ~ 57V DC
Flash Memory: 4MB
Wireless: Wi-Fi (802.11 b/g/n) & Bluetooth 4.2 (BLE)
Storage: Integrated MicroSD (TF) Card Slot
Programming Interface: CH340C USB-C Downloader Board (Included)
Dimensions (Main Board): 70mm (L) x 52.3mm (W) x 17mm (H)
Key Applications and Projects
ESPHome Bluetooth Proxies: Hardwiring an ESP32 to your network and placing it centrally in your home to forward Bluetooth Low Energy (BLE) packets from smart thermometers directly to Home Assistant.
Industrial Sensor Gateways: Polling Modbus or I2C sensors in a factory environment and reliably pushing the telemetry data to a local server without Wi-Fi interference.
Off-Grid Security Loggers: Powering an RFID scanner or access control keypad via a single PoE cable pulled from a secure server room switch.
Unlock New Capabilities (Project Evolution) The Ultimate Garage Access Controller: Wi-Fi rarely reaches the detached garage reliably. Evolve your smart home setup by running a single burial-grade Cat6 Ethernet cable from your home router out to your garage. Plug the T-Internet-POE into a PoE switch inside your house. Out in the garage, the board now has rock-solid power and data. Program the ESP32 to control a relay that opens your garage door. Because the board has Bluetooth 4.2, you can also program it to detect the BLE MAC address of your car or smartphone, creating an ultra-reliable, hardwired auto-opening smart garage system!
1 x LILYGO T-Internet-POE V2 Main Board
1 x Downloader Expansion Board (CH340C USB-C)
1 x Double-Row Male Pin Header (Unsoldered)
Downloads & Links


1. What microcontroller drives this board? It is powered by the Espressif ESP32-WROOM module.
2. What is PoE and why is it useful? PoE stands for Power-over-Ethernet. It allows standard Ethernet networking cables to carry electrical power alongside data. This lets you install devices in locations where it is difficult or expensive to install traditional electrical outlets.
3. What standard of PoE does this board support? It uses an Si3404 PD chip that complies with the active IEEE 802.3af standard, safely accepting 48V (36V-57V range) from standard PoE switches or injectors.
4. Can I power it via USB instead of PoE? Yes. You can provide 5V power to the board using the USB Type-C port on the Downloader expansion board. Do not power it via USB and PoE simultaneously.
5. Does this board have PSRAM? No. The standard ESP32-WROOM module installed on this board does not feature external PSRAM. It utilizes the standard 520 KB of internal SRAM.
6. Why is the "Downloader" a separate board? To keep the main PoE board small and reduce heat/cost for permanent deployments, the USB-to-Serial chip (CH340C) was removed. You only plug the Downloader board in when you need to flash new firmware.
7. How do I attach the Downloader board? The Downloader board plugs into the proprietary double-row pin header on the bottom side of the T-Internet-POE board. Make sure the pins align correctly before applying power.
8. Can I use the MicroSD card slot and flash firmware at the same time? Generally, no. The MicroSD card slot shares several SPI pins (like MISO/MOSI) with the firmware flashing lines. You must usually remove the MicroSD card to successfully upload a new sketch via the Downloader.
9. Does the board still support Wi-Fi and Bluetooth? Yes. Despite having Ethernet, the ESP32 still features its standard 2.4 GHz Wi-Fi and Bluetooth 4.2 (BLE) radios. You can actually use both interfaces simultaneously (e.g., using Ethernet for WAN and BLE for sensor scanning).
10. What Ethernet chip is used? The board utilizes the LAN8720A Ethernet physical layer transceiver (PHY).
11. What settings do I need in ESPHome to make the Ethernet work? In your YAML configuration, you must define the ethernet component, set the type to LAN8720, set the mdc_pin and mdio_pin to their mapped values, and critically, set the clk_mode to GPIO17_OUT (or GPIO0_IN depending on the exact board revision—check the official LILYGO documentation).
12. Do I need to solder anything? The main components and RJ45 jack are pre-soldered. The kit comes with an extra block of male header pins that you must solder yourself if you wish to use the general-purpose GPIO pins on a breadboard.
13. What are the exact dimensions of the board? The main board (excluding the Downloader) measures 70mm in length, 52.3mm in width, and 17mm in height.
14. What logic voltage do the GPIO pins use? Like all ESP32 microcontrollers, the GPIO pins operate strictly on 3.3V logic. Supplying 5V directly to a logic pin will destroy the chip.
15. Is there an RTC (Real-Time Clock) on this board? No, there is no dedicated RTC chip or coin cell battery backup on the T-Internet-POE. You should pull time data via NTP over the network connection.
16. Are there any physical buttons? Yes, the board features a Boot button (IO0) and a Reset button, allowing you to manually enter download mode if the auto-reset circuit on the Downloader fails.
17. How do I program this with the Arduino IDE? Connect the Downloader board, plug in a USB-C cable, and select "ESP32 Dev Module" from the board manager. Select the COM port associated with the CH340C chip.
18. What do the pins on the expansion header do? The double-row pin header breaks out various ESP32 GPIOs, 3.3V, 5V, and GND. Note that many pins on the ESP32 are already consumed by the Ethernet MAC, reducing the number of free pins available for user projects.
19. My network switch doesn't provide PoE. How can I power this? You will need to purchase an inexpensive "PoE Injector" (802.3af compliant). This small device sits between your non-PoE switch and the T-Internet-POE, injecting the required 48V into the Ethernet cable.
20. Will the PoE generate heat? Yes, stepping down 48V to 5V will generate warmth on the Si3404 chip. Ensure your 3D printed enclosures have adequate ventilation to prevent the ESP32 from thermal throttling.




| Core Chipset: | ESP32 |
|---|---|
| Flash Memory: | 4 MB |
| Wireless Connectivity: | WiFi, Bluetooth |
| Antenna Type: | Onboard PCB |
Probots sells every Electronics Part for your next Project. You can order 10,000+ Electronic Parts Online - Arduino, Raspberry Pi, NodeMCU Development Boards, Sensors, Motors, Motor Drivers, SMPS, Plastic Enclosures etc in India directly on probots.co.in
We delivery electronics components and parts throughout India using standard couriers like Bluedart, Delhivery & India Post.
For order related queries contact -
Probots sells every Electronics Part for your next Project. You can order 10,000+ Electronic Parts Online - Arduino, Raspberry Pi, NodeMCU Development Boards, Sensors, Motors, Motor Drivers, SMPS, Plastic Enclosures etc in India directly on probots.co.in
We offer specialized services for Bulk, Wholesale & B2B Customers like discounted prices, additional shipping options, customised products, etc . Customer with large quantity & regular orders qualify for the specialised discounted rates.
We also offer dedicated sales team to assist you with the order process by providing sales quotations, PI, technical support for choosing products, etc.
Note: Business Orders are processed manually and usually take 1-3 days to process compared to placing the order directly on our website. Please plan your purchases accordingly.
Need Help?
For bulk enquiries contact us by -
Probots Electronics is highly regarded for its highly skilled team and knowledgeable staff who provide expert guidance to ensure customers select the right components for their technical projects. The business maintains a strong reputation for prompt service and reliable support, with many clients praising their quick response times and genuine commitment to customer satisfaction.
● 19 min readVol. 49 | The Single-Point LiDAR Standoff It all comes down to range versus speed. One gives you a fixed, dependable 1000Hz sample rate out to 12 mete
Read Article →
● 13 min readWorkbench Vol. 40 🚀 The Project Trifecta: 3 Builds to Start Today We don’t just stock parts; we curate ecosystems. This week’s arrivals are desi
Read Article →
● 18 min readVol. 48 | The Micro-Display Heavyweights We’ve come a long way from the original 700MHz chips and clunky breadboards; today, we’re crammin
Read Article →