8000 Portenta H7: Ethernet not working · Issue #112 · arduino/ArduinoCore-zephyr · GitHub
[go: up one dir, main page]

Skip to content
Portenta H7: Ethernet not working #112
Open
@razvanphp

Description

@razvanphp

Is this supposed to work?

#include <Ethernet.h>

byte mac[] = { 0xA8, 0x61, 0x0A, 0xAE, 0x44, 0xE0 };
IPAddress ip(10, 30, 0, 3);

void setup() {
  Ethernet.begin(mac, ip);
}

void loop() {}

For me it is compiled and uploaded, but the IP is not responding to ping.

I see some related issues in the main zephyr project, but not sure if those are included in the arduino core fork:

zephyrproject-rtos/zephyr@d863343 - boards: arduino: portenta_h7: Enable Ethernet and USB-HS Support
zephyrproject-rtos/zephyr#79589 - No network inface found when enabling ethernet with the "Arduino portenta H7 board" and the "Portenta Hat Carrier" shield

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0