macbeth Fri Jun 17, 2016 1:35 pm Hi, after reading 100 posts here I decided to post my own question… I have layouted 3 different maple-clone-PCBs. The first ..
zoomx Sun May 03, 2015 3:56 pm I found on GitHub another STM32 Arduino core. It is only for STM32F103, focused on a specific board. The GitHub repository is here ..
racemaniac Fri Aug 31, 2018 8:10 am Wow, really nice discussion Haven’t kept up where our F4 bluepill is (i know some people were actively testing them/using ..
gmc Tue Dec 18, 2018 6:50 am Am new the STM32 boards but not to the Arduino and trying to programming the board. I think I’ve been reading too much as am now going ..
RogerClark Wed Nov 18, 2015 8:14 pm I just came across this article https://olimex.wordpress.com/2015/11/09 … ntrollers/ Basically, Olimex suggest that GigaDevices ..
RogerClark Sun Jun 25, 2017 12:40 am Guys I have been experimenting with the OV7670 camera using code from github, but the code requires that optimisation be changed ..
KenLaszlo Wed Nov 22, 2017 6:41 pm Hi I’m trying to make my code as fast as possible on my newly purchased Blue Pill. I was wondering . . . Since the CPU is a 32-bit ..
RogerClark Thu May 10, 2018 10:35 am Guys I’ve pushed an update which removed the robotis bootloader code from the core, (and variants) and also removes the code ..
victor_pv Tue Feb 21, 2017 8:05 pm UPDATE: Working code in this post, and an explanation how to modify sdFat to use it in the next post after that: http://www.stm32duino.com/viewtopic.php ..
mrburnette Thu Jun 30, 2016 12:37 pm I had a hissy in another thread regarding major changes to the serial (non-usb) code. Particulars are not important. What I think ..
tales von milet Mon Oct 30, 2017 7:27 pm moin moin, ich habe da ein kleines Problem. Index wird in der handler_servos nicht 0. sie fängt scheinbar immer bei 1 an. ich sehe ..
RogerClark Fri Nov 25, 2016 6:39 am Looking forward to more STM32F4 series devices becoming available, I am looking at trying to use the built in bootloader in the F4, which ..
simonf Wed Sep 02, 2015 9:16 pm I was wondering if anyone had had a play with the Nextion displays. They seem relatively cheap for what they are. I know there are cheaper ..
dev Tue Dec 12, 2017 3:32 am Hi, i was looking for the option for usb host controller from stm32f. I want to use usb stick and collect some data from stm32. i need ..
dberenguer Sun Aug 06, 2017 6:00 pm Dear friends, Firstly I want to congratulate the stm32duino team for keeping this initiative alive for so long. I’ve personally ..
Iguita Wed Jan 03, 2018 1:06 pm I’ve bought a cheap Chinese version of ST Link/V2 but having some problems to put it to work. I’ve installed latest STM drivers, ..
zmemw16 Wed Aug 03, 2016 5:06 pm ok, when did the Arduino_STM32 Examples menu entry get linked to the board type? i thought i’d do my usual mods to the STM32 ..
dmd Mon Mar 27, 2017 9:55 pm Hi guys. I bought my first stm32f103c8t6 from China and went to test. I used a CP2102. I connected the RX on PA9 and TX on PA10. GND on GND from ..
weravech Sat Apr 23, 2016 7:39 am Hi, I use ADC Channel and measure that have low accuracy when compare with multimeter, Anyone can advice me ? Thank you. I’m ..
efftek Sun Mar 19, 2017 8:28 pm Hi, I have two buttons connected to my blue pill on PB10 and PB11. Ultimately, I need six buttons, I’m just messing around ..