-
Hello Everyone,
Correct me if I am wrong. According to this link: http://infocenter.nordicsemi.com/index.jsp?topic=/com.nordic.infocenter.s130.sds/dita/softdevices/s130/sd_resource_reqs/hw_block_in…
-
Hi, I'd like to report a issue that I'm having with framework-arduino-mbed@4.1.3 on Arduino Nicla Sense Me.
I'm using a battery with the Arduino Nicla Sense Me and I want to implement some battery …
-
Howdy,
I would like to add a couple of new GATT profiles.
The hex file ran OK, on a Micro:Bit v2. I am using a nRF52840 USB dongle as a DK, with nRF Connect Desktop to test.
![nRF Connect …
-
During #HackIllinois2017 @jacobrosenthal observed many issues with Windows and Zadig.
Need to explore adding a option to upload using the mbed disk using a batch file (windows) and shell script (Li…
-
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 from the Pico whi…
-
Hello,
I can't find nucleo board stm32 C031C6. https://www.st.com/en/evaluation-tools/nucleo-c031c6.html
C0 it's quite new stm32 family with Cortex M0+ but becomes popular. There are more and mor…
-
In order to build locally, add a testDependency pointing to arduino-mkr1300 in pxt.json
```
"testDependencies": {
"arduino-mkr1300": "*"
}
```
-
Looks like the settings for Serial1 are ignored in mbed core for nano RP2040
Code example tested with a logic analyzer:
``` c++
void setup() {
Serial1.begin(115200, SERIAL_8E1); // 8bits, Ev…
-
To reproduce:
1. Launch PlatformIO: Home in Visual Studio Code
2. Create a new project
3. Set Board to `ST Nucleo L476RG`
4. Set Framework to `mbed` or `Arduino`
5. Click `Finish`
Result:
…
-
When I try compile this for a Nano 33, I get the following error:
#error HID Project can only be used with an USB MCU