Hi Everyone!
TLDR: Does anyone have experience using the PWM pins to read PWM signals from a hobby PWM transceiver? Can this be done with the Teensy?
For a more complete background, I'm working to setup a microcontroller to process control messages from different sources, namely PWM, Ethernet, UART (Serial), Wifi, or another CAN Network. At the moment, I've been able to get this started with an STM32F4 Discovery Kit, and we have proven we can configure a single MPU board to process all the various inputs based using basic manual calibration. Now, before committing to developing our own PCB, we are looking for another dev board with a smaller form factor.
While I was hoping to continue to use something with the STM32xx family of MPUs, the Teensy still seems to be to good of an option to overlook, especially because we could just the Arduino IDE. With different connectors it seems like we could configure it for all of our requirements:
UART - no connector required
Ethernet - https://www.pjrc.com/store/ethernet_kit.html
Wireless - Any ESP32 Module or board.
CAN - just need the terminals (https://www.adafruit.com/product/57...ZD5D7Ux4cSylit9OU-5xo58IZZmm82AwaAj4iEALw_wcB)
It is clear that we can transmit PWM signals using our choice of 35 pins, but the one final unknown is how well it can read PWM inputs. Does anyone have experience using the PWM pins to read PWM signals from a hobby PWM transceiver? Can this be done with the Teensy?
Thanks!
Sam
TLDR: Does anyone have experience using the PWM pins to read PWM signals from a hobby PWM transceiver? Can this be done with the Teensy?
For a more complete background, I'm working to setup a microcontroller to process control messages from different sources, namely PWM, Ethernet, UART (Serial), Wifi, or another CAN Network. At the moment, I've been able to get this started with an STM32F4 Discovery Kit, and we have proven we can configure a single MPU board to process all the various inputs based using basic manual calibration. Now, before committing to developing our own PCB, we are looking for another dev board with a smaller form factor.
While I was hoping to continue to use something with the STM32xx family of MPUs, the Teensy still seems to be to good of an option to overlook, especially because we could just the Arduino IDE. With different connectors it seems like we could configure it for all of our requirements:
UART - no connector required
Ethernet - https://www.pjrc.com/store/ethernet_kit.html
Wireless - Any ESP32 Module or board.
CAN - just need the terminals (https://www.adafruit.com/product/57...ZD5D7Ux4cSylit9OU-5xo58IZZmm82AwaAj4iEALw_wcB)
It is clear that we can transmit PWM signals using our choice of 35 pins, but the one final unknown is how well it can read PWM inputs. Does anyone have experience using the PWM pins to read PWM signals from a hobby PWM transceiver? Can this be done with the Teensy?
Thanks!
Sam