Search found 13 matches

by Ifthekhar
Tue Oct 18, 2022 8:19 am
Forum: Hardware
Topic: Why does the ESP32-PICO-D4's UART Port U2TXD/ U2RXD disrupt the Bluetooth communication?
Replies: 1
Views: 1168

Why does the ESP32-PICO-D4's UART Port U2TXD/ U2RXD disrupt the Bluetooth communication?

Hello, In one of my prototype designs, I used the ESP32-WROOM-32D's U2TXD/U2RXD serial port to communicate with another MCU and the U0TXD/U0RXD pins to program it with an FTDI board and read serial data over UART (Arduino IDE, Serial Monitor). I also used the Bluetooth communication to send some dat...
by Ifthekhar
Fri May 20, 2022 8:59 am
Forum: Hardware
Topic: ESP32 bear minimum hardware design
Replies: 6
Views: 3252

Re: ESP32 bear minimum hardware design

Again thanks. as you mentioned the pico should have a lot of components already integrated but I could not locate a circuit diagram with esp32-pico-v3 or pico D4. Maybe I am looking into the wrong repository. Would it be possible to direct me to the resource page of espressif where I'll be able to f...
by Ifthekhar
Fri May 20, 2022 7:55 am
Forum: Hardware
Topic: ESP32 bear minimum hardware design
Replies: 6
Views: 3252

Re: ESP32 bear minimum hardware design

Thank you. Is it the "Pico D4" version of the MCU? Please correct me if I'm wrong, so in a way, 1. if I just connect power and an antenna I should be able to use it as a stand-alone MCU? 2. And In the case of programming the board I'll just use an FTDI board and to enable the programming mode I'll j...
by Ifthekhar
Wed May 18, 2022 1:26 pm
Forum: Hardware
Topic: ESP32 bear minimum hardware design
Replies: 6
Views: 3252

ESP32 bear minimum hardware design

Hello, I want to design an ESP32-based BLE UART circuit just like the HC-05 module. I have a confusion regarding the hardware and software parts. Each esp32 module has an external flash memory chip. Is it possible to program the barebone ESP32 IC without the external flash memory chip using Arduino ...
by Ifthekhar
Tue May 18, 2021 2:58 pm
Forum: ESP RainMaker
Topic: Multiple sensor data in a single Rainmaker App device
Replies: 2
Views: 8161

Re: Multiple sensor data in a single Rainmaker App device

Hello Piyush,
Again thanks a lot :D. I'll give it a try and let you know.
by Ifthekhar
Tue May 18, 2021 2:53 pm
Forum: ESP RainMaker
Topic: Custom Device Icon and Icon status change
Replies: 7
Views: 11891

Re: Custom Device Icon and Icon status change

Hello Piyush,
I think that was the mistake. Now I have downloaded it through git clone and it's compiling just fine.

Thank you.

Best Regards,
Ifthekhar
by Ifthekhar
Thu May 06, 2021 11:34 am
Forum: ESP RainMaker
Topic: Custom Device Icon and Icon status change
Replies: 7
Views: 11891

Re: Custom Device Icon and Icon status change

Thank you all, but I am now facing another issue. I have installed the Android Studio. But when I tried to build it, it showed me this error: > Process 'command 'git'' finished with non-zero exit value 128 I have found a solution online: https://stackoverflow.com/questions/35029768/glide-process-com...
by Ifthekhar
Thu May 06, 2021 10:22 am
Forum: ESP RainMaker
Topic: Multiple sensor data in a single Rainmaker App device
Replies: 2
Views: 8161

Multiple sensor data in a single Rainmaker App device

Hello Everyone, I was wondering whether we can put multiple sensors to a single device. It might feel a bit confusing. So, I'll try to explain. Right now if I load the "multi_device" example code to a single ESP32 board, it actually creates 4 different devices in the esp-rainmaker app. It makes sens...
by Ifthekhar
Mon Apr 19, 2021 7:31 am
Forum: ESP RainMaker
Topic: Custom Device Icon and Icon status change
Replies: 7
Views: 11891

Re: Custom Device Icon and Icon status change

Hello Piyush, Thank you for your reply. Is the android app for the ESP RainMaker, Opensource? Then do you think that I can add some custom icon there directly? At least for now that can be one solution for me. If that is possible then I would really appreciate it if you can send me the git link for ...
by Ifthekhar
Mon Apr 12, 2021 10:16 am
Forum: ESP RainMaker
Topic: Custom Device Icon and Icon status change
Replies: 7
Views: 11891

Custom Device Icon and Icon status change

Hello Everyone, I was wondering if there is a way to add a custom icon or image to an existing device or a custom device. For example, if I create a device, that is supposed to read a push button status from an I/O pin and also has to turn ON or OFF a LED based on the button status, I want to have a...