.rpv Thu Sep 29, 2016 8:27 pm Hi there, so I’m adapting this project: https://hackaday.io/project/3417/ to the “blue pill“, I tested it on an arduino ..
ahull Sat Jun 27, 2015 11:26 pm In order to give me some incentive to play with the low power modes, I’ve re-written the sketch originally used here… ..
profdc9 Tue Jun 12, 2018 2:23 am I whipped up a quick dev board for the STM32F104 which should be compatible with the BluePill. My goal is to use thru-hole components ..
victor_pv Tue Dec 19, 2017 3:45 pm I posted about porting the 3d printer firmware Marlin to the STM MCUs. I have been contributing code to Marlin, and has been ran in a couple ..
ddrown Sun Jan 17, 2016 3:32 am I created a binary clock* using a red pill STM32F103 and a ST7735 1.8″ LCD Video: https://www.youtube.com/watch?v=QE03CFNgCjA ..
ricardo-reis Wed Mar 21, 2018 1:26 pm hello! in this post i’m going to try showing you how i’ve created a simple remote control (PoC) which allows communication ..
Blitzyohoo Wed Sep 26, 2018 11:11 am I’m planning to use SDHC on my outdoor data logger, I’m planing to use IP rated box and seal it with silicone sealant ..
mausi_mick Mon Oct 29, 2018 9:47 am Hi, I have rebuild the Transistor Curve Tracer: https://www.instructables.com/id/Transi … ve-Tracer/ It was a very nice ..
Col68 Wed Jun 27, 2018 4:33 pm Hello dear friends After seeing the project of Roger with a camera OV7670 / Stm32 / Tft viewtopic.php?t=4 this share my inspiration ..
ted Fri Aug 24, 2018 2:04 pm Hi Input – output I am trying to have the same pulses on pin PA7 as on PB12. No pulses on PA7, what I doing wrong ? int state ..
RogerClark Sat Sep 09, 2017 10:43 pm Guys I’ve developing a number of breakout boards for the BluePill, using KiCad I could not find an existing KiCad symbol ..
RogerClark Wed Jul 22, 2015 9:37 pm I need to build a home power monitoring system, which can detect whether mains electricity is being consumed from the grid or exported ..
BrotherV Sun Dec 06, 2015 9:57 am WiFi Telnet between ESP8266 and Android Device Hi, maybe this topic not good for here but it’s a part of a big project (How ..
ted Mon Jul 16, 2018 2:52 pm Hi I am trying to add to phase meter program (#1) another one (#2) which subtracts two rectangular signals. The program #2 alone is working ..
ted Mon Jun 18, 2018 9:14 pm This code is working fine under condition that amplitude of the signal is 3.3V which is 1/2 of voltage bias on PA7. It is eliminating ..
webzoid Fri Aug 03, 2018 4:51 pm Hi all, I want to introduce my project, Toasty. It’s my first attempt at an STM32-based project so I took the plunge and decided ..
RogerClark Wed Jun 14, 2017 7:15 am This isn’t really my project, its more a spin off from @ahull’s postbag and his desire to know the speed of passing ..
ted Wed Jun 13, 2018 9:35 pm Hi I trying to control PWM duty by buttons, but I have no pulses on PA3 unless this line is disabled and contain of the loop. Timer2.attachInterrupt(0, ..
racemaniac Fri Jun 10, 2016 6:09 pm As i said in the 10$-o-scope project, i borrowed some of its code to do a fun little project I read you can change the pitch ..
ted Mon Jan 01, 2018 1:59 am STM32F103 is running at 72 MHz I believe the simple code can divide it by 100 which will give 0.72 MHz PWM output on pin, for example ..