Your payment information is processed securely. We do not store credit card details nor have access to your credit card information.
Description
WiFi-compatible microcontroller
Support for Bluetooth low-energy and 30 I/O pins
Perfect foundation for your Internet of Things project
Integrated 802.11 BGN WiFi transceiver
2.2 to 3.6V operating range
The ESP32 Thing Development Board is a comprehensive development platform for Espressif’s ESP32, the super-charged version of the popular ESP8266. Like the 8266, the ESP32 is a WiFi-compatible microcontroller, but to that it adds support for Bluetooth low-energy (i.e BLE, BT4.0, Bluetooth Smart), and nearly 30 I/O pins. The ESP32’s power and versatility will make it the foundation of IoT and connected projects for many years to come.
The SparkFun ESP32 Thing equips the ESP32 with everything necessary to program, run and develop on the wonderchip. In addition to the WiFi/BLE SoC, the Thing includes an FTDI FT231x, which converts USB to serial, and allows your computer to program and communicate with the microcontroller. It also features a LiPo charger, so your ESP32 project can be battery-powered and truly wireless. Additionally, the board includes a handful of LEDs and buttons to aid in your development.
I have only run a few of the examples on it, but it ran them without any problems. I am going to buy a couple more to use instead of Arduinos.
K
Ken
Good board for IOT work
I have one of these deployed with a scale under a beehive, reporting the weight every 15 minutes through a website. I used Arduino development, and while not everything the board can do is supported yet, more support is present all the time, including some of the things that Phil mentions in an earlier review. Of course as an ESP32 you can also use development frameworks other than Arduino if you want. In my application the low power sleep is great since it is running on a battery plugged into the USB port. That this ESP32 board is breadboard friendly is a huge plus, as many of the ESP32 development boards are not.
K
Ken
Great development and deployment board
One of the great things about this board is that it is breadboard friendly, and many ESP32 boards are not. I used Arduino to make a beehive monitor with it reporting the readings through WiFi to a web site. Most of the board functions are now supported by Arduino and active development is adding more all the time. The low power sleep mode is great for my project since it is running on a battery (USB power pack) in the field. Of course there are other development tools that can be used with this board if you want to use something other than Arduino.
G
Gilbert
Amazing powerful ESP32 dev board
Sparkfun Thing – by far, my favourite ESP32 dev board. WiFi only works when powered with battery (not just USB). Lots of GPIO pins available. Love the 4Mb of program memory. I'm using it as the 'brain' for my Johnny 5 robot connected to Botboarduino.
P
Phil
Good hardware but
This board will be good. I say that because the hardware is great, wifi, bluetooth LE, GPIO pins and a LiPo charger. However, if you are expect everything to be Arduino software compatible think again. At the time of writing the following has yet to be implemented: *Bluetooth *Analog Input (analogRead([pin])) *Analog Ouptut (analogWrite([pin], [value])) *WiFi Server and WiFI UDP *Real-Time Clock You can still use these but you will have to do it via the ESP32 IoT SDK which is a lower level library. Some of that is not too bad but I would have a look at it first before buying and make sure you're comfortable with using it.