-
Hello,
I updated the board package for the Arduino nano 33 BLE (the mbed one) because I saw that the package I had before is deprecated. Since then Adafruit Neopixel lib doesn't compile anymore...
…
-
* Minimal sketch to reproduce the error:
```C++
#include
void setup() {
}
void loop() {
}
```
* Compile the sketch via `arduino-cli compile -b arduino:renesas_portenta:portenta_c33 -v…
-
The data sent from [CameraCaptureRawBytes.ino](https://github.com/arduino/ArduinoCore-mbed/blob/main/libraries/Camera/examples/CameraCaptureRawBytes/CameraCaptureRawBytes.ino) sketch uploaded to a Nic…
-
Hi
I am modifying SX126x-Arduino library to work with this core, but i need to work with Ticker in milliseconds, I have only been able to work in microseconds
https://github.com/ElectronicCats/S…
-
I've noticed that the file platform.local.txt is not considered when detecting toolchains. For example create the file
`~/.arduino15/packages/arduino/hardware/mbed_nano/2.5.2/platform.local.txt` with…
-
## Feature Request: Update MKRWAN and mbedCore
The arduino-build.sh file has old versions:
```
$ARDUINO_CLI core install arduino:mbed@1.3.1
$ARDUINO_CLI lib install MKRWAN@1.0.13
``…
-
with mega use this code
http://robotics.stackexchange.com/questions/1864/razor-imu-arduino-interfacing
connection with mbed
https://developer.mbed.org/users/aberk/notebook/sparkfun-9dof-razor-imu-wa…
-
I am looking to compile this for the Mbed ARM platform. Outside the send/receive functions, are there any other Arduino specific components to this that would pose a problem migrating?
Has anyone t…
-
## Bug Report
### Current behavior
when I do
```bash
arduino-cli upload --port /dev/ttyACM1 -b arduino:mbed_nano:nano33ble ./writer \
arduino-cli upload --port /dev/ttyUSB0 --fqbn esp8266:esp82…
-
Now that the [Arduino Nano 33 BLE](https://store.arduino.cc/nano-33-ble) and [Arduino Nano 33 BLE Sense](https://store.arduino.cc/nano-33-ble-sense) have been released and introduce:
- First genuin…