tutuli Fri Feb 10, 2017 12:56 pm Hi, im using a Maple mini clone (stm32f103) with the Arduino ide where the BOOT1 pin is wired through a 100k resistor to PB2. For my project ..
RogerClark Sun Jun 26, 2016 2:09 am Just a note for anyone who has seen this board that I came across on Deal Extreme and AliExpress sku_380789_1.jpg (85.84 KiB) ..
Just4Fun Fri Oct 28, 2016 1:13 pm Hi all, probably a lot of you already know this, but may be it can help others… The story starts during some tests on an Armega16 ..
fredbox Mon Feb 11, 2019 5:52 am I’m attempting to convert a libmaple project to the official fpiSTM core. I spent a good portion of the afternoon researching ..
aster Mon Jun 26, 2017 9:55 pm hello, i am porting a library to stm that uses a bluetooth module to comunicate with an android app i need to assign the port to a variable, ..
mailhouse Sun Nov 20, 2016 6:10 pm #include "stm32l4xx_hal_rng.h" RNG_HandleTypeDef hrng; uint32_t randomNumber; void setup() { Serial.begin(9600); delay(3000); ..
arpruss Wed Oct 11, 2017 3:06 am Does anyone know how much current the power LED is using on the cheap dev board (black pill in my case)? Can I just safely take ..
ClassyGoat Thu Apr 28, 2016 7:38 pm Hi Everyone! So I’m working on a project where I’m using a Maple Mini clone ( STM32F103CBT6 ) to load bitmap images ..
stevestrong Sun Jan 08, 2017 10:32 am Dear experts, I would need a step-by-step guide for over- and under-clocking. Although I have found here and here some relevant ..
C_D Wed Sep 26, 2018 1:30 am Has anyone tried doing any advanced stepper motor control with an F1 or F4? I presume someone must have looked at this as there was talk ..
RogerClark Sat Dec 17, 2016 10:18 pm I’ve just built a small project that uses a Maple mini with a Nokia 5110 monochrome LCD display , and a rotary encoder, ..
RogerClark Mon May 04, 2015 12:56 am Guys, Just thought I’d post about some experiments I’ve been doing with onboard Serial USB on generic boards and the Bootloader ..
akis_t Thu Jun 25, 2015 11:30 pm Hi, Is there a “first steps first” section/guide anywhere on these forums? I have got a what looks like a Maple Mini ..
RogerClark Mon Aug 17, 2015 12:21 am Does anyone know what speed Serial USB is capable of running at ? I’m wondering if it would be possible to Flash a ESP8266 ..
Squonk42 Tue Sep 05, 2017 8:30 am Just found this one. Schematics, 3D STL files and software available under a Creative Commons license on Github: https://www.numworks.com/ ..
mailhouse Sun Nov 13, 2016 7:23 pm Fails when using STM32F1 with Nucleo 103rb, works when using STM32L4 with Nucleo 476rg Linking everything together... "/Users/john/Library/Arduino15/packages/arduino/tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/arm-none-eabi-gcc" ..
sirma siang Mon Feb 13, 2017 4:45 pm Hello STM32 community, I am trying to use scratchx with a NUCLEO-L476RG borad. I have followed all instruction I can find, and the borad ..
donowak Fri Jul 14, 2017 10:02 am Hi, I’m Dominik from husarion.com . I have a big pleasure of introducing to you the 2nd generation of our platform for building ..
RogerClark Sun Dec 31, 2017 10:12 pm Happy New Year for 2018 Actually 2018 has been here in Melbourne for 9 hours already, but I know its still to arrive for a lot of you Its been ..
RogerClark Thu May 12, 2016 9:53 pm Hi Guys, We have examples in the repo, but I think hardly anyone knows they are there The IDE’s “Examples” ..