Search found 7 matches

by Kp_Devil
Thu May 24, 2018 8:19 am
Forum: General Discussion
Topic: Sudden Power Off of ESP32
Replies: 5
Views: 8072

Re: Sudden Power Off of ESP32

Yes, I am using OTA and yes I am going to use SD Card.
by Kp_Devil
Wed May 16, 2018 10:31 am
Forum: General Discussion
Topic: Suitable JTAG for ESP32
Replies: 5
Views: 7181

Re: Suitable JTAG for ESP32

Thanks for the quick response, but both of them is not available in my area.
Any specific properties my JTAG should have so that it can be used to debug esp32.
So that I can find an alternate in my area.
Thanks for helping me out guys, really appreciate your efforts.
by Kp_Devil
Wed May 16, 2018 10:22 am
Forum: General Discussion
Topic: Sudden Power Off of ESP32
Replies: 5
Views: 8072

Re: Sudden Power Off of ESP32

Thanks for your quick reply guys. . . .
I was actually planing to give an emergency power supply for shutting down in case of main power failure. So thats why I asked.
Do I need to put the emergency power supply? :D
by Kp_Devil
Tue May 15, 2018 3:58 pm
Forum: General Discussion
Topic: Suitable JTAG for ESP32
Replies: 5
Views: 7181

Suitable JTAG for ESP32

Hey Guys, I want to debug my ESP32 program, so can you please suggest any specific JTAG that will work for sure. (In docs it says "JTAG with voltage level same as esp32", but how to find them?) Please suggest multiple option as I will have to choose which one is available in my area. Thanks in Advan...
by Kp_Devil
Tue May 15, 2018 3:54 pm
Forum: General Discussion
Topic: Sudden Power Off of ESP32
Replies: 5
Views: 8072

Sudden Power Off of ESP32

Hi all, This may sound a bit odd, but I still want to know, so my questions are as follows:- I would just like to know that what will happen if the power supply of to my ESP32 suddenly goes off. What impact will it have on my processor? What other harm can it do to my system? What are the possible s...
by Kp_Devil
Fri May 11, 2018 8:13 am
Forum: General Discussion
Topic: CAN bus in esp32
Replies: 1
Views: 2999

Re: CAN bus in esp32

Sorry for bothering you guys, I actually goofed in the baudrate calculation . . . It's working fine now.
No issues for now.
Thank you.
by Kp_Devil
Sat May 05, 2018 12:05 pm
Forum: General Discussion
Topic: CAN bus in esp32
Replies: 1
Views: 2999

CAN bus in esp32

Hi guys, I am trying to work with CAN in ESP32. I was able to do the basic communication between two ESP32 over CAN using the drivers by Thomas Barth (Thanks a lot for that Sir), but i am still failing to make communication between my MCU (which is STM32) and CAN. I have set the baudrate to 125, and...