Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: kenhorner

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    876

    In the true sense of a dog with a bone, I decided...

    In the true sense of a dog with a bone, I decided to work up a simple solution not dependent on device clock rates. The code below will work for any Teensy 3x (not having a model 4 around, I...
  2. Replies
    12
    Views
    876

    Well, some reading of the Freescale docs and...

    Well, some reading of the Freescale docs and testing proved out the code supplied by Bricomp above. Testing showed the WDT clock runs at 48mz on the T3.2 and is not dependent on the selected clock...
  3. Replies
    12
    Views
    876

    Well, hell, you are right. the file is just a...

    Well, hell, you are right. the file is just a stub in the Teensy3 fork of the AVR library. So there must be some issues with the Teensy 3 pin assignments or some such. I'll have to resort to the...
  4. Replies
    12
    Views
    876

    Watch Dog timer issue

    I must be missing something, but a simple WD timer routine that will work on an Arduino fails to cooperate on the Teensy 3.2. Secret sauce please.

    Test code is below. Just a quick and slow...
  5. Replies
    0
    Views
    231

    Teensy 3.5 Reset Issue

    I decided to remote the reset and program pins on one of my designs. Used shottky diodes before the buttons to avoid any overvoltage issues, although there is no voltage present. The program switch...
  6. Replies
    1
    Views
    622

    The Teensy 5v tolerance is pretty good. You...

    The Teensy 5v tolerance is pretty good. You should not have a problem. Check the flowmeter to see if has pull up resistors. If not, you may need one on each of the SDA and SCL lines unless the...
  7. Replies
    140
    Views
    58,651

    Brian.... thank you. I'm going to set up a two...

    Brian.... thank you.

    I'm going to set up a two unit test rig with some Teensy's and RFM69 radios. When I get that working, I'll shift over to the GPS stuff and set up a base station and rover. ...
  8. Replies
    140
    Views
    58,651

    Brian, Given the availability of the Ublox...

    Brian,
    Given the availability of the Ublox GPS-RTK chips, I'm thinking of replacing my GPS subsystem connected to Teensy 3.2 and 3.5 devices. Do you think your library will hold up? I doubt you...
  9. Replies
    2
    Views
    1,994

    Teensy 4 On/Off pin

    Gang...

    As I don't see a Reset pin on the "T4" pin layout, am I to assume that the On/Off pin, switching the 3v supply essentially performs the same function? I want to swap it in for a T 3.2...
  10. Replies
    3
    Views
    6,627

    [posted] Semi autonomous robot beach wagon

    Not quite as facile as having an ability to climb stairs, but this gets another job done. Hauling 200 pound loads over a large sand dune and saving the family, and me especially, a lot of work. The...
  11. Replies
    2
    Views
    1,106

    KurtE... No need. I went back to Github and...

    KurtE...

    No need. I went back to Github and found Paul's latest library for the ILI9341_t3. After installing it the problem went away. Seems my log up files used to rebuild was not accurate...
  12. Replies
    2
    Views
    1,106

    TFT Display issue ILI9341

    I recall seeing something in the posts last fall about the improper handling of println() calls. I just rebuilt my dev system and reloaded all the libraries etc.
    ILI9341_t3.h and other files show...
  13. Replies
    3
    Views
    1,502

    Ok, thanks. Got some work to do now.

    Ok, thanks. Got some work to do now.
  14. Replies
    3
    Views
    1,502

    Teensyduino compatibility

    I'm porting over some code from a Mega setup. And I'm guessing the naming conventions in Teensyduino for the Teensey chipset are different than the AVR units. I get a compiler error on the ISR line...
  15. Replies
    12
    Views
    8,448

    Gang... thanks a load. this was right on the...

    Gang...
    thanks a load. this was right on the money information. Now off to make the switch.
    Ken
  16. Replies
    2
    Views
    2,008

    Thanks for the prompt response. In the...

    Thanks for the prompt response. In the experiments I've been doing, I concluded that the situation might be as you described. Now I've got several good avenues to pursue. Cutting power to just the...
  17. Replies
    2
    Views
    2,008

    Reset pad; Program button...

    I'm curious as to the difference in the Program push button and the Reset pad on the bottom of the 3.2 unit. Are these explained in any documentation? Searching the Forum doesn't turn up much...
  18. Replies
    12
    Views
    8,448

    math libraries

    I'm in the process of moving a set of subsystems over from an Arduino Mega 2560 setup to a Teensy 3.2. All is working fine so far, and running much faster, but I do have a question. One of the...
Results 1 to 18 of 18