
Ollie Sat Jun 04, 2016 3:56 am I have observed that the ST Microelectronics documentation is very detailed and is distributed in large number of PDF files. Sometimes ..
altEnergy Sat Oct 06, 2018 6:24 pm Further to my introductory post, I am still having issues I ran lcd_id_readreg on my new wiring using the following defines #define ..
thakshak Fri May 08, 2015 7:34 am i am trying to interface the HC-SR04 UltraSonic Distance sensor with my stm32f103c8t6 board using arduino IDE… for receiving ..
castortiu Wed Nov 15, 2017 2:55 pm I’m having a hard time to make the blue pill SPI work on slave mode. I just found two samples which use two SPI as input/ ..
WereCatf Mon Apr 18, 2016 3:37 pm Working code: uint8_t buffer[504]; SPI.write(pcd8544_buffer, 504); WereCatf Mon Apr 18, 2016 4:24 pm Okay, I spotted the problem: ..
wizarcl Thu Aug 06, 2015 11:51 pm Hi everyone. I’m trying to port Adafruit_TFTLCD library (for 8bit parallel LCD) and inside in library, control lines is controlled ..
kokospalme Fri May 04, 2018 11:11 am Hello everyone! I have some OLED Displays here but I can’t get them working, unfortunately with none of the libraries ..
electrobling Fri Feb 09, 2018 5:12 am I’m trying to get ahead of things while I wait for my hardware to arrive. The RTC is a very important thing for me, I would ..
stevestrong Sat Aug 05, 2017 1:12 pm Hi all, I was recently involved in a ILI9341 related project and missed some features which were already implemented in the original ..
STM32 Wed Mar 29, 2017 8:06 pm Hy guys. Thank you very much for this wonderful forum! I’m a new user here. I have an Arduino project that I would like to put on the “Blue ..
human890209 Tue Jul 31, 2018 4:15 am Q1. Is there a documentation for Bluepills just like those for Arduino boards on their official website? (https://store.arduino.cc/usa/arduino-nano) ..
stevestrong Tue Feb 02, 2016 1:22 pm Hi all, I just wanted to know whether someone already tested the SPI in slave mode and I am interested in the used code snippet ..
stm32_discoverer Fri Feb 17, 2017 9:34 pm Hi, i’m trying to get an integer from an array from text file on my SD card? But in old library SD.h it was easy ..
BennehBoy Fri Feb 03, 2017 12:00 pm So having upgraded from Arduino Nano to STM32 (Maple Mini clone), I find myself in the ridiculous position of having consumed ..
david.prentice Sun Apr 02, 2017 2:36 pm On a regular Uno, Mega, Leonardo, … you can upload a sketch via the Bootloader whether the Serial Terminal is open ..
stm32user Mon Jan 15, 2018 12:54 pm Hello there I want to use an external DAC in Stm32f103c8. How can I get a value of 0-255 as 8 logic output. thax Pito Mon Jan 15, 2018 ..
Jimbo13 Mon Oct 09, 2017 12:28 pm I cannot build the SD card example: https://github.com/greiman/SdFat/tree/m … les/SdInfo for Stm32F103 https://github.com/rogerclarkmelbourne/Arduino_STM32 ..
skyng22003 Tue Oct 06, 2015 8:31 pm I have come across a very strange problem with using I2C on the BaiTe Maple Mini with the latest STM32 build and arduino 1.6.5. ..
68gt500 Wed Nov 22, 2017 8:03 am Hello all, reading & searching this (great!) forum I feel, that we all spend a lot of time (too long) and effort I to get the hardware ..
human890209 Fri Aug 03, 2018 2:09 am Hi, I used to use Arduino and came to the STM32 world lately. The reason is that I’m lack of SRAM and need a faster processor. ..