Search found 6 matches

by asl007
Sat Aug 27, 2022 9:44 am
Forum: ESP32 Arduino
Topic: Can the ESP32 behave as WiFi extender with WiFi AP_STA mode
Replies: 0
Views: 1010

Can the ESP32 behave as WiFi extender with WiFi AP_STA mode

Hello I would like to use the ESP32 as a WiFi extender like device for an experiment. I would like to ask if this can be done using the WiFi AP_STA dual mode (AP + station). Eg. If I set the ESP32 to AP_STA then it will be connected to the internet, and also provide an AP SSID for clients to connect...
by asl007
Fri Jun 10, 2022 2:16 pm
Forum: Hardware
Topic: ESP32S2 and secp256k1 ECC support
Replies: 4
Views: 4988

Re: ESP32S2 and secp256k1 ECC support

Hi, @ESP_Angus I am trying to find a development kit based on ESP32-WROOM-32SE (the one with ATECC608A) but cannot find any. All of the dev kits seem to be based on ESP32 versions without the embedded ATECC608A. Would you be able to let me know if there is actually any dev board containing the secur...
by asl007
Thu May 30, 2019 8:26 am
Forum: ESP-IDF
Topic: How to do BT discovery and BLE scan at the same time?
Replies: 1
Views: 2878

How to do BT discovery and BLE scan at the same time?

Hi, I want to use the ESP32 to scan/discover both ble devices and bt classic devices around me. I want my device to be continuously doing scanning and discovery for the devices that are present. Can the device do both scanning and discovery simultaneously? What is the reccomended way of doing this? ...
by asl007
Thu May 16, 2019 2:23 pm
Forum: ESP-IDF
Topic: Help compiling ble_ibeacon_demo example with latest esp-idf
Replies: 0
Views: 2058

Help compiling ble_ibeacon_demo example with latest esp-idf

Hi,
I cannot compile the ble_ibeacon example from the latest esp-idf. I think it is a project configuration error.
Could anyone be so kind to help me fix it?

I have opened an issue here https://github.com/espressif/esp-idf/issues/3489 with the details

Thanks
by asl007
Wed Apr 03, 2019 11:08 am
Forum: Hardware
Topic: ESP32 JTAG JLIN debugger connection problem
Replies: 2
Views: 4284

Re: ESP32 JTAG JLIN debugger connection problem

Hi, Yes it is JLINK, my mistake. SO I have tried to run the command with jlink config file bin/openocd -s share/openocd/scripts -f interface/jlink.cfg -f board/esp-wroom-32.cfg But I get some errors: bin/openocd -s share/openocd/scripts -f interface/jlink.cfg -f board/esp-wroom-32.cfg Open On-Chip D...
by asl007
Wed Mar 27, 2019 9:48 am
Forum: Hardware
Topic: ESP32 JTAG JLIN debugger connection problem
Replies: 2
Views: 4284

ESP32 JTAG JLIN debugger connection problem

Hi, I am trying to use JTAG debugger with the Olimex ESP32-EVB. I have followed the instructions for connection in this post https://www.olimex.com/forum/index.php?topic=6039.0 and also the espressif tutorial here https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/jtag-debugging/index....