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 ..