Search found 6 matches

by faizi968
Sat Dec 26, 2020 10:20 am
Forum: ESP32 Arduino
Topic: ESP32 Master Slave Communication
Replies: 0
Views: 1571

ESP32 Master Slave Communication

Hi everyone!! I am looking to develop a product where I have two ESP32 Devices communicating over BLE protocol. The goal is to display data from both ESP32s to a smartphone application. My question is, What is the best route to take? 1. Should both ESP32s publish data independently to the smartphone...
by faizi968
Fri May 08, 2020 11:33 am
Forum: General Discussion
Topic: ESP32 DOWD interface with memory chip MX25U1635EM1I-10G
Replies: 1
Views: 2629

ESP32 DOWD interface with memory chip MX25U1635EM1I-10G

Hi, I am designing a project with esp32 DOWD bare chip, followed custom design. I have to interface external memory chip via SPI protocol. I have two questions : 1.Does ESP32-DOWD comes with Arduino Bootloader support or I will have to take some preliminary steps to get the bootloader inside the chi...
by faizi968
Fri Sep 27, 2019 6:00 am
Forum: ESP32 Arduino
Topic: ESP32 WROVER-B, Arduino IDE compatibility
Replies: 3
Views: 6218

Re: ESP32 WROVER-B, Arduino IDE compatibility

Try this approach and let me know.
by faizi968
Wed Sep 25, 2019 10:17 am
Forum: ESP32 Arduino
Topic: ESP32 WROVER-B, Arduino IDE compatibility
Replies: 3
Views: 6218

Re: ESP32 WROVER-B, Arduino IDE compatibility

ESP32 WROVER-B is compatible with Arduino IDE. The manufacturers ship it with Arduino support stored inside ROM. You might be have connection issues. You should verify.
does your board support manual or automatic bootloader configuration?
by faizi968
Wed Sep 25, 2019 7:31 am
Forum: ESP32 Arduino
Topic: Update ESP32 Firmware Over-the-Air (OTA Update)
Replies: 1
Views: 2727

Update ESP32 Firmware Over-the-Air (OTA Update)

Hi everyone, I have made a custom ESP32 WROVER32 based board. I have burned basic BLE sketch onto it and have checked that it can updated over-the-air via Arduino IDE. However, I want to do firmware update over the air without using Arduino IDE. Possibly through a custom made web sever or an android...
by faizi968
Sun Sep 22, 2019 6:14 pm
Forum: ESP32 Arduino
Topic: Make Arduino Code work inside Custom ESP32 Wrover32 Module
Replies: 1
Views: 2457

Make Arduino Code work inside Custom ESP32 Wrover32 Module

Hi there everyone, I have made a custom PCB based on ESP32 WROVER32 Module. I want to burn Arduino Code inside the module. The sketch from the ESP32 BSP called "BLE_Server" uploads successfully but does not work. No BLE communication is initialized. Do I have to upload any bootloader inside the chip...