Search found 14 matches

by maurizio.scian
Wed Nov 06, 2024 3:16 pm
Forum: ESP-IDF
Topic: w5500 and be sure module works in any time.
Replies: 14
Views: 8914

Re: w5500 and be sure module works in any time.

Thanks ESP_ondrej, the solution you suggest works! I don't know why I didn't see this example, because I don't only have the Ethernet interface but also the wifi and I had modified the original source a lot. Only, if I call esp_event_loop_delete_default it is not possible to use esp_eth_new_netif_gl...
by maurizio.scian
Tue Nov 05, 2024 12:47 pm
Forum: ESP-IDF
Topic: w5500 and be sure module works in any time.
Replies: 14
Views: 8914

Re: w5500 and be sure module works in any time.

if(checkModule()!=255 && i>5){ //restart ethernet i=0; } i++; } } I have the same problem, some disturbs causes reset of W5500. This solution, adapted in my case, allow to check the module configuration and works well... But how "restart ethernet"? Which method should i invoke?
by maurizio.scian
Mon Sep 16, 2024 6:26 pm
Forum: ESP-IDF
Topic: Specify NetIf interface for specific services
Replies: 0
Views: 662

Specify NetIf interface for specific services

Hi, I have a scenario where I use AP, WiFi STA and ethernet STA. I have several network services: - Webserver, active on all interfaces - MQTT, which I would like to activate exclusively on an STA interface - PING session active on the gateway of the ethernet interface (the switch is in my card, so ...
by maurizio.scian
Thu Feb 22, 2024 7:17 pm
Forum: ESP-IDF
Topic: Protobuf-c compilation
Replies: 0
Views: 929

Protobuf-c compilation

Hi all I tried different methods for compile my .proto files, but every time there is something wrong. This solution ( https://github.com/nopnop2002/esp-idf-protocol-buffer ) is only for Linux, and it doesn't create the source files but only use them. This solution ( https://github.com/MarcGeh/esp32...
by maurizio.scian
Thu Feb 15, 2024 11:30 am
Forum: ESP-IDF
Topic: I2C slave don't work
Replies: 3
Views: 988

Re: I2C slave don't work

That'd be about 50k/2=25kOhms, which is definitely larger than the 2-10k normally used. Thanks Microcontroller. The devices communicated for a while, and for that i was thinking that the internal pullups was enough and the problem was the firmware implementation. Moreover, i was able to see the mas...
by maurizio.scian
Wed Feb 14, 2024 6:30 pm
Forum: ESP-IDF
Topic: I2C slave don't work
Replies: 3
Views: 988

I2C slave don't work

I have 2 ESP32S3, and they need communicate by I2C (all my uart are busy). Master sends a stream (i can see it and I2C decode by oscilloscope) but the slave seems doesn't receive nothing. For double check, i tried inputs and also i tried to start a I2C master communication on the slave one, only for...
by maurizio.scian
Thu Jan 04, 2024 10:56 am
Forum: ESP-IDF
Topic: Get PEM from mbedtls
Replies: 0
Views: 8061

Get PEM from mbedtls

Hi, I'm using esp-idf v5.0. I already get file via HTTPS like in "https_mbedtls" example, without embed a PEM file. It works well, but for other connections (for example, for the OTA procedure) the library needs the PEM file. I wouldn't like use embedded PEM, is there a method to get the PEM file fr...
by maurizio.scian
Fri Dec 22, 2023 10:13 am
Forum: General Discussion
Topic: Can we debug second stage bootloader?
Replies: 1
Views: 2405

Re: Can we debug second stage bootloader?

I would like to know too...
Moreover, can we start a webserver in the second stage bootloader (and freertos, too...)?
by maurizio.scian
Wed Oct 04, 2023 8:43 am
Forum: General Discussion
Topic: Forum's search function and icons
Replies: 3
Views: 2132

Re: Forum's search function and icons

Thanks for the reply. I hope it can be resolved quickly, also because otherwise we risk creating posts that have already been proposed in the past. Realistically we don't scroll through 36k posts before asking a new question...
by maurizio.scian
Tue Oct 03, 2023 9:59 am
Forum: General Discussion
Topic: Forum's search function and icons
Replies: 3
Views: 2132

Forum's search function and icons

Search function of this forum returns HTTP error 500 (internal server error), so it is unusable. Moreover, is there a symbol legend for the posts tags? What means if there is a gray icon with a little yellow corner? And when read the post, what means if there is a little green flash in the upper rig...