Hi, @eng.m_mahmoud
This is the UHCI example, but please know that this is just an example, it may be unstable. you can refer to it and rewrite your own driver
thanks !!
Search found 118 matches
- Fri May 29, 2020 2:18 am
- Forum: ESP-IDF
- Topic: UHCI- Uart DMA
- Replies: 6
- Views: 8106
- Wed Apr 15, 2020 2:56 am
- Forum: ESP-IDF
- Topic: Internal DAC audio output - Please Help - no luck with idf examples or guide
- Replies: 8
- Views: 13435
Re: Internal DAC audio output - Please Help - no luck with idf examples or guide
Hi, please try the master branch.
- Tue Apr 14, 2020 4:08 am
- Forum: ESP-IDF
- Topic: How to input audio using I2S PDM
- Replies: 5
- Views: 12860
Re: How to input audio using I2S PDM
I mean the non-PDM mode configuration
- Tue Apr 14, 2020 2:03 am
- Forum: ESP-IDF
- Topic: How to input audio using I2S PDM
- Replies: 5
- Views: 12860
Re: How to input audio using I2S PDM
Hi, @chris_oz
I saw the datasheet, The documentation says that this MIC uses a industry-standard 24-bit I²S interface. When using the I2S interface, what are your configuration parameters?
I saw the datasheet, The documentation says that this MIC uses a industry-standard 24-bit I²S interface. When using the I2S interface, what are your configuration parameters?
- Fri Apr 10, 2020 6:04 am
- Forum: General Discussion
- Topic: Data loss of esp32 serial port
- Replies: 9
- Views: 11841
Re: Data loss of esp32 serial port
The serial ports used by master esp32 as shown in the attachment picture. You mean when serial1 and serial2 are not sending data,output high level, will cause serial0 to a intermediate level,and the serial sending would be abnormal? If all of the 3 serial ports are sending at the same time,output l...
- Fri Apr 10, 2020 2:37 am
- Forum: General Discussion
- Topic: Data loss of esp32 serial port
- Replies: 9
- Views: 11841
Re: Data loss of esp32 serial port
I think this may be the reason. For example, when A needs to send data to D. At this time B and C are in the IDLE state( output high level). the low level of A output will be pulled by B and C, at intermediate level (perhaps 1.5V) . Can you look at the waveform with an oscilloscope ?
- Fri Apr 10, 2020 2:23 am
- Forum: General Discussion
- Topic: Data loss of esp32 serial port
- Replies: 9
- Views: 11841
Re: Data loss of esp32 serial port
Do you use RS485 or directly connect the gpio of the four UARTs together?
- Thu Apr 09, 2020 11:15 am
- Forum: General Discussion
- Topic: Simple interrupt based serial terminal on esp32
- Replies: 4
- Views: 8014
Re: Simple interrupt based serial terminal on esp32
Hi, lalleglad I think you don't need to use callbacks. The following code may meet your needs: #include <stdio.h> #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/queue.h" #include "freertos/task.h" #include "driver/uart.h" #include "driver/gpio.h" #define ECHO_TEST_TXD (GPIO_NU...
- Tue Mar 17, 2020 6:25 am
- Forum: ESP-IDF
- Topic: Custom RMT interrupt handler in the current master.
- Replies: 1
- Views: 4852
Re: Custom RMT interrupt handler in the current master.
HI, raldone01
thank you for reporting this issue. we will fix this issue soon
thank you for reporting this issue. we will fix this issue soon
- Tue Mar 17, 2020 5:10 am
- Forum: ESP-IDF
- Topic: gpio_wakeup_disable has no impact, with test case
- Replies: 2
- Views: 5365
Re: gpio_wakeup_disable has no impact, with test case
Hi, kuhatovuk
Thanks for reporting this issue. We will fix it soon.
Thanks for reporting this issue. We will fix it soon.