Jackson009 Fri Aug 07, 2015 3:52 pm Hi Everyone, This is my 1st post in this board. So far i have fun with This. STM32duino so much. I have done my project for RFID ..
Pito Thu Oct 06, 2016 5:44 pm I like retrocomputing: http://jeelabs.org/2016/10/stm32f103-emulating-a-pdp-8/ Runs on YellowPill I would use 110baud instead of less ..
RogerClark Sun Jul 22, 2018 11:47 pm I’ve built a project for a friend of mine, using a BluePill, which needs to generate various fairly accurate clock frequencies. ..
RogerClark Thu Apr 12, 2018 11:59 pm Guys The F3 core is getting further and further out of date. So now that there are practical alternatives from the ST official ..
Lennyz1988 Fri Jun 30, 2017 9:17 am Hi, I have two blue-pill SMT32 boards. I flashed them with the STM32duino-bootloader and uploaded a Blink sketch with Serial.begin(9600); ..
dev Sun Aug 05, 2018 6:25 am Hi, I am using USB IAD CDC example. CDC working properly on windows 10 but not working on windows 7. Is windows 7 detects IAD? how to install ..
rexnanet Sun May 15, 2016 1:20 pm Hi, I’m trying to use OBD and ILI9341 libraries at the same time but ran out of code memory. Using only ILI9341 I’m ..
aster Tue Dec 05, 2017 12:59 am hello, i am using a library which uses the TwoWire instance instead of Wire, which is exactly the difference? from the repo i can see that ..
RogerClark Fri May 26, 2017 11:42 pm ag123 Sat May 27, 2017 6:31 am one of the strengths of the cortex-m arm platform e.g. stm32 is its bundled gcc toolchain with ..
victor_pv Sun Apr 08, 2018 2:52 pm Since Ray initiated the conversation about the libmaple F4 core, I think it’s worth again to check what cores most people ..
dev Sun Mar 19, 2017 4:47 am Hi, I am looking for cheap logic analyser. I searched on aliexpress but got too many results. I want to hear out of experience people ..
DrBanana Fri Apr 22, 2016 11:23 am I want to try STM32F103C8T6 Dev board, but before I buy, can I generate PWM of 5 to 100 Hz with 1ms to 100ms pulse width ? I need ..
firebirduino Sun Apr 10, 2016 1:45 am Hi every one, I am new to the STM32F, your site has offered a lot of info. for newbies and will shorten my learning curve. ..
sajuukKahr Mon Jan 30, 2017 11:09 pm Hello, I’ve been trying to interface a STM32F103C blue pill (china bought) with a ILI9341 but to no luck. CS=PA2 D/C=PA1 ..
brian m Thu Jun 14, 2018 11:41 pm I’m probably missing something. I adapted this from the arduino fade example, and it works if I use analogWrite instead of pwmWrite. ..
akis_t Sat Jun 27, 2015 11:43 am The Atmega328 as used on the Arduinos is pre-loaded with a bootloader, which source code is given and can be re-compiled, something ..
RogerClark Sat Sep 09, 2017 9:31 pm See search.php?author_id=1833&sr=posts At least one user appears to be a bot… The IP address seem to be in Armenia. ..
mailhouse Wed Nov 23, 2016 3:25 am void setup() { // put your setup code here, to run once: } void loop() { // put your main code here, to run repeatedly: } void ..
gasparobr Thu Sep 13, 2018 5:20 pm Hi. I’m having a problem using a program that is bigger than 150k in a STM32F103ZE (that have 500k). When I compile and send ..