tiger762 Fri Apr 29, 2016 2:46 am So I have need to take 8000 analog samples per second for a project. I started looking at the possibility of using a GPS module ..
MarkM Mon Sep 28, 2015 10:22 pm Since I’m just getting started with the STM32 MCUs, I thought I would start with designing a smaller(than the maple mini) development ..
madias Tue Aug 14, 2018 10:31 am Edit 2018-10-08: First working video: https://www.youtube.com/watch?v=uyHcGiRt4c0 Hello, 3 years ago, I developed a wooden MP3 player ..
konczakp Sun Aug 07, 2016 10:30 am Hi, I’m trying to run a pll frequency synthesizer board like this : http://www.ebay.pl/itm/172076128477?_tr … EBIDX%3AIT ..
strawberrymaker Mon Aug 08, 2016 10:41 pm Just a small project which i had on my to do list for quite a while: a devboard smaller than the maple mini. Because i didnt ..
RogerClark Fri Sep 29, 2017 4:54 am Update… After evaluating the practicality of this, it does not appear to be economic to produce a F4 board, especially ..
victor_pv Tue May 05, 2015 6:49 pm Just wanted to post it here. Haven’t started it except for reading about similar projects I have found. I forked on github ..
magflip Fri Nov 17, 2017 5:54 pm Hello guys! My name is Felipe, I’m from Brazil and my project consists of a new dashboard panel for my old Volkswagen Gol 1989. ..
C_D Wed Jul 27, 2016 12:37 am OK so I wasn’t sure where to put this, ‘projects’ seems as good as anywhere. I have an existing device you can buy commercially, ..
madias Wed May 30, 2018 8:33 pm Ok, this is not really a “project”, more a template for projects needing a cheap and large touch display (without super ..
electrobling Mon Feb 19, 2018 9:28 pm I have made progress with software to calibrate the STM32F103C8 RTC. I did my first testing today on 3 different Blue Pill ..
TheKikGen Thu Mar 22, 2018 2:51 am I currently own 2 USB MIDI 4X4 (4 IN / 4 OUT) from Miditech/Midiplus manufacturer. I thought it was possible to stack the 2 on the same ..
ahull Thu Jul 16, 2015 11:40 pm I took a quick look at the 6502 Emulator mentioned here and it appears to work with a minimum of fuss. Read that thread first before ..
unknown_anonym Thu Jul 20, 2017 10:12 am DESCRIPTION on russian, use google translator. https://translate.google.com/translate? … t=&act=url шаговый ..
ted Sun Jun 10, 2018 10:21 pm How convert this code to stm32 ISR (TIMER1_OVF_vect) { static uint8_t n=0; OCR1A = OCR1B= sine_wave[n]; n++; ted Mon Jun 11, 2018 8:45 ..
madias Mon Apr 27, 2015 3:43 pm It’s for the third birthday of my daughter in July: Ok, not a really complicated project, but with some features: I use one of those ..
Vassilis Sat Nov 28, 2015 12:51 pm Nowadays the 3D printers are awesome and help us make a lot of plastic spare parts very cheap and easy. The question for me was to buy a new printer ..
arpruss Mon Aug 27, 2018 3:38 am I acquired an old serial SpaceBall 4000 3d-mouse on ebay, with the hope of using a max3232 to connect it to a black/blue pill, which ..
.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… ..