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. ..
ericosowski Sun Oct 28, 2018 4:41 pm Hello guys, I’m new with STM32 and I’m in trouble with a TFT 3.5″ UNO SHIELD as show at the attached image, ..
ipsilondev Wed Aug 16, 2017 9:06 pm DISCLAIMER: i’m trying to use the platform to build a commercial product. Hi everyone first of all, sorry for so many posts, ..
octavio Wed May 31, 2017 12:06 pm Actually i have this code that does not compile because “timer->dev” is private, what is the correct way to do it? timer_dma_enable_trg_req(timer->dev); ..
idahowalker Sun Dec 30, 2018 7:09 pm I used uTimerLib when I started the project and it worked fine but I wanted to use freeRTOS. If you notice uTimerLib was commented ..
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 ..
FurkanCetin Sun Sep 20, 2015 12:16 pm Hi friends In near future, I’ll start designing my PCB for STM32 Smart Watch project. I am curious about using MURATA ..
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 ..
paksoft Fri Nov 03, 2017 10:05 am Hello Dude, I’m new to FreeRTOS and studying the book from FreeRTOS. I’m trying to test Idle hook function, so I need ..
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 ..
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 ..
octavio Tue Sep 12, 2017 2:46 pm https://github.com/octavio4/parallel-output-stm32 This library is non blocking ,it uses dma and irq to send the data while the main ..
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 ..