esp_wifi_repeater icon indicating copy to clipboard operation
esp_wifi_repeater copied to clipboard

Compile with esp-open-RTOS, any help?

Open RibeiroSantos opened this issue 7 years ago • 9 comments

Hi, I'd like to compile with esp-open-rtos but don't know were to star. Compiling it reports many errors so it shouldn't be easy, at least, to me. Any help were to star?

Thanks

RibeiroSantos avatar Feb 27 '17 09:02 RibeiroSantos

First step would be to integrate my the esp-open-lwip version in the build environment. Should be just a replace of the lib and the includes. This already does the main job of forwarding and NAT-ing. If you set up the ESP in StationAP mode, mark the AP interface as NATed, and connect the STA it should work independantly of any additional program code. The current user_main.c is only for the hole admin stuff on configuring the router (and the monitoring).

Btw, why would you like to have it on RTOS?

martin-ger avatar Feb 27 '17 10:02 martin-ger

I made a custom board with one ESP and a PIC. Some of the specifications are: control 2 AC power channels (with independent dimmer), 2 inputs, 2 ADC, zero cross detection, I2C, SPI,... and after some searchs, at the moment I consider the RTOS the best choice. With RTOS using the tasks I think it will be more easy the development.

RibeiroSantos avatar Feb 27 '17 10:02 RibeiroSantos

Any plans on porting this to ESP_OPEN_RTOS? I am interested in doing so...

r1bnc avatar Sep 14 '18 14:09 r1bnc

No, I don't have plans to do so - no time. Would be happy, if you start an attempt...

martin-ger avatar Sep 15 '18 06:09 martin-ger

@martin-ger will try.

r1bnc avatar Sep 15 '18 13:09 r1bnc

@martin-ger will try.

Hello. Progress?

colesnicov avatar May 20 '20 14:05 colesnicov

Haven't started yet, I just can't find good documentation/information about the esp_open_rtos.

r1bnc avatar Jun 03 '20 03:06 r1bnc

Why not for ESP8266-RTOS-SDK?

colesnicov avatar Jun 03 '20 05:06 colesnicov

I plan to use the esp_open_rtos version, more free software than the official rtos one. Just like the esp_open-sdk.

r1bnc avatar Jun 03 '20 13:06 r1bnc