ArduinoCore-mbed
ArduinoCore-mbed copied to clipboard
# The setup I am using the Arduino Nano 33 BLE with the nrf52 and it is running on mbed os. The nrf52 is connected to an micro SD card...
I'm using the Nano BLE 33 Rev2's on-board microphone (MP34DT06J) with the PDM library and vanilla setup code (tutorial [here](https://docs.arduino.cc/tutorials/nano-33-ble-sense/microphone-sensor)), and am noticing there is an extremely long "settling time"...
**Background info** According to https://github.com/arduino/arduino-examples/issues/47 there is a special Blink.ino for the Nicle Sense ME, which according to https://docs.arduino.cc/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_nicla also applies to the Nicla Vision. This is called `Blink_Nicla.ino`. It...
Apparently something weird happened with 4.0.2 update in I2C communication. I have a Portenta H7 (bootloader v24) with a Max31343 RTC on I2C channel 1. This example sketch from AnalogRTCLibrary...
https://github.com/arduino/ArduinoCore-mbed/blob/cdaa048b4ef1f835f8676382bba3dacbd7efe349/libraries/SocketWrapper/src/MbedUdp.cpp#L142 When parsePacket() returns non-zero, _current_packet pointer is incremented, skipping over the first byte. The function returns _current_packet[0] which is the second byte.
after trying to fiddle with the pi pico trying to get core1 to "fade" the builtin led (pin 25 ) it would stop right after upload. thinking it was a...
The data sent from [CameraCaptureRawBytes.ino](https://github.com/arduino/ArduinoCore-mbed/blob/main/libraries/Camera/examples/CameraCaptureRawBytes/CameraCaptureRawBytes.ino) sketch uploaded to a **Portenta H7 + Vision Shield board** is not displayed in the output in Processing 4.2 by the [CameraRawBytesVisualizer.pde](https://github.com/arduino/ArduinoCore-mbed/blob/main/libraries/Camera/extras/CameraRawBytesVisualizer/) sketch.  Testing...
The data sent from [CameraCaptureRawBytes.ino](https://github.com/arduino/ArduinoCore-mbed/blob/main/libraries/Camera/examples/CameraCaptureRawBytes/CameraCaptureRawBytes.ino) sketch uploaded to a Nicla Vision board is displayed as chopped up output in Processing 4.2 by the [CameraRawBytesVisualizer.pde](https://github.com/arduino/ArduinoCore-mbed/blob/main/libraries/Camera/extras/CameraRawBytesVisualizer/) sketch.  Testing with the OpenMV...
Hi, I'm working a project with a stereo PDM microphone(MP34DT06J x 2) with RP2040. Thanks for the PDM library, and I get record voice now. However, I find the voice...
Hello, I am trying to set up SPI communication between two Portenta H7's in order to facilitate _fast_ data transfer between them. The code for setting up the Portenta in...