Search found 3529 matches

by WiFive
Thu May 04, 2017 2:19 pm
Forum: General Discussion
Topic: Is the ESP32-T dev board compatible with ESP32-S module?
Replies: 11
Views: 17071

Re: Is the ESP32-T dev board compatible with ESP32-S module?

V1 has underside connection pads for the never released ESP3212 module. V2 has underside connection pads for the ESP-WROOM-32/ESP-32S module. Also, V2 development board pinout differs from V1 So if you have v2 and it says esp-32s on the bottom then it will work. Sorry for confusion. http://aitendo3...
by WiFive
Thu May 04, 2017 8:42 am
Forum: General Discussion
Topic: Is the ESP32-T dev board compatible with ESP32-S module?
Replies: 11
Views: 17071

Re: Is the ESP32-T dev board compatible with ESP32-S module?

V1 Won't work

But you could still use it as a programmer just put esp-32s on a different breakout board.
by WiFive
Thu May 04, 2017 8:34 am
Forum: ESP-IDF
Topic: Reading unbuffered data from UART1
Replies: 2
Views: 4686

Re: Reading unbuffered data from UART1

You can interrupt on a # of received chars or a specific command char

Code: Select all

UART_AT_CMD_CHAR_DET_INT: Triggered when the receiver detects the configured at_cmd char.
by WiFive
Thu May 04, 2017 8:02 am
Forum: General Discussion
Topic: Is the ESP32-T dev board compatible with ESP32-S module?
Replies: 11
Views: 17071

Re: Is the ESP32-T dev board compatible with ESP32-S module?

No esp-32s is an ai-thinker module. Ebox module is called esp32-bit
by WiFive
Thu May 04, 2017 5:57 am
Forum: General Discussion
Topic: Is the ESP32-T dev board compatible with ESP32-S module?
Replies: 11
Views: 17071

Re: Is the ESP32-T dev board compatible with ESP32-S module?

I meant the ESP32-T dev board can work with the ebox maker module.
by WiFive
Thu May 04, 2017 4:16 am
Forum: General Discussion
Topic: Is the ESP32-T dev board compatible with ESP32-S module?
Replies: 11
Views: 17071

Re: Is the ESP32-T dev board compatible with ESP32-S module?

Yes esp-3212 is discontinued and its footprint is not compatible with esp-32s/esp-wroom32. But supposedly it can work with ebox maker module.
by WiFive
Thu May 04, 2017 3:17 am
Forum: ESP-IDF
Topic: how to configure pins for peripherals?
Replies: 6
Views: 9032

Re: how to configure pins for peripherals?

I knew you could do it!
by WiFive
Thu May 04, 2017 3:15 am
Forum: ESP-IDF
Topic: Alternative Bluetooth/BLE Stack.
Replies: 1
Views: 4367

Re: Alternative Bluetooth/BLE Stack.

There is some effort on BTStack but it is dual license.
by WiFive
Thu May 04, 2017 3:11 am
Forum: General Discussion
Topic: OTA fails when BLE is enabled
Replies: 7
Views: 9766

Re: OTA fails when BLE is enabled

Yes there are kconfig options to reduce BT code and ram size. But also did you make the ota partitions bigger?