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 ..
stevestrong Thu Jan 05, 2017 7:54 pm I have a Web server application running on the BP, attached a W5500 board and an SD card, SdFat beta taking care of. The HTML ..
kokospalme Fri May 04, 2018 11:11 am Hello everyone! I have some OLED Displays here but I can’t get them working, unfortunately with none of the libraries ..
mrmolano Sun Jan 29, 2017 10:33 pm Hi I modify the library of iwalpola the Adafruit ILI9341 8bit STM to work with the ILI9481, I leave the link from mega https://mega.nz/#!59NmzIRA!EB3XwPoYjhPA ..
stm32_discoverer Fri Feb 17, 2017 9:34 pm Hi, i’m trying to get an integer from an array from text file on my SD card? But in old library SD.h it was easy ..
marcin.kasinski Sat Sep 10, 2016 8:15 am Hello. Do you have any I2C working example (master or receive) ? My below code throws compile error :class TwoWire’ ..
BennehBoy Fri Feb 03, 2017 12:00 pm So having upgraded from Arduino Nano to STM32 (Maple Mini clone), I find myself in the ridiculous position of having consumed ..
lkcl Thu Oct 05, 2017 1:29 am i just encountered these…. taobao has them at RMB 6 (under USD $1) i’ll have to make some enquiries after the holiday ends ..
68gt500 Wed Nov 22, 2017 8:03 am Hello all, reading & searching this (great!) forum I feel, that we all spend a lot of time (too long) and effort I to get the hardware ..
MrSupe Thu Jan 07, 2016 9:30 pm Could somebody tell me if it is possible to use PROGMEM known from esp8266 project (esp8266WebServer)? const char PAGE_NetworkConfiguration[] ..
human890209 Fri Aug 03, 2018 2:09 am Hi, I used to use Arduino and came to the STM32 world lately. The reason is that I’m lack of SRAM and need a faster processor. ..