
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 ..
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, ..
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 ..
RogerClark Tue Jun 21, 2016 11:31 am I’ve finally got around to putting the schematics and PCB’s for my Maple mini based, energy monitor project on GitHub ..
ahull Sat May 09, 2015 12:56 pm Over the last few days I’ve been playing with Ray’s STM32 Oscilloscope idea. Some preliminary results are available here.. ..
asen0v Sat Nov 05, 2016 6:37 pm Hello guys, Recently I’m trying to design a Pulse induction metal detector using maple mini. I already built two detectors ..
pe1mxp Sun Sep 13, 2015 9:24 pm Hi all. Since a year I have a HAM-radio beacon running in the 4m amateurband. I did this with the populair AD8950 and an Atmega (ofcourse ..
ChrisMicro Fri Mar 24, 2017 5:02 pm Hello Together, here I have build a little synthesizer with an Attiny85: https://github.com/ChrisMicro/AttinySound Now I got a STM32F103 ..
flyboy74 Sun Jan 27, 2019 2:32 am I will post this project here as it may interest some members of this forum. I have got all the base mechanics working on the 5x5x5 ..
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 ..
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 ..
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 ..
willfly1 Sun Feb 26, 2017 5:38 pm DSO-138 Oscope firmware DLO-138 is alternate firmware for DSO-138 and adds second analog channel, two logic channels, more sample ..
FurkanCetin Wed Oct 07, 2015 6:41 pm Hi everyone The Square Inch Project contest on Hackday.io made me focused on this project which I have been thinking on for a while ..
arpruss Tue May 22, 2018 2:37 am I’m making two pieces of software that work together, an Android app and an Arduino library, that allow the Android device ..
Timoteo Tue Feb 12, 2019 12:15 pm Hello all, Based on my experience with the F103 decided to go further and try to use the L476RG in a new project. My idea is to use it to record ..
liask Sat Mar 24, 2018 6:15 pm Hi everyone I am a new beekeeping ecologist and new to electronics and programming. because there is a problem with the bears, the bee thieves, ..
Vassilis Sun May 31, 2015 5:51 pm I successfully managed to combine the VS1053B MP3 decoder and ENC28J60 ethernet module and played web radio stations! For those ..
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… ..