Search found 296 matches

by urbanze
Thu Apr 15, 2021 6:55 pm
Forum: General Discussion
Topic: ethernet and wifi bridge
Replies: 3
Views: 5089

Re: ethernet and wifi bridge

https://github.com/espressif/esp-iot-solution/tree/release/v1.1/examples/eth2wifi Hello WiFive! Thanks for this example. I test but fail. ESP32 can connect in my router and get own IP Addr, however, my computer still failling to get IP Address and internet access. When DHCP (in computer) is active ...
by urbanze
Wed Apr 14, 2021 10:26 pm
Forum: General Discussion
Topic: ethernet and wifi bridge
Replies: 3
Views: 5089

ethernet and wifi bridge

Hello! I looked in example "eth2wifi" inside IDF, but I need to do something a little different. Ethernet to WiFi STA and not AP. I tried some things but none worked. I have one device with ethernet connection, but in some clients, just the wifi is present. I need ESP32 to connect in WiFi (STA) and ...
by urbanze
Tue Mar 16, 2021 2:25 pm
Forum: General Discussion
Topic: ESP32-S2 ULP RISC-V
Replies: 2
Views: 2720

ESP32-S2 ULP RISC-V

Hello guys! ULP RISC-V can be used with C, but can I use C++? ULP RISC-V has some method to compile C++?
by urbanze
Thu Nov 19, 2020 11:23 am
Forum: ESP-IDF
Topic: PPPoS failing to boot
Replies: 1
Views: 2084

Re: PPPoS failing to boot

any help?
by urbanze
Mon Nov 16, 2020 2:01 pm
Forum: ESP-IDF
Topic: PPPoS failing to boot
Replies: 1
Views: 2084

PPPoS failing to boot

I trying to use PPPoS over SIM800L (idf 3.3), but sometimes doesnt work. Why this error occur? What can I do to solve? Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled. Core 1 register dump: PC : 0x4015ee0d PS : 0x00060030 A0 : 0x800e9b34 A1 : 0x3ffd04d0 0x4015ee0d: p...
by urbanze
Tue Oct 20, 2020 11:31 am
Forum: ESP-IDF
Topic: Fail to link component
Replies: 2
Views: 3355

Re: Fail to link component

Solved! I enabled the PPP support in LwIP menuconfig.
by urbanze
Sun Oct 18, 2020 12:08 pm
Forum: ESP-IDF
Topic: Fail to link component
Replies: 2
Views: 3355

Re: Fail to link component

Anyone? I really need help with this!
by urbanze
Fri Oct 16, 2020 12:09 pm
Forum: ESP-IDF
Topic: Fail to link component
Replies: 2
Views: 3355

Fail to link component

Hello guys! I trying to add new component (PPPoS library of IDF example) in a big C++ project, however, many errors appears. Using IDF v4.0-dev-76-g96aa08a0f. I already test this library in separate project folder with main.cpp and worked, but in my big project never compile. esp32-pppos folder cont...
by urbanze
Mon Sep 14, 2020 12:21 pm
Forum: General Discussion
Topic: rst: no_mean
Replies: 3
Views: 2984

Re: rst: no_mean

In what context did you see that? Can you post an example log? Sorry, unfortunately I doesnt have log. This occur only 2x in product life time. I just turned off the power to restart my device and NO_MEAN appeared. Nothing happened, everything worked perfectly. The 16 rst reasons in IDF work in 99....
by urbanze
Sun Sep 13, 2020 8:00 pm
Forum: General Discussion
Topic: rst: no_mean
Replies: 3
Views: 2984

rst: no_mean

yes, this question is simple and strange, but what can cause "no_mean reset"? Its just my curiosity... :D

No_mean has any "undocumented" reason? Any reason that is known but just hasnt been documented?