Forum Rule: Always post complete source code & details to reproduce any issue!
Results 1 to 6 of 6

Thread: Without Arduino IDE...

  1. #1
    Member
    Join Date
    Apr 2020
    Location
    Hyères, France
    Posts
    25

    Without Arduino IDE...

    Hi all

    I`m sorry if this question has been asked a 100 times, I'm sure it has but I haven't been able to find a solution; any support would be very much appreciated.

    So, Imagine this. You have a commercial product that utilises a Teensy. However, you want to be able to offer firmware updates, but you don't want to have to teach your customers how to install and use Arduino IDE and Teensyduino; Is it possible to produce a custom program that is capable of programming a Teensy, using, for example a Make file or something along those lines.

    The nearest thing I've found is the command line cli thing, but this is really lacking any real instructions on how to install it and use it, or at least I haven't been able to find anything.

    thanks in advance as always
    Ged.

  2. #2
    Junior Member
    Join Date
    Jan 2022
    Posts
    10
    Yes if you can write code you can make your own update client for example with TeensySharp: https://github.com/luni64/TeensySharp

  3. #3
    Senior Member+ defragster's Avatar
    Join Date
    Feb 2015
    Posts
    16,874
    Allow source or stand alone executable is available for : Teensy-Qt

    It has a GUI - always in use here - (except Iploader for use on the LOCKABLE variants of the T_4.x 1062's) - as SerMon and Uploader. And there is also a CMDline version.

  4. #4
    Senior Member PaulStoffregen's Avatar
    Join Date
    Nov 2012
    Posts
    27,668
    You can get Teensy Loader without the Arduino stuff.

    https://www.pjrc.com/teensy/loader.html

    Just open the HEX or EHEX file with File > Open, since Arduino won't be there to tell it where the file is.


    Also, if you're making a commercial product, check out the recently released Lockable Teensy 4.0 & Lockable Teensy 4.1. These versions offer strong protection from your code being copied and the ability to securely update "in field" by customers.

  5. #5
    Member
    Join Date
    Apr 2020
    Location
    Hyères, France
    Posts
    25
    Hi Paul, thanks fornyour input.

    Ill take a look at the Teensy Loader with Arduino, I didnt see this, must of missed it.

    Regarding the Teensy 4.1, currently im using the Teensy 3.6 with Pedvides ADC library, it works well. Does the ADC library support Teensy 4.1 ?, also what is the current consumption difference between 3.6 and 4.1? Also ADC clock speed 3.6 and 4.1?

    Thanks in advance
    Gerard.

  6. #6
    Member
    Join Date
    Apr 2020
    Location
    Hyères, France
    Posts
    25
    Hi Defragster

    Thanks for the information, ill explore this option as well.

    Ged.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •