ArduinoCore-mbed icon indicating copy to clipboard operation
ArduinoCore-mbed copied to clipboard

Results 100 ArduinoCore-mbed issues
Sort by recently updated
recently updated
newest added

Hi! Trying to connect M4 core with a network with Ethernet, it throws me the following error: ``` C:\Users\salai\AppData\Local\Temp\arduino\sketches\CC8894BAF4C8F3E63D28F93B8DC3E5BA\libraries\Ethernet\Ethernet.cpp.o: In function `_GLOBAL__sub_I__ZN7arduino13EthernetClass5beginEPhmm': C:\Users\salai\AppData\Local\Arduino15\packages\arduino\hardware\mbed_portenta\4.0.10\libraries\Ethernet\src/Ethernet.h:63: undefined reference to `EMAC::get_default_instance()' collect2.exe: error: ld...

Hi, I noticed this takes an `nsapi_event_t status` param but it is not used, why is this? Doesn't seem like this is needed here? https://github.com/arduino/ArduinoCore-mbed/blob/ac7d14eb8404ad9c396eabc36a655c1183e8f3e4/libraries/WiFi/src/WiFi.cpp#L244-L251

Hi, I'm working on a USB MIDI library using the `PluggableUSBModule` class. During my tests I've had sporadic failures due to the received USB packets reporting an incorrect length (the...

nrf52

Any plan of adding SPI slave functionality to nrf52 boards, specifically Arduino Nicla Sense ME? I know the SPI Slave library from Mbed, but it seems the SPI slave driver...

Hello, I am facing some issues while trying, in a larger project, to accomplish the following: 1. Try to connect to the internet via WiFi 2. If connection fails, open...

Hi everybody, i am currently trying to implement an I2C connection between an ESP32-WROVER and a Raspberry Pi Pico (RP2040). The ESP is configured as master and shall request data...

More of a query than an issue, is there a way to modify the reported VID/PID/device name etc within the MBED core similar to how TinyUSB can?

![image](https://github.com/arduino/ArduinoCore-mbed/assets/57756811/86c645b3-a0a4-4c9a-a51b-0d9e0b07797d) ChatServer.ino example under the Ethernet library on the Examples for Portenta H7. When loading the sketch to the board the telnet command won't connect or freez after the connection....

Hello, I’m trying to build a project for my Raspberry Pi PIco and I was wondering if I could use C++17/20 for it. However, it seems like there are some...