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

Search:

Type: Posts; User: pictographer

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. If I recall correctly, I connected a Teensy 3.2...

    If I recall correctly, I connected a Teensy 3.2 to a GPS using USB-Serial using no other hardware than a cable. It's possible I wired the GPS to hardware TX and RX pins of the Teensy, but I don't...
  2. Replies
    10
    Views
    1,584

    Wow. Congrats on getting it working! I'm sure...

    Wow. Congrats on getting it working!

    I'm sure I'm not the only one who is curious about what marvelous gadget will you put this in and what will it do?
  3. Replies
    10
    Views
    1,584

    Would a Teensy 4.0 spare you a heap of trouble? ...

    Would a Teensy 4.0 spare you a heap of trouble?
    https://www.pjrc.com/store/teensy40_front.jpg
  4. Summing up, I thought it would be easy to add an...

    Summing up, I thought it would be easy to add an IR remote to a wireless keyboard. A Teensy LC, an IR LED, and the IRRemote library work beautifully, but with only two AA batteries in parallel, the...
  5. Wondering how to do the investigation/measurement...

    Wondering how to do the investigation/measurement with what I have...

    I've got an external USB battery that powers the Teensy + LED well enough to work at the intended range and a multimeter. I...
  6. 4.7MFD is literally what's printed on the...

    4.7MFD is literally what's printed on the cardboard the capacitor came in. Looking closer at the capacitor itself, it's 4.7µF. Thanks again, MarkT.
  7. The boost converter gets the Teensy LC to work...

    The boost converter gets the Teensy LC to work and it can flash its builtin LED. Alas, the 3mm IR LED doesn't seem to illuminate. With a big USB battery, it worked fine.

    IR remote controls flash...
  8. I ordered some boost converter modules...

    I ordered some boost converter modules. We'll see how it goes.
  9. MarkT, thanks for the insights. The IR LED I'm...

    MarkT, thanks for the insights.

    The IR LED I'm using didn't come with a datasheet. Not sure how to measure my working prototype. I've got a cheap hand held multimeter, an inline USB tester, a...
  10. Powering a Teensy LC from 2.2V source for IRremote

    Trying to embed a Teensy LC in a Logitech K400r wireless keyboard that we use to control a media PC running Ubuntu. The keyboard controls the computer just fine, but I thought it would be nice to be...
  11. Neat design! I hope people do buy or make some.

    Neat design! I hope people do buy or make some.
  12. Should be fine to cover the traces with solder...

    Should be fine to cover the traces with solder mask.

    The touch sense hardware has tuning parameters. You might want to take a look at the source code for touchRead.

    You might want to include...
  13. Replies
    13
    Views
    5,077

    I've updated a Teensy with a Raspberry Pi Zero W....

    I've updated a Teensy with a Raspberry Pi Zero W. If you need the Pi desktop environment to install Arduino and configure things, the Zero is so slow, it's barely usable. Once you struggle through...
  14. That's an excellent idea! Maybe this thread...

    That's an excellent idea!

    Maybe this thread will be helpful: https://forum.pjrc.com/threads/44587-TTS-(Text-to-Speech)-Library-Port
  15. Have you looked at...

    Have you looked at https://forum.pjrc.com/threads/13987-Teensy-3-0-capactive-touch?highlight=touchread+timeout ?

    I think there's a need for a library on GitHub to support non-blocking touch sense....
  16. Thanks, Paul. I did grab the latest udev...

    Thanks, Paul.

    I did grab the latest udev rules. I'll update my Arduino/Teensyduino soon.
  17. Tried an experiment with a bare teensy LC that...

    Tried an experiment with a bare teensy LC that shows some promise.

    Using touchRead() you can tell the difference between the following

    Teensy held its USB cable plugged into the PC
    Teensy...
  18. Now that /dev/ttyACM0 is back, I can select it in...

    Now that /dev/ttyACM0 is back, I can select it in the Arduino IDE Port menu and things are back to working.

    Well, working with a workaround. I don't think the Arduino IDE serial monitor should...
  19. Thanks, Kurt. I think you're probably right. ...

    Thanks, Kurt. I think you're probably right.

    My first symptom was that the Arduino Serial Monitor failed to open with an error. Unfortunately, I didn't write down the error at the time.


    When...
  20. Progress! I tried a different Teensy that hadn't...

    Progress! I tried a different Teensy that hadn't been updated lately and that uses USB Serial. /dev/ttyACM0 appeared as usual.

    I'm guessing that somehow the Arduino IDE settings got confused...
  21. The teensy still functions as a keyboard device,...

    The teensy still functions as a keyboard device, but USB-serial still isn't working. Still no /dev/ttyACM0. Tried various things.

    sudo modprobe cdc-acm
    sudo modprobe usbcore
    sudo modprobe...
  22. corbett@nao:/dev$ uname -a Linux nao...

    corbett@nao:/dev$ uname -a
    Linux nao 5.8.0-44-generic #50-Ubuntu SMP Tue Feb 9 06:29:41 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
  23. corbett@nao:/dev$ cat !$ cat...

    corbett@nao:/dev$ cat !$
    cat /var/log/apt/history.log

    Start-Date: 2021-03-04 08:57:32
    Commandline: /usr/bin/unattended-upgrade
    Upgrade: wpasupplicant:amd64 (2:2.9-1ubuntu8.1, 2:2.9-1ubuntu8.2)...
  24. Ubuntu 20.10 updated and /dev/ttyACM0 vanished

    A recent update to Ubuntu 20.10 on my desktop PC seems to have removed /dev/ttyACM0. This was working fine in Ubuntu 20.10 before the update.

    I tried updating to the latest UDEV rules.
    I tried...
  25. Replies
    1
    Views
    489

    Perhaps the Pi doesn't have the needed USB serial...

    Perhaps the Pi doesn't have the needed USB serial driver installed. There should be a device like /dev/ttyACM0. You might also need to mess with stty to configure it or use a terminal emulator like...
  26. Recently, I was able to build and run...

    Recently, I was able to build and run teensy_loader_cli for OpenWrt 19.07.7 running on an GL-iNet Mango GL-MT300N-V2 Mini Router.

    As I mentioned in another thread, I'm able to reprogram the Teensy...
  27. I've done something like this with plain serial....

    I've done something like this with plain serial. It's a little wonky if the serial port also has all the console messages. You can disable the console messages, but then debugging the system gets...
  28. Replies
    3
    Views
    546

    You could try posting picture and giving a bit...

    You could try posting picture and giving a bit more information. What exactly did you do? What did you expect? What did you observe? What have you tried regarding fixing it?
  29. Teensy capacitive touch sensing as stud finder

    Some stud finders use capacitance to locate wooden studs behind drywall, based on the difference between the dielectric constant of air and wood.

    I'm wondering if a Teensy could be made into a...
  30. Replies
    1
    Views
    617

    APA102 clock recovery circuit

    Paul diagnosed why long runs of APA101 LEDs don't perform at high speed. How complicated would it be to make a circuit that gets inserted every 100 or so LEDs to clean up the clock signal?

    For...
  31. I guess this is possible What makes you...

    I guess this is possible


    What makes you think the keyboard controller is the problem and not the switches or a trace in common between the failing switches?
  32. Replies
    1
    Views
    1,054

    If you think of a photodiode as a single pixel...

    If you think of a photodiode as a single pixel camera, you can make a very low resolution color detector by using three of them. Either get ones that target the color frequencies you care about or...
  33. Replies
    131
    Views
    30,450

    I second this. Paul and the community here are...

    I second this. Paul and the community here are amazing at providing help to anyone willing to share code and follow up reasonably. Many of the amazing libraries that make Teensys so useful are...
  34. Replies
    13
    Views
    3,431

    I did have a second copy of arduino-1.8.12. When...

    I did have a second copy of arduino-1.8.12. When I sorted that and upgraded to Arduino 1.8.13 and Teensyduino 1.53, I was able to remove nano.spec, but on a Teensy LC,
    Serial.printf("Using...
  35. With the touchRead sense wire just pressing...

    With the touchRead sense wire just pressing against the metal case, the difference between touch and no touch was about two counts. Now with a bit of magnet wire taped to the inside of the case over...
  36. Replies
    13
    Views
    3,431

    Thanks, Paul. I did search for other copies of...

    Thanks, Paul.

    I did search for other copies of boards.txt and none of the others mentioned the Teensy LC. Haven't yet tried updating Arduino and Teensyduino. Verbose output still includes...
  37. Replies
    13
    Views
    3,431

    I edited boards.txt and restarted arduino....

    I edited boards.txt and restarted arduino. Haven't been able to make it work. It appears the changes to boards.txt didn't take effect.


    teensyLC.menu.opt.osstd=Smallest Code...
  38. touchRead() but only with bad soldering

    My latest project is a desk light. It uses a Teensy LC in an electrical junction box 4"x2"x1.5" made of metal that's about a 1/16" thick. While I was refining it, I had a wire soldered from Teensy LC...
  39. Replies
    13
    Views
    3,431

    Thanks, manitou! Since my needs are modest,...

    Thanks, manitou!

    Since my needs are modest, I'm getting by with Serial.println() which does print floats okay. Was reporting the bug in case there was interest in fixing it. I mean, I can...
  40. Replies
    13
    Views
    3,431

    Tried Paul's magic trick from...

    Tried Paul's magic trick from https://forum.pjrc.com/threads/27827-Float-in-sscanf-on-Teensy-3-1?p=65321&viewfull=1#post65321 but no joy.
  41. Replies
    13
    Views
    3,431

    I haven't been able to make Serial.printf() print...

    I haven't been able to make Serial.printf() print floats on the Teensy LC with any of the compiler settings I've tried. Some settings produce no output. Some produce different memory garbage. The...
  42. Replies
    804
    Views
    140,695

    Same issue for Mouse.h. Removing Mouse.h and...

    Same issue for Mouse.h. Removing Mouse.h and Keyboard.h allows the KeyboardAndMouseControl sketch to compile and run.



    Arduino: 1.8.12 (Linux), TD: 1.52-beta3, Board: "Teensy 4.1, Serial +...
  43. Replies
    804
    Views
    140,695

    Looks like keyboard emulation isn't there yet....

    Looks like keyboard emulation isn't there yet. Here's the example from https://www.pjrc.com/teensy/td_keyboard.html



    #include "Keyboard.h"


    int count = 0;
    void setup() { } // no setup...
  44. Replies
    804
    Views
    140,695

    I'm going to try to compile the examples in menu...

    I'm going to try to compile the examples in menu order starting from the top. I've made it through 01.Basic and 02.Digital so far with no issues other than spurious "An error occurred while uploading...
  45. Replies
    804
    Views
    140,695

    The Generate_Password example doesn't compile for...

    The Generate_Password example doesn't compile for the T4.1 beta doesn't compile.



    Arduino: 1.8.12 (Linux), TD: 1.52-beta3, Board: "Teensy 4.1, Serial, 600 MHz, Faster, US English"

    ...
  46. Replies
    804
    Views
    140,695

    An error occurred while uploading the sketch

    I've never been able to observe a pattern that explains when the program button needs to be pushed and when it doesn't.

    Just tried switching from my little Hello program to the FastLED demo...
  47. Replies
    804
    Views
    140,695

    Just got my T4.1 beta! It blinked as expected...

    Just got my T4.1 beta! It blinked as expected when I plugged it in to a USB port of my AMD A10-7800 radeon r7 running Ubuntu 19.10.

    My first upload attempt failed because I forgot to change the...
  48. Replies
    9
    Views
    2,147

    MCU trends

    Interesting article on trends and trade-offs in MCU design: https://semiengineering.com/the-mcu-dilemma/
  49. Replies
    4,367
    Views
    1,152,543

    The TimeAlarm library appears to work. I ran the...

    The TimeAlarm library appears to work. I ran the TimeAlarmExample.pde from Paul's github repo. Here's the output:

    14:23:02.018 -> 8:29:0014:23:02.952 -> 8:29:01
    14:23:03.944 -> 2 second timer...
  50. Replies
    4,367
    Views
    1,152,543

    @defragster, thank you. The time appears to be...

    @defragster, thank you.

    The time appears to be set reasonably by the TeensyLoader. I modified the example to report the time during setup. The example does not recognize that the Teensy is...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4