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/ ..
tfried Wed Mar 14, 2018 3:35 pm Well, this is not the first time the issue has come up (see e.g. here: viewtopic.php?t=1040): Some graphics drivers in the stm32duino ..
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: ..
primateio Thu Oct 06, 2016 8:20 pm I have been working on a project where I use a NodeJS program with node serialport to send image data over usb to a custom Maple ..
ag123 Tue Apr 25, 2017 2:14 pm after quite a bit of tests with the ili9341_stm library, i think i managed to get my rather ‘broken’ ili9341 lcds working. ..
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) ..
bubulindo Thu Sep 01, 2016 8:18 am Hello, I’m sure this has been gone through before, but I cannot find an elegant solution for what I want to do. I’m ..
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 ..
luudee Sat Oct 08, 2016 7:02 pm Hi Guys ! So I have one of those tiny ‘F407VET boards. (actually I have a few of them) I do all my work on Linux, particularly ..
messiah Sun Apr 01, 2018 12:20 pm hey there just bought STM32F103C8 and ST-link v2. want to build another author made CW radio beacon on si4432. he have it working ..
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 ..
stm32user Thu Nov 26, 2015 1:07 pm Stm32f103c8 Mini Board ili9325 2.4” TFT (arduino uno compotible) HI How do I program with these two products arduino ide thanks! ..
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. ..
BlackBrix Fri Mar 30, 2018 10:44 am Hello, I am looking for a arduino library for the 1-channel 10bit SPI DAC AD5310 –> http://www.analog.com/media/en/technica ..
thakshak Tue Jul 21, 2015 3:04 pm I have a AM2320 temperature and humidity sensor (datasheet http://akizukidenshi.com/download/ds/aosong/AM2320.pdf) it has address ..
mephisto000 Fri Dec 21, 2018 8:17 am Hello everybody, i use the library from Steve, https://github.com/stevstrong/Adafruit_ … 8bit_STM32 My Pin setup (i use the USB-Port ..
Mabez Fri Nov 25, 2016 1:58 pm Hi, I am really trying to get my I2C display to work, I originally posted about using u8glib but I cannot get it to work, so I thought ..
stevestrong Mon Dec 26, 2016 11:28 am Hi all, I was lately trying to improve some SPI functions (speed optimization). I mostly used the new SDfat beta and everything ..
Ollie Sun Jul 03, 2016 3:33 am Openlibcm3 claims that their library supports all major MCU product families. It would be nice to combine that functionality with ..
simonf Sun Dec 06, 2015 7:51 pm Hi I know this isn’t a Library as per this section. I have modified the maple mini library I had, I added a Blue/Red pill. ..