Search found 605 matches

by mikemoy
Tue Apr 21, 2020 12:45 pm
Forum: Hardware
Topic: Can I delete pins 17-22 from the wroom-32d footprint?
Replies: 4
Views: 5842

Re: Can I delete pins 17-22 from the wroom-32d footprint?

@ ESP_Sprite, Excellent idea!
by mikemoy
Tue Apr 21, 2020 3:16 am
Forum: Hardware
Topic: Can I delete pins 17-22 from the wroom-32d footprint?
Replies: 4
Views: 5842

Re: Can I delete pins 17-22 from the wroom-32d footprint?

You can, but why not just use traces to the bottom side.
by mikemoy
Mon Apr 13, 2020 8:04 am
Forum: ESP-IDF
Topic: ADC returning a false value
Replies: 4
Views: 5506

Re: ADC returning a false value

I have tested some of the power pins, for the V5 pin, it is giving me 2 volts exactly instead of 5 volts. Even the 3.3 volts pin is giving me like 0.5 volts instead of 3.3 volts. Why is that? Can anyone please explain it to me? What are the possible solutions? I have also tested GPIO pin number 12,...
by mikemoy
Mon Apr 13, 2020 8:02 am
Forum: Hardware
Topic: ESP32-CAM output current
Replies: 1
Views: 3605

Re: ESP32-CAM output current

This information is in the data sheet.
by mikemoy
Thu Apr 09, 2020 5:18 am
Forum: ESP-IDF
Topic: Any ready-to-go code for ESP32 GPIO button debouncing?
Replies: 5
Views: 8893

Re: Any ready-to-go code for ESP32 GPIO button debouncing?

As the old saying goes. There is more than one way to skin a cat. FWIW, it is a basic thing with really the only difference is some switches are more "dirty" than others requiring a longer delay. It also depends on the circuit design as well. Did the user put a cap & pull up/down resistor, and what ...
by mikemoy
Sun Apr 05, 2020 7:32 am
Forum: General Discussion
Topic: New board design with ESP32-WROOM-32U has I2C problem
Replies: 3
Views: 5168

Re: New board design with ESP32-WROOM-32U has I2C problem

Well, What I would do next is to create a simple app that toggles module pins 26 (IO4) and 29 (IO5). When you toggle them make sure they are always opposite level from one another. That will help verify a short on the PCB. Verify with a scope that each pin is toggleing and you can move onto the next...
by mikemoy
Sat Apr 04, 2020 2:07 pm
Forum: Hardware
Topic: ESP32 timers vs AVR timers
Replies: 6
Views: 10478

Re: ESP32 timers vs AVR timers

Are you aware of the examples on github ?
You can find some examples in there.
https://github.com/espressif/esp-idf/tr ... eripherals
by mikemoy
Tue Mar 31, 2020 2:19 pm
Forum: General Discussion
Topic: How to wait UART untill timeout or data readed delimiter
Replies: 3
Views: 5621

Re: How to wait UART untill timeout or data readed delimiter

There is an example in the examples folder for doing just that.
by mikemoy
Sun Mar 08, 2020 3:57 am
Forum: General Discussion
Topic: Weird problem: Sensor only works on GPIO2 !?
Replies: 3
Views: 6285

Re: Weird problem: Sensor only works on GPIO2 !?

yes, i am aware of the other bootstrap pins. I took his statement to litterally, as if its part of the active flashing process like tx/rx pins But because GPIO2 is involved in the flashing/programming process, Did you go through the DHT12 code to see if the author messed up anywhere ? it seems he wr...
by mikemoy
Sat Mar 07, 2020 7:02 pm
Forum: General Discussion
Topic: Weird problem: Sensor only works on GPIO2 !?
Replies: 3
Views: 6285

Re: Weird problem: Sensor only works on GPIO2 !?

I am more curious why you need GPIO2 to flash your device.
GPIO0 is all that is needed.