Search found 6 matches

by pmoneta
Thu Mar 21, 2024 4:28 pm
Forum: ESP-IDF
Topic: ESP32 virtual network interface
Replies: 5
Views: 1222

Re: ESP32 virtual network interface

andreaslundeen wrote:
Wed Oct 04, 2023 1:04 pm
I am also interrested in this setup. Can you share some of your progress?
sry for the late response. what do you want to know?
by pmoneta
Sat Jul 29, 2023 3:37 pm
Forum: ESP-IDF
Topic: ESP32 virtual network interface
Replies: 5
Views: 1222

Re: ESP32 virtual network interface

Thanks! i figured out that i have to create my own HAL for esp32!
by pmoneta
Thu Jul 27, 2023 9:56 am
Forum: ESP-IDF
Topic: ESP32 virtual network interface
Replies: 5
Views: 1222

Re: ESP32 virtual network interface

So i should point to the ethernet driver and not netif? I didnt find any esp32 interface in the programming guide
by pmoneta
Wed Jul 26, 2023 9:17 pm
Forum: ESP-IDF
Topic: ESP32 virtual network interface
Replies: 5
Views: 1222

ESP32 virtual network interface

Hello, i would like to know if there is a way to point to esp32 netif ethernet interface (like "en1" or "ETH_DEF") while using an HAL library from software that runs on linux. I already figured out how to port the storage HAL, filesystem HAL and threads HAL, and i'm currently trying to port the ethe...
by pmoneta
Fri Oct 15, 2021 12:45 pm
Forum: ESP-IDF
Topic: Edited: Need help with MODBUS TCP on esp32 (wroom-32D - devkitc-v4)
Replies: 3
Views: 3429

Re: Edited: Need help with MODBUS TCP on esp32 (wroom-32D - devkitc-v4)

now it's connecting!! thanks for the reply!!!! Rebooting... ets Jun 8 2016 00:22:57 rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0030,len:6900 load:0x40078000,l...
by pmoneta
Wed Oct 06, 2021 6:08 pm
Forum: ESP-IDF
Topic: Edited: Need help with MODBUS TCP on esp32 (wroom-32D - devkitc-v4)
Replies: 3
Views: 3429

Edited: Need help with MODBUS TCP on esp32 (wroom-32D - devkitc-v4)

i'm trying to stablish communications between an esp32 and a virtual modbus tcp opc server on my computer. to do so, i create a netif wifi station on the esp32 and connect it to my router ( so far so good ), the esp appears in the router page and i already assigned a static ip to it (i have AP isola...