Search results

  1. Y

    Integrate Teensy 4.1 design on custom PCB

    I got it; thanks for the feedback. I use the 6's, and they work well. It is just about the temperature range. I need to cover the lower temperatures. I have tried to lower the frequency of the 6's to 520MHz and use it below -10C. Most of the time, it works fine. Accutionaly, it fails.
  2. Y

    Integrate Teensy 4.1 design on custom PCB

    Thank you. That's what I needed to hear. In my next batch, I'll assemble it instead of the MIMXRT1062DVL6B.
  3. Y

    Integrate Teensy 4.1 design on custom PCB

    Thank you for the fast response.
  4. Y

    Integrate Teensy 4.1 design on custom PCB

    Hi all, I have been developing a product for outdoor applications. Naturally, the ambient temperature might drop below 0C and below -10C. I want to replace the DVL chip with the CVL one in my DIY teensy. From your experience so far, has everything worked well? Including the EHEX option? I...
  5. Y

    T4.0 Sleep modes

    Hi, I have a strange issue with the Snooze lib. I use Teensy 4.0, Arduino 1.8.13 and Teensyduino 1.53. When I use sleep mode, everything works fine. But with deepSleep, the Teensy reboot itself every-time it gets to the "Snooze.sleep( config );" line. Doesn't anyone ran into such issue before...
  6. Y

    ADC library, with support for Teensy 4, 3.x, and LC

    Thanks for the quick reply Frank B. So, Teensy4.0 don't have lower voltage reference for the analog read? It can only work with 3.3V ref?
  7. Y

    ADC library, with support for Teensy 4, 3.x, and LC

    Hi all, I have some small annoying issue with ADC.h and teensy 4.0. I work with this lib together with Teensy 3.6 and it is really great, but when I switched to 4.0 I can't compile my codes. Apparently some commands are not recognized as members of ADC.h. For example...
  8. Y

    Differential output in mems mic

    Got it! Thanks! Since I have no experience in using the analog input, I looked and found that I might need to use the following circuit to each input- https://dorkbotpdx.org/blog/paul/control_voltage_cv_to_analog_input_pin/ . Is that relevant for my mic as well? Should I change some of the...
  9. Y

    Differential output in mems mic

    Hi, I have some hardware questions and was hoping to find some help here. Some background: I work on a project about failures detection in an engine room with audio sensors. The concept is a small device with two microphones which will be able to detect chances in the tools normal behavior and...
  10. Y

    Teensy 4.0 usb-c breakout

    I see. Thanks!
  11. Y

    Teensy 4.0 usb-c breakout

    Hi, It might be trivial but I'm missing something. I received the new teensy 4.0 this week and it seems great. Now, I'm trying to connect a usb-c breakout, so I could use the new type of cables. I'm using this kind of board- https://eu.mouser.com/new/adafruit/adafruit-4090-usb-c-breakout-board/...
  12. Y

    FreqMeasureMulti with teensy 3.6

    OK. I'll try FreqCount. Thank you for your help!
  13. Y

    FreqMeasureMulti with teensy 3.6

    Hi, I probably have a trivial problem which I can't really understand. I'm trying to run the example code with teensy 3.6 but it seems like the freq isn't available. I would like to measure the F_BUS. The main porpose is to track time in sub-microsecond scale. It prints no pulses all the time...
Back
Top