Search results

  1. pierrotm777

    Where can I find SD card holder for Teensy 4.0 and smd 10 pins connector

    Hello, I use a Teensy 4.0 board and should like to find a smd SD card support for this Teensy 4.0. I search also a smd connector 10 pins for this Teensy 4.0. Where can I find these two components? Thanks for your links, Pierre
  2. pierrotm777

    Adapt this other FlySky IBUS library to Teensy family

    el_supremo, I try to change uint32_t sensorValue to float sensorValue, but I have some compilation errors. Compiling library "IBusBM" "C:\\Users\\pierrot\\AppData\\Local\\Arduino15\\packages\\teensy\\tools\\teensy-compile\\5.4.1/arm/bin/arm-none-eabi-g++" -c -O2 -g -Wall -ffunction-sections...
  3. pierrotm777

    Adapt this other FlySky IBUS library to Teensy family

    Ooups, It's ok now, I used bad wiring. Thanks, el_supremo :)
  4. pierrotm777

    Adapt this other FlySky IBUS library to Teensy family

    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 (and back to transmitter as telemetry). -...
  5. pierrotm777

    Adapt this other FlySky IBUS library to Teensy family

    Thank you el_supremo, I test that tomorrow 👍👍👍👍
  6. pierrotm777

    Use pins 14 and 15 Teensy 4.0 pins as I2C port

    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
  7. pierrotm777

    Teensy 4.0 - I2C & SPI on ANY Pins?

    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.
  8. pierrotm777

    Adapt this other FlySky IBUS library to Teensy family

    Ok, Do you use a diode or a 1k between Rx and Tx ?
  9. pierrotm777

    Adapt this other FlySky IBUS library to Teensy family

    Hello el_supremo, do you have find a solution ? Thanks for your help ☺️
  10. pierrotm777

    Adapt this other FlySky IBUS library to Teensy family

    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 ?
  11. pierrotm777

    Adapt a library to a Teensy 4.0

    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
  12. pierrotm777

    Adapt this other FlySky IBUS library to Teensy family

    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 fun . Thanks for your help, Pierre
  13. pierrotm777

    Adapt a library to a Teensy 4.0

    I am sorry el_supremo but your code running VERY VERY WELL !! Thanks you again for your job .
  14. pierrotm777

    Adapt a library to a Teensy 4.0

    Yes, S-Port is another frsky protocol and it running very well now with the Teensy.
  15. pierrotm777

    Adapt a library to a Teensy 4.0

    Whaooo thank you very much for your help. I can test it only Monday. :-)
  16. pierrotm777

    Adapt a library to a Teensy 4.0

    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.
  17. pierrotm777

    Adapt a library to a Teensy 4.0

    Ok, it's the good lib but just recently updated. I use it for another project and run well
  18. pierrotm777

    Adapt a library to a Teensy 4.0

    Witch library S-port do you use?
  19. pierrotm777

    Adapt a library to a Teensy 4.0

    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
  20. pierrotm777

    Adapt a library to a Teensy 4.0

    Yes, but it's a library for the old frsky telemetry named HUB, not S-PORT.
  21. pierrotm777

    Adapt a library to a 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 and 328P/168 based boards (e.g. Pro Mini, Nano...
  22. pierrotm777

    Teensy 4.1 | ELRS module - how to read/write data?

    See these links: https://github.com/mstrens/oXs_on_RP2040/tree/test Use only the test branch who is the last code. or https://github.com/dgatf/msrc
  23. pierrotm777

    Teensy 4.0 Serial2 and Serial4 issue with S-Port Frsky Telemetry

    Ok, so what to change in your lib your use serial2 or serial4?
  24. pierrotm777

    Teensy 4.0 Serial2 and Serial4 issue with S-Port Frsky Telemetry

    I have already tried to use Serial2 as define and have used hardware Serial4 connection without success. For now, I use Serial3 with sucess.
  25. pierrotm777

    Teensy 4.0 Serial2 and Serial4 issue with S-Port Frsky Telemetry

    Hi pawelsky, If I understand well, I just need to change #ifndef by #ifdef into HardwareSerial2.cpp and HardwareSerial4.cpp ?
  26. pierrotm777

    Teensy 4.0 Serial2 and Serial4 issue with S-Port Frsky Telemetry

    Thank you for your help ☺️. I see that.
  27. pierrotm777

    Teensy 4.0 Serial2 and Serial4 issue with S-Port Frsky Telemetry

    If I understand well serial2 and 4 are swapped. So if I connect something on serial4, I must define a serial2 object?
  28. pierrotm777

    Teensy 4.0 Serial2 and Serial4 issue with S-Port Frsky Telemetry

    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.
  29. pierrotm777

    Teensy 4.0 Serial2 and Serial4 issue with S-Port Frsky Telemetry

    That I don't understand is why Serial1 et Serial3 accept to work with this lib and not Serial2 and Serial4.
  30. pierrotm777

    Teensy 4.0 Serial2 and Serial4 issue with S-Port Frsky Telemetry

    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
  31. pierrotm777

    Teensy 4.0 Serial2 and Serial4 issue with S-Port Frsky Telemetry

    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.
  32. pierrotm777

    Teensy 4.0 Serial2 and Serial4 issue with S-Port Frsky Telemetry

    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.
  33. pierrotm777

    Teensy 4.0 Serial2 and Serial4 issue with S-Port Frsky Telemetry

    Hello, I have tried to compile with options Serial, Dual and Triple but Serial4 don't accept to send my telemetry. Need help please.
  34. pierrotm777

    Pico 2 W running the Audio Library

    I play already with a Teensy 4.0 and love it !
  35. pierrotm777

    Pico 2 W running the Audio Library

    Sorry !
  36. pierrotm777

    Pico 2 W running the Audio Library

    With the RP2350, it's possible to change the rate as it's possible with the Teensy and TeensyVariablePlayBack ?
  37. pierrotm777

    Pico 2 W running the Audio Library

    Ok, this one by example ...
  38. pierrotm777

    Pico 2 W running the Audio Library

    Hello, nice job, is it possible to use your lib with a WaveShare RP2040 zero ?
  39. pierrotm777

    Teensy 4.0 Serial2 and Serial4 issue with S-Port Frsky Telemetry

    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) Pawelsky 20210509 Not for commercial use Note...
  40. pierrotm777

    changing pitch of audio samples - TeensyVariablePlayback library

    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?
  41. pierrotm777

    Define specific TEENSYDUINO version into Platformio

    Ok, I have tried one of your detect error codes that return: https://github.com/PaulStoffregen/MyFault/blob/main/examples/Illegal_Instruction/Illegal_Instruction.ino
  42. pierrotm777

    Define specific TEENSYDUINO version into Platformio

    Thanks for your help, I see that :-)
  43. pierrotm777

    Define specific TEENSYDUINO version into Platformio

    How can I had a Crash Report feature? Reboot come after 5s.
  44. pierrotm777

    Define specific TEENSYDUINO version into Platformio

    Hello, I play with TeensyVariablePlayback for build a RC Sound Simulator. We have an issue with the last board version 1.59 but not with the 1.57.3. With the Arduino IDE and the version 1.59, our code is crashing but not with the 1.57.3 version. Platformio compile with the version 1.59 and we...
  45. pierrotm777

    changing pitch of audio samples - TeensyVariablePlayback library

    Hello, I am new on Teensy 4.0 and try to use the TeensyVariablePlayback library. My goal is to use a PWM output on pin 3. Our code is running but I have a background noise and I don't understand where is my issue. It's my 4.0 who has a problem or just an incompatibility with the PWM mode...
Back
Top