Search found 5 matches

by DirectionLee
Sun May 23, 2021 12:32 pm
Forum: General Discussion
Topic: ESP32 keypad strange behavior: some kind of pin combination doesn't work.
Replies: 3
Views: 3036

Re: ESP32 keypad strange behavior: some kind of pin combination doesn't work.

thank you, guys, you are right. the hardware is ESP32 devkitC (ESP32-WROVER-IE), so pin16,17 is reserved for internal use, I forgot this one. thank you again.
by DirectionLee
Sun May 16, 2021 1:57 pm
Forum: General Discussion
Topic: ESP32 keypad strange behavior: some kind of pin combination doesn't work.
Replies: 3
Views: 3036

ESP32 keypad strange behavior: some kind of pin combination doesn't work.

I'm trying to test keypad with ESP32. the keypad is 4*4, I tried some of combination of pin setting, some of combination works but some fails. #include <Wire.h> #include <Keypad.h> const byte ROWS = 4; const byte COLS = 4; char keys[ROWS][COLS] = { {'1','2','3','A',}, {'4','5','6','B',}, {'7','8','9...
by DirectionLee
Wed May 12, 2021 1:54 pm
Forum: General Discussion
Topic: Pinout of ESP32 dev board
Replies: 4
Views: 3930

Re: Pinout of ESP32 dev board

thank you very much, that is extactly what I want. more ever, could you share where it from? :)
by DirectionLee
Sun May 09, 2021 8:58 am
Forum: General Discussion
Topic: Pinout of ESP32 dev board
Replies: 4
Views: 3930

Pinout of ESP32 dev board

hi all, could any body share where is offical detailed pinout of ESP32 dev board (not of chip pinout, nor module pinout) from esp32, the kind of definition of every pin, not a brief like https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-devkitc.html#functiona...
by DirectionLee
Sat Apr 03, 2021 6:07 am
Forum: ESP-IDF 中文讨论版
Topic: Ardunio IDE选择ESP32板类型
Replies: 0
Views: 1955

Ardunio IDE选择ESP32板类型

我是新学者,购买的开发板是ESP32-DevKitC,搭载的模组是ESP32-WROVER-IE(集成芯片是ESP32-D0WD-V3)。
尝试使用ardunio IDE,在IDE中的开发板中“ESP32 Ardunio”中有很多,我应该选择哪一个呢?
猜测是不是应该是“ESP32 Wrover Module”
Image
谢谢。