Page 1 of 1

About sparkfun esp32 div kit (recommended by your company) replaced with ESP-WROOM-02U (4MB)

Posted: Sat Aug 29, 2020 11:32 pm
by NY20200803
Using sparkfun esp32 div kit
With Ardino,
Ardino board manager
Using "SPARKFUN ESP32 THING",
#include <WiFi.h>
#include "Esp32MQTTClient.h"
Using the header file of
I am communicating with WINDOWS AZURE IOT.
This time
Replace with ESP-WROOM-02U (4MB),
I am trying to make the circuit configurations similar and communicate.
At this time, can I continue to use the Ardino program?

Re: About sparkfun esp32 div kit (recommended by your company) replaced with ESP-WROOM-02U (4MB)

Posted: Sun Aug 30, 2020 12:08 pm
by ESP_Sprite
Yes, Wroom modules are also programmable using our Arduino SDK.

Re: About sparkfun esp32 div kit (recommended by your company) replaced with ESP-WROOM-02U (4MB)

Posted: Mon Aug 31, 2020 9:58 am
by chegewara
But you know that ESP-WROOM-02U is esp8266?
https://pl.mouser.com/ProductDetail/Esp ... gISDvD_BwE

Re: About sparkfun esp32 div kit (recommended by your company) replaced with ESP-WROOM-02U (4MB)

Posted: Mon Aug 31, 2020 11:07 pm
by NY20200803
Sorry.

It is a typo.

Inquiries about this.
Product name

ESP32-WROOM-32D
URL
https://www.digikey.jp/product-detail/j ... ND/9381732

Re: About sparkfun esp32 div kit (recommended by your company) replaced with ESP-WROOM-02U (4MB)

Posted: Tue Sep 01, 2020 7:43 am
by ESP_Sprite
Let me clarify my answer a bit as well: As long as the module has an ESP32 in it (like the one in the post above me) you can program it with the ESP32 SDK. (If you have a module with an ESP8266, it's also programmable using an Arduino SDK, but the ESP8266 and the ESP32 SDK may not be source-compatible.)

Re: About sparkfun esp32 div kit (recommended by your company) replaced with ESP-WROOM-02U (4MB)

Posted: Wed Sep 02, 2020 3:12 am
by NY20200803
Here are some things to check in this matter: Currently, wire according to the following drawing,
Even if you try to write a program,
I can't write.
Is there a wiring problem?

Drawing url
"
https://www.dropbox.com/s/1j3sc06hmh9vj ... e.pdf?dl=0''

Re: About sparkfun esp32 div kit (recommended by your company) replaced with ESP-WROOM-02U (4MB)

Posted: Wed Sep 02, 2020 8:07 am
by ESP_Sprite
One thing I could see is that EN needs a pull-up to work.

Re: About sparkfun esp32 div kit (recommended by your company) replaced with ESP-WROOM-02U (4MB)

Posted: Thu Sep 03, 2020 10:30 pm
by NY20200803
Thank you very much. I'll try

Re: About sparkfun esp32 div kit (recommended by your company) replaced with ESP-WROOM-02U (4MB)

Posted: Mon Sep 21, 2020 7:35 am
by NY20200803
Feedback

Make the following wiring
Without floating the ESP32,
After fixing to wood
It worked.

State at the time when it does not work
〇 Part of GND is not wired.

〇 ESP32 is connected only by electric wires,
It was floating.

〇 About writing
Attached figure: Press the IO0 switch during writing, and after writing,
At the start of the program
By pressing the EN switch
It works.
Attached figure


= =
https://www.dropbox.com/preview/ESP32pr ... 200921.pdf
= =