Search found 27 matches

by Kenjutsu
Wed Aug 31, 2022 6:22 am
Forum: STM32F4 based boards
Topic: FYI: STM32 BlackPill with a Cortex-M4 CPU made in Europe, not in China
Replies: 0
Views: 3621

FYI: STM32 BlackPill with a Cortex-M4 CPU made in Europe, not in China

The STM32 BlackPill is an upgrade to the cheap and cheerful STM32 BluePill. The main difference is that the BlackPill uses an STM32F411 Cortex-M4 processor, rather than the STMF103 Cortex-M3. Most of these "pill" boards are made in China. No more! Now you can get a BlackPill board that is...
by Kenjutsu
Thu Aug 25, 2022 2:33 pm
Forum: Off topic
Topic: FYI: Seeedstudio - International Free Shipping
Replies: 0
Views: 1733

FYI: Seeedstudio - International Free Shipping

Hello everyone

Just a FYI: Seeedstudio has a promotion on for free shipping on select products till 31st of August 2022. I got a couple of XIAO boards ;)

International Free Shipping from Seeed is now available for 73 products including the XIAO series, Groves, and CAN Bus Dev Kit!
by Kenjutsu
Mon Aug 08, 2022 2:31 pm
Forum: Off topic
Topic: AT32F403A anyone?
Replies: 71
Views: 111318

Re: AT32F403A anyone?

I was hoping to get this working with macOS, but with macOS the same problem occurs. xpack-arm-none-eabi-gcc is available for macOS, but not Artery_ISP_Console :(
by Kenjutsu
Thu Nov 11, 2021 2:34 pm
Forum: STM32H7 based boards
Topic: Weact STM32H743VIT6 Mini board
Replies: 19
Views: 16452

Re: STM32H743VIT6

Thank you @ag123 8-)

I have a similar board from another developer: MCUDev DevEBox STM32H7XX_M the H743VIT6 version.

I am using you work as the basis for a variant for the DevEBok version ;)
by Kenjutsu
Tue Nov 09, 2021 10:27 am
Forum: STM32H7 based boards
Topic: Weact STM32H743VIT6 Mini board
Replies: 19
Views: 16452

Re: STM32H743VIT6

Can I ask a noob question? :oops:

To successfully use this board with the Arduino IDE, what changes do I need to make? :)
by Kenjutsu
Tue Sep 14, 2021 7:06 am
Forum: General discussion
Topic: STM32H743VIT6 support
Replies: 1
Views: 1028

STM32H743VIT6 support

Hello everyone,

I am wondering if anyone has experience using a STM32H743VIT6 based board like the DevEBOX STM32H743VIT6 using the Official Core?

I see there is currently an entry under Board part number for a Generic STM32H743VITx 8-)
by Kenjutsu
Mon Sep 13, 2021 2:04 pm
Forum: General discussion
Topic: STM32DUİNO WİTH GPS
Replies: 13
Views: 5562

Re: STM32DUİNO WİTH GPS

A while back I started a small project using a BluePill and a NEO-6M GPS module to display info on two SSD1306 I2C displays. I connected the GPS module to the Serial2 hardware serial port of the BP. I am using the Official Core 2.0.0. and the TinyGPSPlus library My Arduino settings are as follows: A...
by Kenjutsu
Sun Aug 29, 2021 10:40 am
Forum: STM32F4 based boards
Topic: Adafruit_ST7735 > 1.1.0 not working
Replies: 18
Views: 16213

Re: Adafruit_ST7735 > 1.1.0 not working

Just another FYI:
  • SPI2 tested and working
  • Adafruit_ILI9341 library tested and working, both SPI1 and SPI2
by Kenjutsu
Fri Aug 27, 2021 11:29 am
Forum: STM32F4 based boards
Topic: Adafruit_ST7735 > 1.1.0 not working
Replies: 18
Views: 16213

Re: Adafruit_ST7735 > 1.1.0 not working

fpiSTM wrote: Fri Aug 27, 2021 9:14 am I've made a PR:
https://github.com/adafruit/Adafruit-GF ... y/pull/359
Thank you! I can confirm that this now works as expected for both the F103 Blue Pill and F411 Black Pill. 8-) Only tested SPI1 however.
by Kenjutsu
Thu Aug 26, 2021 6:12 am
Forum: STM32F4 based boards
Topic: Adafruit_ST7735 > 1.1.0 not working
Replies: 18
Views: 16213

Re: Adafruit_ST7735 > 1.1.0 not working

I just checked (on WeAct STM32F411CE), library version 1.7.3 . It works if i use: #define TFT_DC PA_3 // #define TFT_CS PA_4 #define TFT_RST PA_2 It doesn't work with: #define TFT_DC PA3 // #define TFT_CS PA4 #define TFT_RST PA2 I don't know why it is behaving like that... Wow! Yup, I can confirm t...

Go to advanced search