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. ..
acobo Fri May 12, 2017 10:01 am Hello to all, I have tried this simple program: #include <STM32Sleep.h> #include <RTClock.h> RTClock rt(RTCSEL_LSE); ..
kallamash Sun Jan 21, 2018 1:56 pm Hi, my setup is maple mini clocked to 128Mhz, SPI(1) is driven by clock interrupt, feeding sregs and DACs. SPI(2) is feeding OLED ..
rexnanet Thu Aug 25, 2016 9:11 am Hi, Has anyone managed to get the SST26VF064B flash to work on the STM32duino? I’ve managed to get it detected and the reading ..
arpruss Tue Aug 14, 2018 8:02 pm I’ve got a question for users of my USB Composite library. Background to the question: Currently, the library works like many ..
dev Mon Feb 20, 2017 4:37 pm Hi, This is first time i will be doing project on arduino.(I was using PIC controller’s before). I have board which is up and running. ..
stevestrong Tue May 01, 2018 6:28 pm I have reworked the SPI DMA functions: https://github.com/stevstrong/Arduino_S … 9bad4f52de Changes: – some cleanup ..
stm32_discoverer Sun Jan 01, 2017 10:59 am Hi guys, I have read that spi stm32f104cbt6 can operate at a frequency of 36 MHz, but the standard initialization of spi mode ..