Search results

  1. K

    Programming Teensy from Chromebook?

    @mwomack: It may sound trivial, but you should try a different USB cable. It is a very commonly reported problem (not unique to linux) & very likely that you have a "charging only" cable (which has only the 5VDC & GROUND wires, so it is not capable of passing data to/from the Teensy, which is...
  2. K

    Stanford Mixed-Signal, Biomedical and Sensors Course Materials

    @StanfordEE: P.S. I just noticed that the EE122B folder is currently empty . . . Mark J Culross KD5RXT
  3. K

    Stanford Mixed-Signal, Biomedical and Sensors Course Materials

    @StanfordEE" I'll be the first to say "Thanks !!". Speaking for myself, I can always use a good resource for either understanding "why something works", & (hopefully not as often) figuring out "why something is not working" !! Mark J Culross KD5RXT
  4. K

    Teensy 4.1 - Accidentally Damaged USB Host, Alternatives

    @Quizerno: Here are a couple of questions that might help with troubleshooting: 1) what sketch do you have loaded on the T4.1 ?? 2) does the loaded sketch enable/activate the host port (power to the host port is disabled/deactivated by default, primarily to avoid a power surge at startup, but...
  5. K

    Replacing 7805 with Buck converter.

    Try <this UK specific link> or <this US specific link> Hope that helps . . . Mark J Culross KD5RXT
  6. K

    Teensy 4.1 + Genuine Audio Shield Rev D - SGTL5000 enable) fails, no devices found

    You might check which ground you're connected to...only one of the ground pins is actually used/connected on the Audio Adapter. Hope that helps... Mark J Culross KD5RXT
  7. K

    Wind Synth Advice

    Yes, you are correct. Using the reverb as an example, on the standard library Audio Design Tool, leave a connection open (say, from the output of the next-to-last mixer, to the input of the following/final mixer/amp. Manually add the reverb device as an object in your list, then manually add...
  8. K

    Wind Synth Advice

    @Davidelvig: I have a few suggestions for you to try, which might help to broaden the resulting sound that you are getting. These ideas stem from my experience building & tinkering with my TeensyMIDIPolySynth (<here's> a link to the description of the capabilities that I built into my TMPS...
  9. K

    RA8875 Comms quit randomly

    @maxdog: There are a couple of older threads, such as <this> one, which indicate putting a 100-220 ohm resistor in series with each of the SCLK & MOSI signals can help to reduce/eliminate ringing on those particular signals. You might try that & see if it makes any positive improvement for your...
  10. K

    Have two Teensys fail within hours. One is flashing 8 and then 9 times. Ideas? There is no serial nor bootloader port.

    Just to make sure, the button should only be held until the LED blinks once, then released. Holding for 16 seconds may actually be too long, resulting in cancelling the factory reset process, rather than initiating the factory reset process. Hope that helps . . . Mark J Culross KD5EXT
  11. K

    Teensyduino 1.62 Beta #2

    @PaulStoffregen: thanks for your investigation & for the detailed follow-up description. I'll have to take a look to see if there's a candidate function to join the others in FLASHMEM, but in the meantime, using Smallest Code is no problem at all. I already use that optimization selection for...
  12. K

    Teensyduino 1.62 Beta #2

    @PaulStoffregen: E-mail sent. Glad to help !! Mark J Culross KD5RXT
  13. K

    Teensyduino 1.62 Beta #2

    OK, so Norton also cleared arm-none-eabi-objcopy.exe as well, only to then complain about & be suspicious of arm-none-eabi-objdump.exe. Fortunately, it cleared this one quickly & proceeded. Here's a summary of the final timing results on my particular Windows laptop when building this...
  14. K

    Teensyduino 1.62 Beta #2

    Norton finally cleared arm-none-eabi-gcc.exe, continued by complaining about collect2.exe, & then sent arm-none-eabi-objcopy.exe off for analysis (another couple of hours !!). Note that the following warning/error report was generated using the new TD1.61.b2: In file included from C:\Program...
  15. K

    Teensyduino 1.62 Beta #2

    Computer: ASUS Tuff Series gaming laptop running Windows 11 Pro Version 25H2 (OS build 26200.8524), with 12th Gen Intel(R) Core(TM) i7-12700H (2.30 GHz) w/ 64GM RAM. Build environment: Arduino 1.8.19 Source file: TeensyMIDIPolySynth Display portion, 56834 lines (Serial + MIDI, using default...
  16. K

    SD.open()?

    Did you also look at the wiki page ?? Has many of the details that you are asking/looking for . . . & no TODOs there :) . . . Mark J Culross KD5RXT
  17. K

    SD.open()?

    @jim lee: Paul has created a CrashReport() <webpage> with useful details. You can also check the entry in the unofficial Teensy wiki <here> for links to descriptions of where to find the addr2line utility for both the old (1.8.x) & new (2.3.x) Arduino IDE, as well as detailed descriptions of...
  18. K

    New Teensy 4.1 DIY Synthesizer

    In my TeensyMIDIPolySynth (TMPS), I have implemented a 3-voice 12-poly synth. The audio portion runs on a T4.0 (overclocked at 816MHz with no additional cooling, hovering at or below about 50 degrees C & staying just under 95% loaded when all audio components are active). The display...
  19. K

    RA8875 and T4 - library?

    Full support for the RA8875 (optimized for use with the T4.x) comes as part the standard TeensyDuino installation, so no additional libraries are needed and/or need to be installed. Note that you'll need to edit the "RA8875UserSettings.h" file (after installing the TeensyDuino package on my PC...
  20. K

    Looking for Memory Management Tips and Tricks

    @macardoso: RAM is allocated in chunks (16K / 32K ?), so until you move enough functions from RAM to FLASH to free up an entire chunk, the primary thing that you will see will be a gradual change in the "padding" number as you move more and more. Hope that helps . . . Mark J Culross KD5RXT
  21. K

    Teensy 4.0 Audio Shield only transmitting random noise through headphone jack

    Pictures of your setup would assist others in potentially identifying wiring problems, etc. Mark J Culross KD5RXT
  22. K

    PCB for synth.

    For the Teensy itself, try <this> or <this>. And for the Audio Adapter, I've attached one that I think I created back in 2020 (in an older version of KiCAD). Hopefully, you can make use of it. Good luck !! Mark J Culross KD5RXT
  23. K

    Would using a buck converter be suitable for my circuit?

    I would suggest putting a 3-position pin header for the display power, and use a 2-position shorted jumper to select between the two power choices. The middle pin of the 3-position pin header would be connected to the power input to the display, and one of the outside pins would be connected to...
  24. K

    3-Band EQ help

    In my experience, for all inputs into a single mixer, the sum of these should never be allowed to exceed 1.0 (in your sketch above, your two xxxGain values can each theoretically reach 1.0, allowing their sum to theoretically reach 2.0). Try changing these two lines in your sketch...
  25. K

    How to Play (3 sec drum loop .wav loaded into PSRAM) using Granular instead of call play any Player??

    @charnjit: Have you tried the granular example (Files > Examples > Audio > Effects > Granular) ?? Does it work for you, as expected ?? Mark J Culross KD5RXT
  26. K

    SWD with Teensy MicroMod?

    @jerryk: I think this was already answered in your <other thread>. On all Teensy 4 varieties (T4.0, T4.1, T4MM), the JTAG interface of the IMXRT1062 is connected to the PJRC bootloader chip, so no external JTAG SWD is possible for any T4x processor board. Remember that the micromod connector...
  27. K

    ST7789_t3.h Inverted TFT mirror effect

    Translation (by translate.google.com): Good evening, KurtE. Thank you very much. I was a bit unsure of how to proceed, but I figured it out. I increased the number of cells from 4 to 7 and took the margins into account to center everything correctly.
  28. K

    USBMidi Bug with Realtime messages?

    Translation (using translate.google.com): Hello, I'm new here! I've been using Arduino—specifically with the Teensy add-on for the Teensy 2.0—for many years. With my current sketch, compilation was working fine about three weeks ago. Now, however, I've incorporated a change into the sketch, and...
  29. K

    What can an UNO do that a Teensy 4.0 can not?

    Just stabbing in the dark here: did you hard-wire the display's CS so that the display itself is disabled, to make sure that it isn't interfering with any attempts to initialize the SD socket ?? What actual pins do you have connected between the T4.0 & the DFrobot_0669 display ?? Do you have...
  30. K

    Detecting 2 COM Ports of IWR6843AOP Sensor

    I don't know about any other ESP32 family devices and/or dev kits, but my ESP32-S3 dev kit board specifically has a CP2102 USB-to-UART bridge IC on it. This device shows up as VID/PID 303a/1001. Don't know if this helps you with your testing in any way, but I thought I'd mention it just in...
  31. K

    LVGL compatible DMA enabled LCD drivers for Teensy 4.x

    @Rolfdegen: I don't have any displays that use the ST7735_t3 library, but I thought I'd take an independent look. Have you downloaded & installed the latest version (after the update mentioned in post #45) ?? Are you sure that you don't have multiple copies of the ST7735_t3 library and/or sure...
  32. K

    SMD Flash with Teensy 4.1 design

    May be time to sacrifice an old toaster oven, or to find a hot plate somewhere . . . LOL Mark J Culross KD5RXT
  33. K

    exit status 1 Compilation error: exit status 1 At end of compilation but no real impact??

    @lolachampcar: I encountered (& reported) a very similar "an error is reported, but the HEX files are generated" behavior, as discussed in <this> thread. Maybe what's described there can provide you some relief . . . Mark J Culross KD5RXT
  34. K

    Makefile missing - teensy 4.1

    @jrl_synchro: Go back & reread <post #6> & <post #7>, which both clearly indicate that installing only the IDE is insufficient. It certainly seems like you have not completely followed the instructions given by the webpage that you quoted, nor those in the two posts referenced above. Once you...
  35. K

    Makefile missing - teensy 4.1

    After hurling so many insults in so many different directions, you are lucky to get any response at all to your post. But, I'll take pity on your hubristic self & attempt to throw some crumbs your way. This may be regretted later, but I'm doing so while keeping in mind that one of the...
  36. K

    Teensy Audioboard works only with headphones

    It appears to be some kind of a USB audio adapter. Even better . . . you can use the Teensy (in USB Audio mode) directly for this !! Mark J Culross KD5RXT
  37. K

    Experience with Ethernet for Teensy 4.1?

    (not intended at all as sarcasm): It works !! I've used it to put one of my Teensy-based projects on my home network. The current recommendation is to use the QNEthernet library instead of the NativeEthernet library, as QNEthernet is actively being supported, & the author is very active on...
  38. K

    Teensy Audioboard works only with headphones

    @dirky: Yes, that should do it. And, if you want to control the volume, I use sgtl5000_1.volume(headphone_volume_value);to vary the headphone volume, & I use sgtl5000_1.lineOutLevel(line_volume_value) to vary the LINE OUT volume. Good luck & have fun !! Mark J Culross KD5RXT P.S. The audio...
  39. K

    Teensy Audioboard works only with headphones

    @dirky: The headphone jack on the Teensy Audio Shield is for use with headphones only. Not sure exact.y what you mean by "and want to connect it with my Interface", but you should not use the headphone jack to connect with any other kind of external equipment. You should instead make...
  40. K

    NAM on Teensy 4.0

    I did a forum search for "neural" & found <this> . . . is this possibly what you were looking for ?? Mark J Culross KD5RXT
  41. K

    Kickerstarter: Soldering iron that includes a camera

    With my (67-year-old) eyes, I asked my wife to get me the following for Christmas (truth be told, at her request, I selected & purchased it for myself & then told her that I really appreciated her getting it for me . . . that approach works very well for both of us !!) a couple of years ago...
  42. K

    Teensy 4.0 PC Connection Problems

    You can find the definitions for the blink codes <here> (scroll down to the "Troubleshooting & Diagnostic Blink Codes" section). Hope that helps . . . Mark J Culross KD5RXT
  43. K

    Here is a sixth beta test for Teensyduino 1.60

    Running Windows 11 Pro Version 25H2 (OS build 26200.7263) on my main ASUS gaming laptop (12th Gen Intel(R) Core(TM) i7-12700H (2.30 GHz) w/ 64GM RAM). Got same warnings as reported for my HP Small Footprint Workstation, then again, initially reported suspicious by Norton360, but eventually...
  44. K

    Here is a sixth beta test for Teensyduino 1.60

    Running Windows 11 Pro Version 25H2 (OS build 26200.7263) on my HP Small Footprint workstation (I'll install on my main ASUS gaming laptop tomorrow & report those results separately). Got warnings that are visually the same as reported by @h4yn0nnym0u5e in p#10, then initially reported...
  45. K

    open-source teensy-compatible - what features do you want?

    Well, I really hoped that it would not escape you, but, you missed the point. ... ... Correct & no disagreement (that it possibly affects users and developers). ... ... Again, correct, but here's where your understanding falls rather short. Nobody here asked any questions. You started...
  46. K

    open-source teensy-compatible - what features do you want?

    @ptorrone: I'll try to be very clear, and concise (I continually write/talk too much !!). 100% of your rant, from the very first OP to this most recent post, and everything in between, most certainly & much more properly, belongs on the Adafruit forum. You are grossly abusing the...
  47. K

    Periodic click when saving ADC input to SD card

    @YasarYY: If you haven't already done so, adding the following to your sketch may be beneficial: If your code (or any included libraries, etc.) encounters an exception (e.g. NULL pointer reference, etc.), it will automatically reboot, and you can get the cause of the reboot by including the...
  48. K

    Any solutions for audio synthesis for clarinette

    @clement_vrd: For the "blown aspect of the note", you could try mixing in some white and/or pink noise (you would very likely need to both filter the generated noise & apply an envelope generator to it to get the desired "air sound" in the right place, with the right spectral components). You...
  49. K

    Any solutions for audio synthesis for clarinette

    TRANSLATION (by translate.google.com): Hello, Do you have any solutions for making a realistic audio synthesis of a Clarinet with the teensy 4.1 I've already tried codes, but I never got anything conclusive. @clement_vrd: I have created a saved config for a simulated clarinet with the...
  50. K

    Audio packets not recevied by mic after sending beep sound to the another side speaker from teensy4.1

    Sketch code ?? It is almost impossible to give any kind of meaningful advice without any clues about what code you are executing !! Mark J Culross KD5RXT
Back
Top