Search found 9 matches

by bovensiepen
Sun Jan 30, 2022 6:17 am
Forum: Hardware
Topic: ESP32 5GHz
Replies: 49
Views: 139821

Re: ESP32 5GHz

2022 and still no 5Ghz
by bovensiepen
Tue Jul 28, 2020 11:06 am
Forum: General Discussion
Topic: ESP32-S2: 802.11mc FTM support?
Replies: 8
Views: 11464

Re: ESP32-S2: 802.11mc FTM support?

ESP_sagar wrote:
Wed May 20, 2020 3:50 am
Yes, we will have support for both client and SoftAP. This is work in progress and we intend to finish this in 2 months duration from now.
Any news about this? It's approx. 2 month later now :D
by bovensiepen
Thu Apr 09, 2020 10:36 pm
Forum: ESP-IDF
Topic: 802.11mc on esp32s2
Replies: 1
Views: 3152

802.11mc on esp32s2

Can someone point me to the API for the initiator and responder of the FTM function? I'm not able to find any system call which provides the RTT measurement for it.
by bovensiepen
Tue Dec 29, 2015 11:35 am
Forum: ESP-IDF
Topic: Integrate pre-compiled user libraries
Replies: 2
Views: 7756

Re: Integrate pre-compiled user libraries

Thanks rudi. I adapted now my own Makefile. You are right that it is better to handle my library code outside of the RTOS sdk.
by bovensiepen
Tue Dec 29, 2015 11:34 am
Forum: ESP-IDF
Topic: Store and access user library functions in ROM
Replies: 1
Views: 6976

Store and access user library functions in ROM

Hi, I'm trying to get warm with the FreeRTOS sdk and the locating of user library code. I try at the moment to store some functions in the ROM instead of the RAM by modifying the eagle.pro.v7.common.ld like this: diff --git a/ld/eagle.pro.v7.common.ld b/ld/eagle.pro.v7.common.ld index 9206889..da636...
by bovensiepen
Sat Dec 26, 2015 2:55 pm
Forum: ESP-IDF
Topic: Integrate pre-compiled user libraries
Replies: 2
Views: 7756

Integrate pre-compiled user libraries

Is there a recommended way to use pre-compiled user libraries in the SDK? I saw that I can modify the project template Makefile to include my own libraries. But at the moment the linking process fails when I access some functions from this library. I guess there is something wrong with my compiled l...
by bovensiepen
Sat Dec 26, 2015 2:47 pm
Forum: General Discussion
Topic: Starting up with esp318
Replies: 4
Views: 9484

Re: Starting up with esp318

Yes now everything is on track. thanks!
by bovensiepen
Mon Dec 21, 2015 5:28 pm
Forum: General Discussion
Topic: Starting up with esp318
Replies: 4
Views: 9484

Re: Starting up with esp318

Actually the default firmware comes with a program which provides a "ESP_DEMO_AP" wifi. This one actually has a password which is unknown (at least to me). Flashing was the way to go to change the parameters but I was confused that I could not write via the serial port to the esp. It behaves a bit d...
by bovensiepen
Sun Dec 20, 2015 2:48 pm
Forum: General Discussion
Topic: Starting up with esp318
Replies: 4
Views: 9484

Starting up with esp318

Hi all, I just playing around with the board. Just received it some minutes ago. It actually boots up, wifi ap is available and serial port gives output: hdl : 3ffe5364, prio:20,stack:512 frc2_timer_task_hdl:3ffe8dac, prio:22, stack:512 ESP32 RTOS SDK: 1.0.0(0394de4) compiled @ Nov 20 2015 18:57:56 ...