Search found 2 matches
- Sat Jun 19, 2021 9:18 am
- Forum: General discussion
- Topic: How to genaraite ppm in stm32f1
- Replies: 14
- Views: 12941
Re: How to genaraite ppm in stm32f1
Can somebody port it to PlatformIO? I would be very thankful.
- Sat Jun 19, 2021 9:17 am
- Forum: STM32F1 based boards
- Topic: Generating PPM signal using bluepill and hardware timer library
- Replies: 1
- Views: 12897
Generating PPM signal using bluepill and hardware timer library
Hey,
I building custom rc transmitter. I would want to add support for standart rc transmitter modules. For that I need to generate 8 channel PPM signal.
I tried porting this code from Arduino IDE to PlatformIO but with no luck. #include <Arduino.h>
#define CPU_MHZ 72
#define CHANNEL_NUMBER 8 //set ...
I building custom rc transmitter. I would want to add support for standart rc transmitter modules. For that I need to generate 8 channel PPM signal.
I tried porting this code from Arduino IDE to PlatformIO but with no luck. #include <Arduino.h>
#define CPU_MHZ 72
#define CHANNEL_NUMBER 8 //set ...