Search found 4 matches
- Mon Jun 27, 2022 8:21 am
- Forum: ESP-IDF
- Topic: esp-idf 4.4 and Bluetooth SPP demos
- Replies: 0
- Views: 1466
esp-idf 4.4 and Bluetooth SPP demos
Hi I am trying to get the Bluetooth SPP initiator and acceptor demos working on esp-idf 4.4 On esp-idf 4.2 the menuconfig allows you to select bluedroid options to enable SPP and I can run the initiator demo. CONFIG_BT_BTC_TASK_STACK_SIZE=3072 CONFIG_BT_BLUEDROID_PINNED_TO_CORE_0=y # CONFIG_BT_BLUED...
- Mon Jun 27, 2022 8:01 am
- Forum: ESP-IDF
- Topic: ESP32S3 proper UART Serial/JTAG usage
- Replies: 8
- Views: 6663
Re: ESP32S3 proper UART Serial/JTAG usage
Yes it works for as long as the setting
CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y
is enabled in menuconfig
CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y
is enabled in menuconfig
- Fri Jun 10, 2022 11:15 am
- Forum: ESP-IDF
- Topic: ESP32S3 proper UART Serial/JTAG usage
- Replies: 8
- Views: 6663
Re: ESP32S3 proper UART Serial/JTAG usage
Thanks sqix78
It should also be noted that
CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y
needs to be set for the input to work.
It should also be noted that
CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y
needs to be set for the input to work.
- Fri Jun 10, 2022 10:11 am
- Forum: ESP-IDF
- Topic: ESP32S3 proper UART Serial/JTAG usage
- Replies: 8
- Views: 6663
Re: ESP32S3 proper UART Serial/JTAG usage
Hey squix78
Thanks for this. I can printf to the USB comport can't seem to get any input. getchar, gets, scanf nothing input related seems to get any chars from the interface.
Did you have this working both ways (input and output)?
Thanks for this. I can printf to the USB comport can't seem to get any input. getchar, gets, scanf nothing input related seems to get any chars from the interface.
Did you have this working both ways (input and output)?