

🚀 Elevate your IoT game with MakerFocus ESP32 OLED — where smart meets sleek!
The MakerFocus ESP32 OLED WiFi Kit V3 is a compact, highly integrated IoT development board featuring a dual-core 240 MHz ESP32 processor, onboard 0.96-inch OLED display, and built-in WiFi (802.11 b/g/n) plus Bluetooth 5 connectivity. Designed for seamless Arduino IDE compatibility, it includes a lithium battery management system with Type-C power input, making it ideal for smart city, home automation, and IoT maker projects requiring reliable wireless performance and real-time data visualization.
| ASIN | B076KJZ5QM |
| Best Sellers Rank | #3,158 in Single Board Computers (Computers & Accessories) |
| Brand | MakerFocus |
| Customer Reviews | 4.1 4.1 out of 5 stars (297) |
| Date First Available | October 19, 2017 |
| Is Discontinued By Manufacturer | No |
| Item Dimensions LxWxH | 1.97 x 1 x 0.05 inches |
| Item Weight | 0.16 ounces |
| Item model number | 8541612336 |
| Manufacturer | MakerFocus |
| Memory Speed | 240 MHz |
| Number of Processors | 2 |
| Operating System | Arduino IDE (compatible with Windows, macOS, Linux), FreeRTOS (firmware) |
| Processor | 240 MHz none |
| Processor Brand | Espressif |
| Product Dimensions | 1.97 x 1 x 0.05 inches |
| RAM | LPDDR |
| Series | WiFi Kit 32 (V3) |
| Voltage | 3.3 Volts |
| Wireless Type | 802.11abg |
W**Y
this is a great little dev board, but there are serious documentation shortcomings
I am going to save you some time by repeating something another reviewer already stated "Use the pin labels on the bottom of the PCB". They noticed that the doc shows the device from the bottom. I also noticed the LEDs are on the opposite side in the picture. Maybe the picture was taken in selfie mode. I burned a day on this trying to figure out why my analog inputs were working but not the digital counterparts. I've ordered three of these in the last three months. They have all been the V3 board. The pin diagram (WIFI_Kit_32(New)) seems to have the correct analog pins labeled, but the GPIO pins are outright incorrect. I believe the problem is a bit deeper than just an inverted image. The GPIO pins still don't match inverted. I think their library is configured for the back silk screen labels, but the analog pins in the diagram I mentioned above are correct. so in short; use the diagram when using analog, and the back of the device when using digital. how fun!! otherwise these things are great for the price.
D**L
Arrived with bottom corner of OLED broken. - Update: Issue promptly handled by Seller
I give this 3 stars because when I unpacked it and set it up to test, I noticed that the bottom left corner of the OLED was broken off. I powered it on anyway to see if it worked. It partially worked ... the sample code was displaying text but it was missing lines. I assumed that I had handled it carelessly and wrote it off and ordered another. It arrived in one day (the other arrived in 2). When I removed it from the packaging (with much care this time), it ALSO had the bottom left corner broken off. It powered up OK but same sketchy display. While I like this format (OLED on WiFi board), I think it needs better shipping packaging, so two stars knocked off. I also ordered the LoRa version (x2) and they arrived undamaged and worked great. (All 4 devices were in an anti-static bag that was in a small yellow shipping envelope.The OLED doesn't have any support on the two bottom corners ... easy to get broken.) UPDATE: Seller has taken care of these broken devices and has indicated that the shipping packaging is changing, I REALLY like this ESP32 and OLED format so I have added back the 2 stars. Great customer focus and concern.
A**M
I like it! It does have a few nuances though.
This board is pretty cool. I bought it for the integrated OLED diplay. Very satisfied with it despite the minor issues. If you are just starting out, you may want to pass this one up for a more seasoned board like a Huzzah. But if you like hunting down information and learning the hard way, buy it. The issues I have with this board are minor to me but worth noting. The library needs more work. if you #include heltec.h, their library for the board, and nothing else in your script other than say a basic "Hello World" to the Serial and upload your script, it will crash the device and cause it to endlessly reset. Remove heltec.h and the script runs fine. I tried grabbing their latest from their github and it's none better. Most of their examples don't work. Luckily, pretty much any ESP32/ESP8266 stuff will work with it. There are some nuances: There are only 2 PWM GPIO pins. There is no analogWrite. You can use ledcWrite and a function to set the duty cycle and it works good that way. Just need to remember to call your function, instead of just using analogWrite. Though you could probably do a pseudo duty cycle with digitalWrite and delay. The built-in OLED uses three GPIO pins. SCL is GPIO15, SDA is GPIO4, and reset is GPIO16. This makes those pins unable to be used for most other things. The only display library I managed to get to work flawlessly with the OLED display was the U8glib by olikraus. Both U8g2 and U8x8 worked just fine for me. The lib is available on github. Note that I didn't try more than a handful graphic libraries. U8glib worked and I didn't need to continue searching for another after that. This still leaves you around 20 GPIOs to use and of that amount, 8 are input only. The pins are also only 3.3v tolerant and may be damaged if you connect to 5v. The original pin out diagram they released was wrong. The side with GPIO pin 36 is on the RST button side and GPIO pin 21 is on the PRG button side. They have corrected it and the correct version is available on their github site but I also attached it to this review. You can see they just blurred the board in their updated diagram. The annoying flicker of the BAT LED. If you do not plug in a battery to the battery connector, located under the board, the BAT LED will flash constantly. There is no way to programmatically shut it off that I know of. If you know a way, please I'd love to hear from you in the comments. All in all, this is a very good project board if you have a little bit of knowledge and don't mind poking around looking for information. ADDENDUM: I wanted to add one more thing, and this is stating the obvious, I had to solder the header pins on to the board. A couple of tips I can pass along is go ahead and unscrew the four screws that hold the OLED in place so you can move it and more importantly the ribbon cable out of the way a bit. This should give you plenty of room to solder the pins without the risk of touching the ribbon cable with the soldering iron. Then just screw the four screws back in but don't tighten too much. Just snug them up should be fine. You can stick the header pins into a breadboard to hold them in place while you solder a pin on each end. Should be good to go for the rest. Mind the heat though. For whatever reason my soldering iron melted part of one plastic pin holder on the header. It still works. This was my mistake, not a design flaw.
R**Y
Solid and Reliable
This is a great board. I've purchased three so far and have yet to experience a single issue. Yes, they are expensive, but so am I; My time is valuable, and I spend enough time tracking down software issues that I don't have any left for glitchy boards. ESP8266 boards you can go cheap on, some of the cheapest have also been some of my most reliable, but the ESP32 is a cranky diva on cheap boards. The extra 4MB on these is super nice, just make sure to specify the V2 board in your IDE.
[**]
NOT SUPPORTED
Simple. Follow the tutorial(s) FIRST and it will clearly illustrate this is NOT supported as the advertisement suggests. The Arduino IDE can be made to work, but the examples fail to compile. Lora is great, this is garbage. Buy something that is better supported than this joke.
TrustPilot
1 个月前
1天前