Search found 12 matches

by maurizio.scian
Mon Sep 16, 2024 6:26 pm
Forum: ESP-IDF
Topic: Specify NetIf interface for specific services
Replies: 0
Views: 242

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: 745

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: 841

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: 841

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: 7988

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: 2286

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: 1832

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: 1832

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...
by maurizio.scian
Sun Oct 01, 2023 11:33 am
Forum: ESP-IDF
Topic: ESP32 Bootloader
Replies: 1
Views: 1909

ESP32 Bootloader

I’m trying to override 2nd stage bootlaoder. For that, i simply create a new IDF project, and load the sample “custom_bootloader”-“bootloader_override”. Now, i correctly build the project and download it. As said here the 2nd stage bootloader should be resides at offset 0x1000 in flash, but flash_ar...
by maurizio.scian
Sun Sep 17, 2023 4:05 pm
Forum: Hardware
Topic: ESP32S3 WROOM1 SPI on reserved pins, again
Replies: 0
Views: 811

ESP32S3 WROOM1 SPI on reserved pins, again

The hardware developer read this post: https://esp32.com/viewtopic.php?t=1654 So he decided to cable the SPI bus to the reserved pins for drive a W5500. In detail, he used 37 as MISO 35 as MOSI 36 as SCK The W5500 works well with other pins, but when I tried to move SPI3_HOST on that pins, nothing w...