Hello el_supremo,
This is my test code without telemetry on my handset.
I use a 1k resistor.
Any idea why, do I need to change something ?
#include <IBusBM.h>
/*
Simulate two sensor and send information back over the iBUS to the receiver...
Hello,
I should like to use the pins 14 and 15 as I2C master port with the FlexIO mode.
How can I can an easy method to do that?
Thanks for your help,
Pierre
Hello all, I should like to use pin 14 and 15 as I2C interface as master with FlexIO mode.
Does existe a librarie for that ?
How can I do that ?
Thanks for your help.
I hope to send telemetry to a FlySky receiver as a FS-IA6B or FS-IA10B , these receiver are not expensive and I like to use them with telemetry.
The main link is on github here.
May be it's possible as with a ESP32 to disable the timer, see here ?
If you have some time, :-) , I have a last need, this library for Flysky Ibus protocol.
https://forum.pjrc.com/index.php?threads/adapt-this-other-flysky-ibus-library-to-teensy-family.76875/
Thanks again
Hello,
I have another need, adapt this IbusBM library for the Teensy family.
This library use a halfduplex serial wiring with the flysky receiver.
I need only to translate the telemetry code but if the servo code can be updated, that would be...
Actually, I build my telemetry with this lib and sent it to my x8r receiver.
But this library can also decode S-port stream. I haven't tried to decode.
Yes, I used it, I have helped for use with the Teensy 4.0, but it's not what I need. I want use the Hub version and this version need to be updated for use with teensy 4.0
Hello,
I use a library for simulate Frsky Hub telemetry.
This Lib is running well with Atmega 328 and Teensy 3.x and LC but not with Teensy 4.0.
Can you help me to adapt this lib for a Teensy 4.0 please.
/*
FrSky Telemetry for Teensy 3.x/LC...
Thanks for your explanations, I use Arduino 2.3.4 withe core 1.57.3.
I have tried the 1.59.0 with the same result.
I keep the 1.57.3 version with TeensyVariablePlayBack 1.0.16. Teensy 1.59 and TeensVariablePlayBack 1.1 crash my Teensy.
Only this problem, and I use SERIAL_1 or SERIAL_4 because this code use macro.
See the lib I use.
https://github.com/marhar/FrSkySportTelemetry/blob/master/FrSkySportSingleWireSerial.h
SofwareSerial, is only used by avr cpu which don't have hardware serial port.
This code compile very well but don't work if I use SERIAL_1 or something like SERIAL_4. But it work very well with SERIAL_1 and SERIAL_3.
Like that ?
#if !defined(TEENSY_HW)
#include "SoftwareSerial.h"
#else
#error "An error is find !"
#endif
If I compile for an Uno, I haven't error.
If I compile for my teensy, I have well my message error.
Those options apply only to the USB interfaces presented, nothing to do with UART Serial# ports.
Serial# pins are hardcoded to default pins and unless moved to ALT (grey on PJRC card) they present on the indicated default pins and must have no...
Hello,
I use a Teensy 4.0 as Telemetry simulator. I have no issue with Serial1 and Serial3 but the FrSkySportTelemetry library not work with the Serial2 and Serial4.
I use this example as test:
/*
FrSky S-Port Telemetry library example
(c)...
Hello, I use with success TeensVariablePlayBack lib for build a rc sound simulator. Is it possible to add a text to speech feature and mixes it with the main sound?