Search results

  1. S

    Automating Programming Mode Entry for Teensy 4.0 Firmware Flashing

    Thank you for your answer! The solution you provided worked perfectly, and I am now able to flash the .hex file onto the Teensy without manually entering it into programming mode. I really appreciate your help. To implement OTA using teensy_loader_cli, I used the teensy_loader_cli.exe, set its...
  2. S

    Automating Programming Mode Entry for Teensy 4.0 Firmware Flashing

    I attempted to flash firmware on a Teensy 4.0 via USB using the teensy_loader_cli command: teensy_loader_cli --mcu=TEENSY40 -w -v {firmware_path} Before flashing, I need to manually put the Teensy into programming mode by pressing the white push button on the Teensy 4.0 board. As I want to...
  3. S

    Trying to implement FOTA on Teensy 4.0

    Thank you for your reply. However, I need to implement the OTA feature in an Android application, not on a Windows system. Is there a solution for this? The entire flashing process needs to be managed through the Android app, with no involvement of a Windows system.
  4. S

    Develop an android app to implement Firmware Over the Air for Teensy

    Hello, I am working on developing an Android application to implement an OTA (Over-the-Air) feature for the Teensy controller via USB. I’ve tried using both FlasherX and teensy_loader_cli, but I’m unable to integrate them into the app because teensy_loader_cli.exe is a standalone executable...
  5. S

    Teensy_loader_cli executable

    I am working on developing an Android application to implement an OTA (Over-the-Air) feature for the Teensy controller via USB. I’ve tried using both FlasherX and teensy_loader_cli, but I’m unable to integrate them into the app because teensy_loader_cli.exe is a standalone executable, which...
  6. S

    Teensy_loader_cli executable

    Hi, thanks for your help! I'm currently working on a new application, but I'm facing some challenges while integrating the source code for teensy_loader_cli into my Android Studio project. Is there a pre-compiled library available, or any alternative method to implement the Over-the-Air (OTA)...
  7. S

    Teensy_loader_cli executable

    Hello, I am currently using a Teensy 4.0 controller and would like to automate the process of program flashing on Windows. I have reviewed the GitHub source code for teensy_loader_cli, but I was unable to successfully implement the automation. Could you please provide the teensy_loader_cli...
  8. S

    Trying to implement FOTA on Teensy 4.0

    Hello, Hello, We have a Teensy 4.0 running with an Android tablet application. The tablet application has an Android app that controls (via command/response) the Teensy 4.0. The connection between the tablet and Teensy 4.0 is made through a Micro USB cable on the Teensy side and a USB-C cable...
Back
Top