victor_pv Tue Jun 30, 2015 8:48 pm I needed to be able to play some sounds and decided to give a shot to porting this library, which reproduces audio in the Arduino ..
Jackson009 Tue Sep 15, 2015 3:12 pm Hi There, I tested another lib for the RF remote control. I use the RC switch from this link. https://github.com/sui77/rc-switch ..
RogerClark Fri May 01, 2015 7:48 am The Wire (I2C) library is part of the Arduino STM32 files download, as it is almost a core part of the Arduino suite of libraries ..
madias Sun Apr 17, 2016 7:03 pm Hello, cause I needed the TFT on SPI2 I rewrote the library and renamed it to Adafruit_ILI9341_STM_SPI2 so it can easily coexist ..
Kenjutsu Thu Feb 04, 2016 8:27 am Hello everyone, Adafruit Unified BMP085/BMP180 Driver works. RogerClark Thu Feb 04, 2016 10:23 am Thanks for posting tiger762 Thu Feb 04, 2016 ..
mrburnette Mon Apr 27, 2015 1:50 pm With 3 hardware serial ports on the Maple, it is unlikely that SoftwareSerial would be needed until one realizes that some Arduino ..
Kenjutsu Sun Jul 12, 2015 12:28 pm Just a quick note to confirm that Adafruit-PCD8544-Nokia-5110-LCD-library works “out of the box” My mistake I does ..
WereCatf Sun Apr 24, 2016 8:28 am Greiman added support for STM32F1 in his still-in-beta version of SdFat at https://github.com/greiman/SdFat-beta The library supports ..
RonC Tue Jan 19, 2016 9:29 pm Hi folks, I’ve had a couple of projects where I needed more than three serial ports. Sometimes it’s just one but I needed ..
Kenjutsu Mon Feb 15, 2016 1:50 pm [2018-07-21 —UPDATE—] [ Updated to the latest version of DS3232RTC library of JChristensen] Hello everyone, I ported ..
Vassilis Tue Aug 18, 2015 1:43 pm I ported the new W5500 Ethernet controller for using it with STM32F1 series. Actually, the new library will replace the old Ethernet_STM ..
RogerClark Sun Jun 11, 2017 4:24 am I’ve written a library to drive a WS2812B (aka Neopixel) strip using SPI and DMA. https://github.com/rogerclarkmelbourne/ ..
Vassilis Mon May 25, 2015 2:28 pm I have ported the basic functions of EtherCard Arduino library to STM32F103 MCU. -= EDIT =- The new library can be found on github ..
arpruss Sun Dec 03, 2017 8:32 pm I’ve worked hard to bring the addMidiHID branch of the libmaple-based core up to date, and even made a pull request to merge ..
victor_pv Sat May 16, 2015 8:49 pm EDIT: The new functions are integrated in the latest update of Roger’s repo. Check the .h file for a short explanation of the parameters ..
RogerClark Wed Jun 03, 2015 10:48 am 01. (Adafruit_ILI9341_STM) — SPI LCDs (SPI = Serial Peripheral Interface) based on ILI9341 controller. 02. (Adafruit_SSD1306) ..
victor_pv Mon Apr 27, 2015 7:11 pm ***Latest Update 04/10/2017*** The code in the official repo from Bill Greyman has now the support for the libmaple based core ..
MoDu Tue Nov 27, 2018 3:54 pm Cooperative multitasking for Arduino microcontrollers https://github.com/arkhipenko/TaskScheduler I’ve been using this fine and light ..
victor_pv Sun Mar 25, 2018 4:27 am I gave it a shot and modified the Adafruit MP3 library to run in the F1 mcus with 48KB or more of RAM and I2S interface. The original ..