Search found 4 matches

by ESP_Kewal
Thu Oct 04, 2018 5:02 am
Forum: General Discussion
Topic: ESP32-LyraTD-MSC es8388_write_reg error
Replies: 3
Views: 4968

Re: ESP32-LyraTD-MSC es8388_write_reg error

Hi Shashank,

We have released support for LyraTD-MSC board on github. Please take a look here: https://github.com/espressif/esp-avs-sd ... c_alexa_sr
by ESP_Kewal
Wed Sep 26, 2018 1:01 pm
Forum: General Discussion
Topic: ESP32-LyraTD-MSC es8388_write_reg error
Replies: 3
Views: 4968

Re: ESP32-LyraTD-MSC es8388_write_reg error

HI Shashank,

The current release supports only LyraT. We are in process to release support for LyraTD-MSC board. If you flash this code to LyraTD-MSC its obvious to run into errors.
by ESP_Kewal
Mon Apr 17, 2017 5:51 am
Forum: General Discussion
Topic: Hi , can anyone say , how to configure the digital input and output in esp32 and how to read the digital input..?
Replies: 4
Views: 10325

Re: Hi , can anyone say , how to configure the digital input and output in esp32 and how to read the digital input..?

What exactly is your requirement ? I suggest you to go through basics of freeRTOS : Task, Queue, Semaphore. They would help you understand examples in esp-idf better. Also go through the readme files in each example folder.
by ESP_Kewal
Mon Apr 10, 2017 8:46 am
Forum: General Discussion
Topic: Hi , is there any sample code to interface the mpu-6050 with the esp32 ..??
Replies: 10
Views: 21075

Re: Hi , is there any sample code to interface the mpu-6050 with the esp32 ..??

Hi Reeshma,
You can extract and copy this to example folder of esp_idf. The MPU 6050 code is currently not in official release, but it will soon be.