-2

does anyone knows is there a way to generate PPM (CPPM/PPMSUM) on STM32 Bluepill Arduino?

Tnx in advance?

user505160
  • 1,010
  • 5
  • 16
  • 26

1 Answers1

2

Yes, there is a way. Just set up the hardware timers and their interrupts so you get the desired output. It's just a matter of programming; I'm sure you can take it from here.

Elliot Alderson
  • 31,192
  • 5
  • 29
  • 67