Search found 47 matches

by Juraj
Sun Feb 16, 2020 6:21 pm
Forum: Let us know a bit about you and your projects
Topic: Juraj
Replies: 2
Views: 3897

Re: Juraj

I tested my WiFiEspAT and StreamLib with Blue Pill with STM32 and with STM32duino boards packages. Both work. Some small adjustments were necessary for Roger Clark's core in WiFiEspAT library (some fake _P functions and include itoa.h, because it is not in Arduino.h ). And I retested the UIPEthernet...
by Juraj
Mon Jan 13, 2020 2:06 pm
Forum: General discussion
Topic: dan.drown.org/stm32duino?
Replies: 5
Views: 6211

Re: dan.drown.org/stm32duino?

thank you. I thought so. It is somethig like hourly' builds. The version dates correspond to dates of commits on GitHub.
by Juraj
Thu Jan 09, 2020 8:49 pm
Forum: General discussion
Topic: Can't open serial monitor using ST Link and STM32F103C8
Replies: 16
Views: 28464

Re: Can't open serial monitor using ST Link and STM32F103C8

BluePill has an USB connector. you don't need the USB-to-TTL adapter. without the stm32duino bootloader you can't upload over USB , but you should be able to print to Serial Monitor over USB with Serial like on any Arduino. the ST-Link doesn't use 'com' port for upload, so you can have the com port ...
by Juraj
Thu Jan 09, 2020 3:59 pm
Forum: General discussion
Topic: Can't open serial monitor using ST Link and STM32F103C8
Replies: 16
Views: 28464

Re: Can't open serial monitor using ST Link and STM32F103C8

ST-Link is not a Serial adapter, it is a programmer. You can't open a Serial Monitor over ST-Link. to see the Serial prints connect the Blue Pill with USB cable. without bootloader listening on USB you can't upload over USB but it works as Serial (or Serial1?) with Serial Monitor or other terminal p...
by Juraj
Fri Jan 03, 2020 9:23 pm
Forum: Libraries & Hardware
Topic: ArduinoOTA library. Help wanted for stm32duino (F1xx and F4xx done)
Replies: 2
Views: 14602

ArduinoOTA library. Help wanted for stm32duino (F1xx and F4xx done)

on the old version of stm32duino forum there was a discussion about remote upload of sketch from IDE over network. I could not replay then because I was not a member and the forum was not accepting new users. I enhanced the Arduino WiFi101OTA library to support almost all Arduino networking librarie...
by Juraj
Fri Jan 03, 2020 8:22 pm
Forum: Let us know a bit about you and your projects
Topic: Juraj
Replies: 2
Views: 3897

Juraj

In my day job I am a professional software developer (Java). And in my free time I code for Arduino community. I develop Arduino libraries and contribute to existing libraries and cores. Most of my libraries or libraries I maintain are architecture independent so should work with stm32duino boards t...

Go to advanced search