STM32-Arduino icon indicating copy to clipboard operation
STM32-Arduino copied to clipboard

Use Arduino IDE to develop STM32 MCU (e.g. RedBear Duo) firmware.

Results 7 STM32-Arduino issues
Sort by recently updated
recently updated
newest added

To support projects with C files. Based on settings previous to commit 145219332a057558590256d33569acd8dc305a94 with extra -mthumb setting to match C++ compile flags. With this change to platform.txt file replacing the...

After upgrading tools to the 0.3.x firmware release and later, attempts to program a project containing a C file results in a hard fault blinking red LED error condition as...

When using Particle Build to flash [this sample](https://github.com/redbear/STM32-Arduino/blob/master/arduino/libraries/RedBear_Duo/examples/01.Basics/Duo_WebServer/Duo_WebServer.ino) to the Duo, you'll get a "file not found" message for `#include "MDNS.h"`. For Particle Build you'd need to import the `MDNS`...

1. As written, what UUID is the iBeacon demo using? I'd like to see if iOS can detect it 2. How can we change the UUID / major / minor...

When I was playing around with Duo and [this example](https://github.com/redbear/STM32-Arduino/tree/master/arduino/libraries/RedBear_Duo/examples/02.WiFi/SimpleWebServerWiFi), I came across a nasty bug. I let the root page show on the Nexus 5 and that worked just...

In case of the Duo has been write protected, please unlock it before uploading a sketch.

Assume the Duo is in your office and you want to update the firmware remotely at home. Steps: 1. Arduino to compile sketch and outputs sketch.bin 2. A script to...

enhancement