Search found 27 matches

by commando_j
Thu Apr 18, 2019 3:29 pm
Forum: General Discussion
Topic: Low voltage on all pins, even 5v and 3.3v [RESOLVED]
Replies: 10
Views: 17607

Re: Low voltage on all pins, even 5v and 3.3v

When you mean it runs flawlessly, I assume you mean it compiled and downloaded without error? You are still seeing the power fluctuations with the hello world? When the board is erased, do you still see the power fluctuations? If so, check if the AMS1117 regulator is getting hot. It may be blown, ca...
by commando_j
Wed Apr 17, 2019 7:22 pm
Forum: Hardware
Topic: a questions about burn mode
Replies: 4
Views: 6160

Re: a questions about burn mode

On your kit, GPIO 0 is pulled up internally and has a button to pull down the IO when you need it.
by commando_j
Wed Apr 17, 2019 3:22 am
Forum: General Discussion
Topic: Low voltage on all pins, even 5v and 3.3v [RESOLVED]
Replies: 10
Views: 17607

Re: Low voltage on all pins, even 5v and 3.3v

Check with scope if you can. Your meter would average out the reading if its fluctuating continuously quickly enough. What is your power supply? Make sure it is not current limiting. Do you have anything on the console? Do you see any reset? It also seems like it gets a short or current limit every ...
by commando_j
Tue Apr 16, 2019 8:44 pm
Forum: Hardware
Topic: ESP32 reboot loop after supply with 5V by VIN pin
Replies: 8
Views: 11384

Re: ESP32 reboot loop after supply with 5V by VIN pin

No current limit set on the power supply?
by commando_j
Tue Apr 16, 2019 4:36 pm
Forum: Hardware
Topic: ESP32 reboot loop after supply with 5V by VIN pin
Replies: 8
Views: 11384

Re: ESP32 reboot loop after supply with 5V by VIN pin

Well you are right that it should work with 5V, since it should have a diode between USB power and the 5V input, at the input of the LDO. I'm just trying to see if you have too much confidence in your code, that would be causing the reset. I haven't used the Arduino IDE. I assume though that there a...
by commando_j
Mon Apr 15, 2019 2:59 pm
Forum: Hardware
Topic: External 32768 clock
Replies: 10
Views: 14314

Re: External 32768 clock

Any feedback?
Would like to know if you had any positive affects on your board.
by commando_j
Mon Apr 15, 2019 1:54 pm
Forum: Hardware
Topic: ESP32 reboot loop after supply with 5V by VIN pin
Replies: 8
Views: 11384

Re: ESP32 reboot loop after supply with 5V by VIN pin

- Are you able to erase the flash?
- Is this a sample program from ESP-IDF?
- Did it originally work with just USB power?
by commando_j
Fri Apr 12, 2019 9:57 pm
Forum: General Discussion
Topic: MCP795xx RTC ESP-IDF Library
Replies: 3
Views: 4925

MCP795xx RTC ESP-IDF Library

Hello, Since I had such great success in requesting a library for the MCP23S17, I'm going to see if I get lucky twice! Does anyone have a native ESP-IDF library working for the MCP795xx RTC/Calendar chip? I have found not one person on the web using this and the ESP32. In case anyone asked why I use...
by commando_j
Wed Apr 10, 2019 6:54 pm
Forum: Hardware
Topic: External 32768 clock
Replies: 10
Views: 14314

Re: External 32768 clock

I have found this info. ESP32 does not seem to have an internal bias / feedback resistor internal to the chip. So it would be needed externally "for the oscillator to reliably start up- it biases the amplifier into the linear region where noise can be amplified to get the crystal oscillator going." ...
by commando_j
Wed Apr 10, 2019 5:55 pm
Forum: Hardware
Topic: External 32768 clock
Replies: 10
Views: 14314

Re: External 32768 clock

Are you giving enough time for the crystal to stabilize after power up, before measurement? What is your layout like, trace length? I don't like that the datasheet says "Load capacitance at both ends should be configured according to the crystal’s specification." Usually there's a recommended load c...