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

Search:

Type: Posts; User: Wozzy

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    4,999

    Many of the GPS modules support an extremely...

    Many of the GPS modules support an extremely precise PPS (Pulse Per Second) signal that can be used to synchronize the Teensy clock.
    Many people are using this signal to create a Stratum 1 NTP Time...
  2. Thread: Arduino 1.8.10

    by Wozzy
    Replies
    3
    Views
    2,494

    Look in the Announcements...

    Look in the Announcements category of the Forum.

    Teensyduino 1.48 Beta #1
  3. Replies
    4
    Views
    3,553

    This is very sad news indeed. Daniel was very...

    This is very sad news indeed. Daniel was very dedicated to the FastLED project, and to helping others.
  4. One common application I have is to use a Teensy...

    One common application I have is to use a Teensy to read digital sensors (I2c, SPI, etc) and output proportional linearized analog voltage outputs to allow use with a traditional analog data...
  5. Replies
    12
    Views
    12,279

    That's a terrific project that can greatly...

    That's a terrific project that can greatly benefit the open source community.

    I'd really love to see an open source hardware & software solution for an instrument grade DAC with voltage and 4-20ma...
  6. Can you elaborate. I have the Audio Tools...

    Can you elaborate.
    I have the Audio Tools working great on my Teensy 4.0.
    The current version of the PJRC audio board works well with it T4.0 but it is not directly stackable as some of the pins...
  7. Replies
    4,367
    Views
    1,125,601

    FrequencyTimer2 fails to compile

    Below are the errors returned by the Arduino IDE when compiling the FrequencyTimer2 test.ino sketch example for Teensy 4-Beta2:

    Error compiling for board Teensy 4-BETA2...
  8. Replies
    4,367
    Views
    1,125,601

    FreqCount Fails to compile.

    Below are the errors returned by the Arduino IDE when compiling the FreqCount serial_output.ino example for Teensy 4-Beta2:

    Error compiling for board Teensy 4-BETA2
    In file included from...
  9. Replies
    4,367
    Views
    1,125,601

    FreqMeasureMulti Fails to compile

    I was able to successfully compile the serial.ino FreqMeasure example, but failed to compile the FreqMeasureMulti serial.ino example for Teensy 4-Beta2.
    The Arduino IDE returned the following...
  10. Replies
    4,367
    Views
    1,125,601

    I was successful to use olikraus' U8G2_Arduino...

    I was successful to use olikraus' U8G2_Arduino library with Teensy 4.0 for an i2c 128x32 SSD1306 OLED display.
    I used these settings for i2c port 0:
    U8G2_SSD1306_128X32_UNIVISION_1_SW_I2C...
  11. Replies
    4,367
    Views
    1,125,601

    I can confirm that Teensy 4.0 works with VL53L1X...

    I can confirm that Teensy 4.0 works with VL53L1X i2c LASER time of flight distance sensor using this Pololu library.
    17005
  12. Replies
    4,367
    Views
    1,125,601

    @defragster, Thanks for letting me know about the...

    @defragster, Thanks for letting me know about the update.

    I can confirm that the SSD1306 for I2C works under the latest Adafruit GFX Library downloaded today: ...
  13. Replies
    4,367
    Views
    1,125,601

    Hi All, I just received my Teensy 4.0 Beta2 unit...

    Hi All,
    I just received my Teensy 4.0 Beta2 unit the other day.
    I was able to compile and run the Adafruit SSD1306 library for an SSD1306 128x32 I2C OLED display.
    Its using pins SCL0(19) and...
  14. Replies
    37
    Views
    15,823

    Thanks for the clarifications... OK I'm going...

    Thanks for the clarifications... OK I'm going back to whacking moles!
  15. Replies
    37
    Views
    15,823

    So I have spam delete privilege, but not "Plus"...

    So I have spam delete privilege, but not "Plus" status.
    Should I refrain from deleting spam for the time being?

    Edit:
    I guess what I really have is spam report privilege, But the spam gets...
  16. Replies
    37
    Views
    15,823

    How do the "plus" users determine the spammer's...

    How do the "plus" users determine the spammer's IP address?
    Also where do we find the moderation area to view the sticky thread?
  17. Replies
    9
    Views
    4,280

    It's generally a good idea to post details and...

    It's generally a good idea to post details and photos about your project and the code that is giving errors.
    (See the "Forum Rule:" in red at the top of the page)

    It's really the only way anyone...
  18. Replies
    9
    Views
    4,280

    Also sometimes turning off your virus scanning...

    Also sometimes turning off your virus scanning helps.
  19. This problem also occurs with low quality or...

    This problem also occurs with low quality or non-compliant USB hubs.
  20. Replies
    7
    Views
    3,538

    How are you supplying power to the Teensy? Are...

    How are you supplying power to the Teensy?
    Are the power supply grounds and the Teensy ground all connected together?
    Some photos of your actual setup and the Code you are running would be helpful...
  21. Replies
    7
    Views
    3,538

    What is the power rating of the power supplies?...

    What is the power rating of the power supplies?
    With 12 strips of 145 pixels and assuming around 50mA for a full white pixel, you can be drawing up to 87A (435W) per 5 V power supply ...
  22. Replies
    5
    Views
    1,995

    You can also use the method described in THIS...

    You can also use the method described in THIS POST to drive your Bicolor LED, from only a single pin.
    This can give you Red Green or Yellow.

    EDIT: Actually, Never Mind... this won't work because...
  23. Replies
    1
    Views
    1,198

    See This...

    See This Post:https://forum.pjrc.com/threads/19336-How-to-repair-a-broken-off-Teensy
  24. Thread: Where to start

    by Wozzy
    Replies
    11
    Views
    3,626

    For anyone working on a project like this... I...

    For anyone working on a project like this... I noticed while looking at the webpages on this that one problem seems to be that the waterproof transducers attenuate the signal by as much as 40x. There...
  25. Thread: Where to start

    by Wozzy
    Replies
    11
    Views
    3,626

    It's not the same one as above, but here are two...

    It's not the same one as above, but here are two other well documented Ultrasonic Anemometer projects:

    https://soldernerd.com/arduino-ultrasonic-anemometer/
    Edit: I just noticed that Antiath is a...
  26. Replies
    11
    Views
    4,519

    One idea might be to consider using rotary...

    One idea might be to consider using rotary encoders instead of pots.
    With encoders, you can have as many discreet positions as you like.
    Encoders with detents also can give hepatic feedback so you...
  27. Replies
    27
    Views
    10,377

    Lorenzo, Let's try isolate if the problem is...

    Lorenzo,
    Let's try isolate if the problem is with the encoders or with the LS7366R communication.
    Hook up the Teensy as listed in the file header comments then try to run this program.
    Power the...
  28. Replies
    27
    Views
    10,377

    Lorenzo, I setup a breadboard with a Teensy...

    Lorenzo,

    I setup a breadboard with a Teensy 3.2, LS6377R and and Encoder.
    I ran the code from Posts 7, 9, 20. All of them worked correctly.

    For the code in post #20, I only changed the SS pin...
  29. Replies
    2
    Views
    1,640

    That page is in reference to Teensy 2.0 and 2.0++...

    That page is in reference to Teensy 2.0 and 2.0++ which are 5 V devices
  30. Replies
    27
    Views
    10,377

    Check out this thread:...

    Check out this thread:
    https://forum.pjrc.com/threads/26803-Hardware-Quadrature-Code-for-Teensy-3-x?highlight=hardware+quadrature

    I've used this method successfully, but only on a Teensy 3.6.
  31. Replies
    27
    Views
    10,377

    Lorenzo, It looks like your yellow sck wire is...

    Lorenzo,

    It looks like your yellow sck wire is hooked to pin 13 on the Teensy, but the code is defining it as alternate SPI SCK pin 14.
    Try to move the Yellow wire to pin 14.
    Also can you please...
  32. Replies
    27
    Views
    10,377

    Scratch that comment about SS being tied to...

    Scratch that comment about SS being tied to ground.
    I found the board, and it's wired like this:


    LS7366R Teensy
    4 SS 10 SS
    5 SCK 14 ALT SCK
    6 MISO 11 MOSI
    7...
  33. Replies
    27
    Views
    10,377

    Ls7366r

    Here's some code that I successfully used some time ago to read a 50,000 count encoder with a single LSI LS7366R with a Teensy 3.2.

    For my application, I only had one encoder so I tied the SS pin...
  34. No Problem. It always makes people happy if you...

    No Problem.
    It always makes people happy if you post some photos of your working project.
    This thread may help someone else down the road that has similar questions or problems.
  35. Replies
    6
    Views
    2,595

    Do you need the frequency acquisition of all...

    Do you need the frequency acquisition of all channels to be simultaneous, or can you multiplex the the inputs and alternate the samplings?
    With a several MHz input signal, you will only need to...
  36. Replies
    13
    Views
    3,803

    You'll need a receiver that supports SPI Master...

    You'll need a receiver that supports SPI Master mode to talk to the display controller. Possibly an ESP8266 or an ESP32 can do that but there will definitely be some software development involved to...
  37. If you are powering the Teensy and PropShield...

    If you are powering the Teensy and PropShield from the USB, do not hook it to the +5V from the external power supply. If you really want to hook it to the 5V supply, while the USB is hooked up then...
  38. You will definitely need an external power...

    You will definitely need an external power supply.
    Each Pixel can use as much as 60mA, when full bright white. That's over 8 Amps! for a full white 144 LED strip.
    Most USBs only supply 0.5 to 2A.
    ...
  39. Replies
    13
    Views
    3,803

    Opelnut, Depending on your application, you...

    Opelnut,

    Depending on your application, you could possibly use one Teensy to send the raw data via RF to a second Teensy that actually generates the display images which is wired to the SPI...
  40. Replies
    12
    Views
    12,279

    TI ADS1256 8 CH, 24 bit A/D

    I recently purchased an ADS1256 Module for $17.
    The TI ADS1256 is a 24 Bit 8 Channel ADC with SPI communication. It offers a PGA with up to 64x gain and acquisition rates up to 30kHz.
    It does not...
  41. Replies
    29
    Views
    10,203

    artistinfla, I just noticed that your code...

    artistinfla,

    I just noticed that your code indicates using pins 21, 22, and 23 for the motor control signals.
    Your schematic sketch shows the stepper motor controller hooked up to pins 7, 8, and...
  42. Replies
    29
    Views
    10,203

    FYI, This tiny SD6128...

    FYI,

    This tiny SD6128 Stepper motor controller can control stepper motors up to 36V and 2.2A with up to 128 microsteps and it works perfectly with a 3.3v input signal.
  43. Replies
    29
    Views
    10,203

    artistinfla, You might consider using a level...

    artistinfla,

    You might consider using a level shifter to bump your 3.3V signals from the Teensy to 5V.

    Two great examples are the 74HVT245 or the SN74VLC8T245.
  44. Thread: Encoder.h

    by Wozzy
    Replies
    6
    Views
    2,724

    Yes. A 2 phase quadrature encoder has 400...

    Yes.
    A 2 phase quadrature encoder has 400 pulses/rev for each channel, 90 deg out of phase. This gives 1 count per edge, and direction.
  45. Thread: Encoder.h

    by Wozzy
    Replies
    6
    Views
    2,724

    1600 counts per revolution is correct when using...

    1600 counts per revolution is correct when using a true quadrature decoder with a 400 pulse two-phase Incremental Rotary Encoder.
  46. Replies
    3
    Views
    1,884

    If it's just a short run and you know someone...

    If it's just a short run and you know someone with a 3D printer, you can print them out of NinjaFlex

    It's not silicone, but very strong and flexible TPU.
  47. Replies
    2
    Views
    1,563

    This should do it: ...

    This should do it: https://www.pjrc.com/teensy/schematic.html
  48. Replies
    3
    Views
    2,129

    Sorry, I don't have experience with either the...

    Sorry,
    I don't have experience with either the example LowLatencyLoggerMPU6050 from SDfat, or the ADC Library.
  49. Replies
    3
    Views
    2,129

    Kammateo, While the T3.5 is 5V tolerant, the...

    Kammateo,

    While the T3.5 is 5V tolerant, the A/Ds only read to 3.3 V.

    Try changing the conversion line to:

    sensorValue = ((analogRead(A8)*3.3)/1023.0);

    Note that it will fix at 3.3V with ...
  50. Replies
    4
    Views
    4,263

    This is what you get if you place it on a flatbed...

    This is what you get if you place it on a flatbed scanner:

    FRONT: https://goo.gl/photos/sePEGseEpRnZzGKu7
    REAR: https://goo.gl/photos/Lnf5srENy2ddvuAC9

    Scanned at 24-Bit 6400 dpi - Epson...
Results 1 to 50 of 354
Page 1 of 8 1 2 3 4