Hi
Thank you very much.
It is great to have this support.
Thanks and regards
Search found 9 matches
- Tue Dec 17, 2024 3:42 pm
- Forum: IDE's
- Topic: How to output PWM
- Replies: 5
- Views: 909
- Tue Dec 17, 2024 3:18 pm
- Forum: IDE's
- Topic: How to output PWM
- Replies: 5
- Views: 909
Re: How to output PWM
Hi
I am sorry I forgot to mention the Board. It is STM32F407VG diyMore Black.
PE0 is the BUILTIN_LED pin. I am trying to experiment PWM by checking the brightness of the LED.
regards
I am sorry I forgot to mention the Board. It is STM32F407VG diyMore Black.
PE0 is the BUILTIN_LED pin. I am trying to experiment PWM by checking the brightness of the LED.
regards
- Tue Dec 17, 2024 3:05 pm
- Forum: IDE's
- Topic: How to output PWM
- Replies: 5
- Views: 909
How to output PWM
Hi
Could someone please help me run PWM? I am using the code
#define LED_BUILTIN PE0
void setup() {
pinMode(LED_BUILTIN, OUTPUT);
}
void loop() {
analogWrite(LED_BUILTIN, 100);
}
The LED does not get dim but above 125 it is off and below 125 it is on.
Could somebody please help me to ...
Could someone please help me run PWM? I am using the code
#define LED_BUILTIN PE0
void setup() {
pinMode(LED_BUILTIN, OUTPUT);
}
void loop() {
analogWrite(LED_BUILTIN, 100);
}
The LED does not get dim but above 125 it is off and below 125 it is on.
Could somebody please help me to ...
- Mon Dec 16, 2024 2:42 am
- Forum: IDE's
- Topic: Arduino IDE does not recognize MPU6050 initialized by Wire.h
- Replies: 3
- Views: 686
Re: Arduino IDE does not recognize MPU6050 initialized by Wire.h
Gonzog and all
The transfer of the connections to PB8 and PB9 sorted out the matter. Thanks a lot again. It is really great to have support of this level. The pinout I of the diyMore board am using is as attached.
DIY-More-STM32F407VGT6_3.jpg
I am not sure whether this document is not correct ...
The transfer of the connections to PB8 and PB9 sorted out the matter. Thanks a lot again. It is really great to have support of this level. The pinout I of the diyMore board am using is as attached.
DIY-More-STM32F407VGT6_3.jpg
I am not sure whether this document is not correct ...
- Sun Dec 15, 2024 12:51 pm
- Forum: IDE's
- Topic: Arduino IDE does not recognize MPU6050 initialized by Wire.h
- Replies: 3
- Views: 686
Arduino IDE does not recognize MPU6050 initialized by Wire.h
Hi
I am trying to read MPU6050 using STM32duino. I got the MPU SCL, SDA connected to PB6 and PB7 of my STM32F407VG DiyMore Black Board.
STM32F407VGT6_diymore-pins2.jpg
First I tried to scan the address using the I2C scanner in the Examples under Wire.
It does not detect MPU6050. There is no ...
I am trying to read MPU6050 using STM32duino. I got the MPU SCL, SDA connected to PB6 and PB7 of my STM32F407VG DiyMore Black Board.
STM32F407VGT6_diymore-pins2.jpg
First I tried to scan the address using the I2C scanner in the Examples under Wire.
It does not detect MPU6050. There is no ...
- Sat Dec 14, 2024 4:41 pm
- Forum: IDE's
- Topic: How to use Serial Monitor on STM32F407VG Black Board
- Replies: 2
- Views: 650
Re: How to use Serial Monitor on STM32F407VG Black Board
Hi
Thanks a lot. It worked. Thanks again and it is really great to have this forum.
have a nice day
Regards
Thanks a lot. It worked. Thanks again and it is really great to have this forum.
have a nice day
Regards
- Sat Dec 14, 2024 7:45 am
- Forum: IDE's
- Topic: How to use Serial Monitor on STM32F407VG Black Board
- Replies: 2
- Views: 650
How to use Serial Monitor on STM32F407VG Black Board
Hi
I am new to STM32 on Arduino. I am trying to program STM32F407VG Diymore black board using Arduino. Could someone please help me understand the serial monitor to be connected to Arduino? At the moment I am programming STM32 by the USB Mini. The USB port on this board cannot operate on the Serial ...
I am new to STM32 on Arduino. I am trying to program STM32F407VG Diymore black board using Arduino. Could someone please help me understand the serial monitor to be connected to Arduino? At the moment I am programming STM32 by the USB Mini. The USB port on this board cannot operate on the Serial ...
- Tue Dec 10, 2024 8:02 pm
- Forum: IDE's
- Topic: Arduino IDE not programming Black STM32F407VG
- Replies: 2
- Views: 1226
Re: Arduino IDE not programming Black STM32F407VG
Hi
I sorted out this issue.
Once Arduino IDE is updated the problem was solved.
Thanks
I sorted out this issue.
Once Arduino IDE is updated the problem was solved.
Thanks
- Tue Dec 10, 2024 3:33 pm
- Forum: IDE's
- Topic: Arduino IDE not programming Black STM32F407VG
- Replies: 2
- Views: 1226
Arduino IDE not programming Black STM32F407VG
I am trying to program Black STM32F407VG using Arduino IDE. I am using STM32duino downloaded from Git Hub. IDE fail to program the Board with the error messages as
Warning: Board STMicroelectronics:stm32:STeaMi doesn't define a 'build.board' preference. Auto-set to: STM32_STEAMI
Sketch uses 13248 ...
Warning: Board STMicroelectronics:stm32:STeaMi doesn't define a 'build.board' preference. Auto-set to: STM32_STEAMI
Sketch uses 13248 ...