zoomx Sat Nov 07, 2015 6:26 pm From the Twitter account of Expressif (but read on Hackaday!) martinayotte Sat Nov 07, 2015 6:42 pm Yes ! This is really a good news ..
GrumpyOldPizza Tue Jun 14, 2016 6:17 pm With the standard HardwareSerial, is the following use expected to work: Serial1.begin(19200); Serial1.begin(9600); Are those ..
RogerClark Thu Oct 11, 2018 9:44 pm Guys I know a lot of you use the TP4055 based single cell Lipo charger / discharge protection modules, but I’m wondering ..
C_D Mon Aug 03, 2015 8:12 pm Has anyone here worked with emulated eeprom on the stm32? I am working on an application where I need to do a one off calibration and save ..
dev Sun Jul 15, 2018 2:25 pm Hi, I was using SPI interface with ST7735 tft. i got it working with software SPI. but hardware spi is not working. i checked with logic ..
RogerClark Mon May 02, 2016 7:00 am Guys, When using the Adafruit Max31855 library (for thermocouples), I ran into an issue with the way that the pin numbers for MOSI, ..
roffey Thu Sep 29, 2016 9:41 am This is on a Maple mini with bootloader V2. Using it’s USB to program. Boot1 pin pulled down with 10K. New to STM32 as such ..
martinayotte Tue Jun 21, 2016 1:16 am Hi Roger, You probably remember our discussions about SPIFFS … It seems that original author, Peter Andersson, did something ..
RogerClark Sun Jun 19, 2016 9:55 pm Just a thought… But looking at how Arduino.org, use the HAL at the same time as libmaple for the STAR OTTO.. I wonder if it may be possible ..
RogerClark Tue Sep 11, 2018 8:54 pm FYI… I noticed that STM have released their STM8 core to github.. See https://github.com/stm32duino/Arduino_C … tree/0.1.0 ..
BennehBoy Tue Dec 18, 2018 11:10 pm Mooching about on the internet I found this hackaday article detailing some automation to convert s standard binary to Dfuse ..
umerocks Thu Oct 20, 2016 10:04 am Hello every one, I have got a problem and am unable to sort it out. I have a code on Arduino written for Arduino-ProMini. Code ..
RogerClark Fri Jan 05, 2018 8:41 pm I noticed this ESP32 board the other day https://www.aliexpress.com/store/produc … 02699.html I don’t think the pinout ..
Riva Mon Feb 06, 2017 1:22 pm Relatively new to STM32 and attempting to write a DMX512 master program for a Baite Maple Mini clone and am wondering how long it is safe ..
RogerClark Wed Sep 09, 2015 10:53 am Guys, I’ve discovered a bug that seems to crash the Generic F103C (and I suspect the Maple mini as well, but I’ve ..
ahull Sun Oct 18, 2015 1:29 pm For my Sunrise camera trigger I would like to sleep the STM32 for long periods, and wake on alarm. What I can’t quite get my addled ..
JohnL Mon Jun 13, 2016 1:04 pm https://www.b4x.com/b4r.html https://www.b4x.com/android/forum/ ahull Mon Jun 13, 2016 4:25 pm Install Microsoft .Net Framework 4+ (it is already ..
zmemw16 Tue Jan 12, 2016 5:29 pm i’ve a stack of bits 4x nokia 5110, 7 mini maples, 4 red and 6 blue pills. this is all spi1, spi2 has a nrf24l01 wired in, got a working ..
RogerClark Sun Nov 13, 2016 3:41 am Hi Guys, I’ve been looking for some code that would play some simple tunes to a piezo buzzer, but most of the Arduino code ..
tutankhamen Tue Dec 05, 2017 9:43 am I have a project where on one side I’m using an Android phone to control STM32F103 mc via BT on other side. I’m ..