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 ..
BennehBoy Thu Mar 02, 2017 9:43 am HI, I was hoping to use an off the shelf menu system for one of my projects, this one seemed to offer some of the best features: ..
castortiu Wed Nov 15, 2017 2:55 pm I’m having a hard time to make the blue pill SPI work on slave mode. I just found two samples which use two SPI as input/ ..
tfried Wed Mar 14, 2018 3:35 pm Well, this is not the first time the issue has come up (see e.g. here: viewtopic.php?t=1040): Some graphics drivers in the stm32duino ..
WereCatf Mon Apr 18, 2016 3:37 pm Working code: uint8_t buffer[504]; SPI.write(pcd8544_buffer, 504); WereCatf Mon Apr 18, 2016 4:24 pm Okay, I spotted the problem: ..
primateio Thu Oct 06, 2016 8:20 pm I have been working on a project where I use a NodeJS program with node serialport to send image data over usb to a custom Maple ..
ag123 Tue Apr 25, 2017 2:14 pm after quite a bit of tests with the ili9341_stm library, i think i managed to get my rather ‘broken’ ili9341 lcds working. ..
human890209 Tue Jul 31, 2018 4:15 am Q1. Is there a documentation for Bluepills just like those for Arduino boards on their official website? (https://store.arduino.cc/usa/arduino-nano) ..
bubulindo Thu Sep 01, 2016 8:18 am Hello, I’m sure this has been gone through before, but I cannot find an elegant solution for what I want to do. I’m ..
stevestrong Tue Feb 02, 2016 1:22 pm Hi all, I just wanted to know whether someone already tested the SPI in slave mode and I am interested in the used code snippet ..
luudee Sat Oct 08, 2016 7:02 pm Hi Guys ! So I have one of those tiny ‘F407VET boards. (actually I have a few of them) I do all my work on Linux, particularly ..
messiah Sun Apr 01, 2018 12:20 pm hey there just bought STM32F103C8 and ST-link v2. want to build another author made CW radio beacon on si4432. he have it working ..
Jimbo13 Mon Oct 09, 2017 12:28 pm I cannot build the SD card example: https://github.com/greiman/SdFat/tree/m … les/SdInfo for Stm32F103 https://github.com/rogerclarkmelbourne/Arduino_STM32 ..
stm32user Thu Nov 26, 2015 1:07 pm Stm32f103c8 Mini Board ili9325 2.4” TFT (arduino uno compotible) HI How do I program with these two products arduino ide thanks! ..
skyng22003 Tue Oct 06, 2015 8:31 pm I have come across a very strange problem with using I2C on the BaiTe Maple Mini with the latest STM32 build and arduino 1.6.5. ..
BlackBrix Fri Mar 30, 2018 10:44 am Hello, I am looking for a arduino library for the 1-channel 10bit SPI DAC AD5310 –> http://www.analog.com/media/en/technica ..
thakshak Tue Jul 21, 2015 3:04 pm I have a AM2320 temperature and humidity sensor (datasheet http://akizukidenshi.com/download/ds/aosong/AM2320.pdf) it has address ..
mephisto000 Fri Dec 21, 2018 8:17 am Hello everybody, i use the library from Steve, https://github.com/stevstrong/Adafruit_ … 8bit_STM32 My Pin setup (i use the USB-Port ..