Search found 8 matches
- Wed Dec 29, 2021 12:20 pm
- Forum: Projects
- Topic: VFD communication over Half-Duplex RS485
- Replies: 0
- Views: 2749
VFD communication over Half-Duplex RS485
Three-phase squirrel-cage induction motors with Variable Frequency Drives (VFD) are the backbone of the industry. Today we open-sourced both the VFD FreePort Protocol Arduino Library (https://github.com/PR-DC/PRDC_FreePort) and Half-Duplex RS485 communication Library for Arduino_Core_STM32 (https ...
- Tue Sep 01, 2020 4:35 pm
- Forum: IDE's
- Topic: Arduino Pro IDE and STM32
- Replies: 5
- Views: 6474
Re: Arduino Pro IDE and STM32
I can step debug the Blue Pill in Eclipse Sloeber with ST-Link.
I have in boards.txt in my_boards custom definitions (https://github.com/jandrassy/my_boards) this lines added
BluePill128kswd.build.flags.optimize=-g -Og
BluePill128kswd.compiler.c.extra_flags=-DDEBUG
BluePill128kswd.compiler.cpp ...
- Tue Sep 01, 2020 8:54 am
- Forum: IDE's
- Topic: Arduino Pro IDE and STM32
- Replies: 5
- Views: 6474
Re: Arduino Pro IDE and STM32
I have managed to compile the sketch for STM32 using the 0.1.1 version of Arduino Pro IDE, the next step is definitely debugger!
- Fri May 29, 2020 10:24 am
- Forum: IDE's
- Topic: Arduino Pro IDE and STM32
- Replies: 5
- Views: 6474
Arduino Pro IDE and STM32
Is someone able to use STM32 boards with Arduino Pro IDE?
- Fri May 08, 2020 11:54 am
- Forum: Projects
- Topic: LUNGSTORS - An open-source blower based medical ventilator
- Replies: 2
- Views: 3188
Re: LUNGSTORS - An open-source blower based medical ventilator
Hi fpiSTM,
We are glad that there are more projects based on the blower. All of us need to learn through these attempts.
Also, full KiCad project of our PROTORS_STM32F1 board is now available at:
https://github.com/protors/PROTORS_STM32F1
We are glad that there are more projects based on the blower. All of us need to learn through these attempts.
Also, full KiCad project of our PROTORS_STM32F1 board is now available at:
https://github.com/protors/PROTORS_STM32F1
- Wed May 06, 2020 8:29 pm
- Forum: Projects
- Topic: LUNGSTORS - An open-source blower based medical ventilator
- Replies: 2
- Views: 3188
LUNGSTORS - An open-source blower based medical ventilator
In the past few weeks, we used Arduino and STM32 a lot for our open-source blower based medical ventilator called LUNGSTORS. Presentation is available at:
https://protors.co/lungstors/
Our PROTORS_STM32F1 board will be available at:
https://github.com/protors/PROTORS_STM32F1
Also, there is video ...
https://protors.co/lungstors/
Our PROTORS_STM32F1 board will be available at:
https://github.com/protors/PROTORS_STM32F1
Also, there is video ...
- Fri Apr 17, 2020 8:11 pm
- Forum: Projects
- Topic: Servo Library using HardwareTimer
- Replies: 2
- Views: 4323
Re: Servo Library using HardwareTimer
Thank you for your reply.
I am not sure if we would need to change something because we do not use interrupt API, we just configure timer and channel.
- Fri Apr 17, 2020 6:43 pm
- Forum: Projects
- Topic: Servo Library using HardwareTimer
- Replies: 2
- Views: 4323
Servo Library using HardwareTimer
Hi all,
My name is Miloš Petrašinović and I am part of the Aerospace Engineering Department at the University of Belgrade and Aerospace Company called PR-DC. We often use Arduino_Core_STM32 for all kinds of research and development. We just uploaded our library for Servo motor control that uses ...
My name is Miloš Petrašinović and I am part of the Aerospace Engineering Department at the University of Belgrade and Aerospace Company called PR-DC. We often use Arduino_Core_STM32 for all kinds of research and development. We just uploaded our library for Servo motor control that uses ...