victor_pv Thu Sep 17, 2015 2:32 am I just came across this project: https://github.com/joeferner/maple-usbM … usb_mass.c I have not tested it, and seems like ..
madias Sun Oct 07, 2018 9:43 pm Hello, as I’m working on my MP3 player project, I needed to do some adapts to the Adafruit_SSD1306 library (included in Rogers ..
bubulindo Fri Sep 11, 2015 10:57 am Hello, It’s my first post here. I’ve played with the Maple boards before for some time (writing one of the RTC libraries ..
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 ..
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 ..
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 ..
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 ..
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/ ..
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 ..
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 ..
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 ..
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 ..
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 ..
victor_pv Sun Mar 12, 2017 7:06 pm I applied the same changes from FreeRTOS 8.2.1 to 9.0.0 and have been using it for some tests successfully. I need to upload it to Github, ..
madias Mon Jul 06, 2015 6:12 pm Hello, as needed for my wooden-mp3-player project, I’ve completely rewritten the original library (now all commands are included!) ..
acronis Tue Jun 27, 2017 7:05 am Hello. Tell me which library is better to use and how to physically connect STM32F103 distance sensor VL6180 https://ru.aliexpress.com/item/1PCS-VL6 ..
raufjay Thu May 18, 2017 2:00 am Hello, I tried to find VL530lox sensor library to work for bluepill board. So far I could not get one. There are few working well ..
madias Thu Apr 30, 2015 6:13 am Hello, I think, I’ve posted them before, but they are not here? Did I dreamt that? OK: Two different OLED ports of mine: The Adafruit ..
victor_pv Mon Apr 27, 2015 4:04 pm Available here, until thoroughly tested, then will send a pull or merge or something to Roger: https://github.com/victorpv/TFT_ILI9163C ..
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 ..