Search found 4 matches

by francis2
Sat Jul 24, 2021 7:22 pm
Forum: General Discussion
Topic: SPI: Recieve a "continous" stream of data
Replies: 0
Views: 1559

SPI: Recieve a "continous" stream of data

Hi, I'm using the ESP WROOM-32 to communicate with an MCP3564 ADC and achieve the best sample rate possible. In the datasheet, they say "the MCP is able to stream output data continuously with no additional command if the communication is not stopped with a CS rising edge". An image illustrating the...
by francis2
Fri May 29, 2020 5:21 am
Forum: Hardware
Topic: Strapping pins and UART for both communication and bootload mode
Replies: 1
Views: 2335

Strapping pins and UART for both communication and bootload mode

Hey, I want to use the uart0 for both communication with usb and also for flashing ( while in serial bootloader mode) the new firmware. The way I'm planning to achieve this is by using jumpers or buttons that force the esp32 to go into serial bootloader mode and having the required strapping pins in...
by francis2
Sun Apr 19, 2020 12:15 pm
Forum: ESP-IDF
Topic: Bluetooth classic slow transmission
Replies: 1
Views: 2144

Bluetooth classic slow transmission

Hi, I'm using bluedroid classic bt spp and I noticed that whether you send 1 byte or 100bytes, it takes about 2.2ms for a full transmission to occur. My understanding is that, the program has some kind of constant transmission frequency hence it only sends in a burst like manner, and the sending pay...
by francis2
Fri Apr 10, 2020 1:04 am
Forum: ESP-IDF
Topic: Can't disable Timer interrupt
Replies: 0
Views: 2392

Can't disable Timer interrupt

Hey, So I followed the implementation of timer interrupt (https://github.com/espressif/esp-idf/blob/master/examples/peripherals/timer_group/main/timer_group_example_main.c ). It worked perfectly but now I want to disable and then re enable the interuption caused by Group 0 Timer 1 's alarm, and I ca...