Jimbo13 Sun Feb 11, 2018 5:23 pm I have tried without success to use the FlashDiagnostics example from this library to test a Winbond 25Q80 SPI flash from a blue ..
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 ..
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 ..
victor_pv Fri May 08, 2015 2:11 am I just tested the FreeRTOS library from the “untested” folder, with a simple blinking sketch, and seems to work fine ..
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 ..
searcher Wed Dec 16, 2015 3:00 pm Hello, Does anybody know how to make the u8glib libary work with an STM32f103c8t6 board? I would really like to drive my 128×64 ..
Pararera Fri Oct 05, 2018 4:05 pm I installed STM32 package (STM32F1xx/GD32Fxx by stm32duino) from Boards Manager in Arduino IDE. Then I copied package from %appdata% ..
jansun Sat Jan 05, 2019 1:51 pm Hi all, I was making an attempt to use the arduino PID library: https://github.com/br3ttb/Arduino-PID-Library i build a setup with ..
Flub Tue May 01, 2018 5:02 pm Hi! I am trying to port/use the following library with Baite Maple mini STM32F103C8t6. https://github.com/madworm/MBI5030_demo … ..
HexTank Fri Sep 30, 2016 11:03 am So I’ve just moved over to the Baite MM, to utilise the faster SPI compared to the arduinos. Now, I’ve tried to move ..
empirejrz Tue Jun 27, 2017 6:40 am Good day everyone. I am beginner. I want to use STM32F103C8. Please introduce about How to connect STM32F103C8 with TFT 320QVT ..
stevestrong Wed Oct 19, 2016 10:14 pm Hi everyone, I am posting here because I was working lately on a project which involves fast USB serial reception of huge amount ..
heisan Sat Aug 04, 2018 7:25 pm (Using Roger’s core) Playing around today, I noticed something quite interesting: In libmaple’s spi_tx: while ( (regs->SR ..
BennehBoy Thu Jan 12, 2017 11:12 am https://github.com/FaBoPlatform/FaBo3Ax … 45-Library If I’ve read things correctly, all I should need to do to get this ..
arpruss Sun Feb 04, 2018 3:05 pm If I include a single header file from a library, as far as I can tell all the code and data from the library gets linked in, even ..
ramgc Wed Feb 14, 2018 12:49 pm Hello, i am design a circuit with stm32f103ve, and just connect enc28j60 for internet. I have a server with xampp and work properly ..
p2baron Sun May 13, 2018 10:31 am Is there anyone having stability issues with the UIPEthernet library? I’m doing a project which involves reading a modbus ..
lkcl Thu Sep 28, 2017 6:11 am hi as i hinted at in the introduction hello here viewtopic.php?f=2&t=2629 i would like to (quickly) investigate the feasibility ..
BrotherV Fri Dec 04, 2015 12:52 pm Hi Arduino does not support “REAL” parallel tasks (aka Threads), so I want to introduce ArduinoThreads library. Multithreading ..
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 ..