Latest activity

  • defragster
    Note: no promises on these boards, as I am a retired software guy.... I was laying out a complete board as a modified version of the earlier board I did for the Micromod. But decided to do a quick and dirty one that I can easily solder up. So...
  • defragster
    Thanks, fixed it in v0.1.3
  • K
    FFT on your graph shows bandwidth of 5Hz -> 80kHz. What is the bandwidth for your THD or THD+N measurement. Is it the same? I was looking SGTL5000 datasheet but they do not spec that for their measurement. They just say samplerate 48kHz. I could...
  • A
    Angelo replied to the thread Freertos with teensy 4.0.
    Check the connections, and there should be only two 120ohms resistors. One at each end of the bus Angelo
  • R
    revati replied to the thread Freertos with teensy 4.0.
    When I am connecting 2 can controllers with teensy board I am able to read and write data through can but when I am connecting can shield with Arduino and connecting to one of can controller then I am not able to read can messages which is...
  • TomChiron
    There is an open source platform which includes a single-channel noise reduction algorithm (if this is what you are looking for). Maybe this is of help? There a links to the github rep and references. http://www.openmha.org/
  • E
    Hi Paul I did try adding SPI.endTransaction() at the end of the loop but that also didn't work.
  • TomChiron
    Good to hear that you already checked all these options. Good luck with the project! Looking forward to seeing progress and/or the final setup. These pneumanic cylinders sound impressive. I like such mechanical things.
  • PaulS
    Not sure if it matters but I'm missing SPI.endTransaction(); while using SPI.beginTransaction(SPISettings(20000000, MSBFIRST, SPI_MODE3));. Paul
  • luni
    Thanks, fixed it in v0.1.3
  • E
    Hello everyone, I’m currently working on a part of a big project that requires me to read the converted digital signals from an ADC (ADS8354 - https://www.ti.com/lit/ds/symlink/ads8354.pdf ). I know the Teensy 4.1 has a 12-bit ADC feature but...
    • 1713936060718.png
  • KurtE
    Note: no promises on these boards, as I am a retired software guy.... I was laying out a complete board as a modified version of the earlier board I did for the Micromod. But decided to do a quick and dirty one that I can easily solder up. So...
    • 1713924013397.png
    • 1713927167761.png
  • S
    Real-world noise from the enviroment, kinda like the background noise reduction used in hearing aids. A lot of experience with signal processing for a student, but not so much about it on hardware (just had one lab and the different between that...
  • E
    Expensive Notes replied to the thread Dalek Synth.
    Thanks taj-ninny. The potentiometers were bought from a local store in Melbourne called Jaycar. The knobs on the end I acquired from my father along with lots of tools etc. when he died nearly 30 years ago. I don't know were he got them from, he...
  • C
    Ahh yes! We did look into max4live but couldn't figure out the coding especially for 8 different audio signals going into their own FFT. Wasn't much info on how do to it from our understanding. For a previous iteration of this project we...
  • C
    I agree that this sounds like a great project! Do I understand that right that there is a Laptop/PC with Ableton Live involved in the Setup? In this case it could be easier to do all the signal processing in software there and just send trigger...
  • J
    @luni , I noticed an issue in your HiResClock library. In file T4xSource.h, function getTicks() returns tickType, which is uint64_t for T4. However, curVal, which is the variable meant to hold the 64-bit return return value, is defined as...
  • PaulStoffregen
    Would love to show this on the website. Any chance for a photo showing the hardware connection with MicroMod and with Teensy 4.1?
  • PaulStoffregen
    Article posted on the website https://www.pjrc.com/debugging-with-visual-micro/
  • wwatson
    While @KurtE has been busy with CSI we also been playing with the OV5640 5MB camera which we got from Adrafruit: https://www.adafruit.com/product/5673 for the most part it was compatible with Flexio that we used for the OV2640 but of course lib...
  • PaulStoffregen
    Was this circuit board ever built? Do you have any photos, especially any photo or video of the LEDs in use?
  • A
    Ich habe es einmal mit einem IS2-USB-Code versucht, es hat funktioniert und das Audiosignal auf das iPhone übertragen. Außerdem konnte ich das Audiosignal des iPhones über die Kopfhörerbuchse des Audioshield hören. Als ich dann einen Code mit...
  • KurtE
    KurtE reacted to mjs513's post in the thread New Camera Library for Teensy Micromod/4.1 with Like Like.
    While @KurtE has been busy with CSI we also been playing with the OV5640 5MB camera which we got from Adrafruit: https://www.adafruit.com/product/5673 for the most part it was compatible with Flexio that we used for the OV2640 but of course lib...
  • mjs513
    While @KurtE has been busy with CSI we also been playing with the OV5640 5MB camera which we got from Adrafruit: https://www.adafruit.com/product/5673 for the most part it was compatible with Flexio that we used for the OV2640 but of course lib...
  • mjs513
    mjs513 reacted to KurtE's post in the thread New Camera Library for Teensy Micromod/4.1 with Like Like.
    Thought I would mention, I am currently playing with trying to add CSI support for this library, as the Teensy 4.1 has enough of the CSI pins exposed for 8-bit transfers, and the control signals. I am starting off with the OV7675 camera, and I...
  • Po Ting
    Po Ting reacted to sicco's post in the thread Multiple SPI at the same time with Like Like.
    Here's an example on how to do SPI masters on T4 with DMA. In a non blocking way. I also did a SPI DMA Slave library, but it looks like it's the master that you want here, and then three times in parallel, so SPI0, SPI1 and SPI2 hardware that is...
  • A
    I don't know. There are several things that could cause problems. E.g. can your IPhone act as usb host? If yes, then I am still not sure if my code will work with an IPhone. I used my Windows 11 notebook for testing during the develpement and at...
  • mjs513
    mjs513 reacted to wwatson's post in the thread Call to arms | Teensy + SDRAM = true with Like Like.
    I think it might have more to do with the ER-TFTM101-1 display as I am using the same length wires as well. I do not have any other displays to test with...
  • wwatson
    Thought I would mention, I am currently playing with trying to add CSI support for this library, as the Teensy 4.1 has enough of the CSI pins exposed for 8-bit transfers, and the control signals. I am starting off with the OV7675 camera, and I...
  • KurtE
    Thought I would mention, I am currently playing with trying to add CSI support for this library, as the Teensy 4.1 has enough of the CSI pins exposed for 8-bit transfers, and the control signals. I am starting off with the OV7675 camera, and I...
    • 1713891963775.png
    • 1713892233232.png
  • S
    sicco replied to the thread Multiple SPI at the same time.
    Here's an example on how to do SPI masters on T4 with DMA. In a non blocking way. I also did a SPI DMA Slave library, but it looks like it's the master that you want here, and then three times in parallel, so SPI0, SPI1 and SPI2 hardware that is...
  • R
    Rezo reacted to wwatson's post in the thread Call to arms | Teensy + SDRAM = true with Like Like.
    I think it might have more to do with the ER-TFTM101-1 display as I am using the same length wires as well. I do not have any other displays to test with...
  • TomChiron
    I agree that this sounds like a great project! Do I understand that right that there is a Laptop/PC with Ableton Live involved in the Setup? In this case it could be easier to do all the signal processing in software there and just send trigger...
  • wwatson
    I think it might have more to do with the ER-TFTM101-1 display as I am using the same length wires as well. I do not have any other displays to test with...
  • G
    @ghijkmnop: The reference regarding the 3.3V restriction applies to the display data & clock signals ("Caution: Use only 3.3V signals with this display. CS, D/C, SDI, SCK, T_CLK, T_CS, T_DIN are NOT 5 volt tolerant.We recommend using this...
  • G
    That helps a lot-- thank you very much. :)
  • K
    @ghijkmnop: The reference regarding the 3.3V restriction applies to the display data & clock signals ("Caution: Use only 3.3V signals with this display. CS, D/C, SDI, SCK, T_CLK, T_CS, T_DIN are NOT 5 volt tolerant.We recommend using this...
  • G
    Hello-- I have the Teensy 4.1, and the 3.2" TFT display, purchased here. The pin reference for this display says to use VIN for the VCC pin, but later on in the description it says that the display must be operated at 3.3V, and VIN is labeled as...
  • mjs513
    mjs513 reacted to Dogbone06's post in the thread Call to arms | Teensy + SDRAM = true with Like Like.
    As some of you know I made a 4.5 (facelift) that adds USB-PD (USB Power Delivery up to 12V). And it also has SDCARD. Those are the only changes made (moved the boot button position as well), hence the word facelift. The USB Host port has sort of...
  • luni
    luni reacted to Expensive Notes's post in the thread Dalek Synth with Like Like.
    I converted my toy Dalek into a synth. Inside is a Teeny 4.1 and Audio Card. The antenna and arms are potentiometers and joysticks and I used the fasttouch library for the touch buttons on the Dalek. Here are the innards...
  • K
    kd5rxt-mark replied to the thread Teensy-RV-Leveling-Helper.
    @PaulStoffregen: As requested, here are the updated photos (in reduced resolution so that they can be uploaded here - original full-resolution photos are still available at the github photos link). Mark J Culross KD5RXT
    • TRLH - display after leveling - lo-res.jpg
    • TRLH - display before leveling - lo-res.jpg
    • TRLH - on the job - lo-res.jpg
  • PaulS
    In case someone is looking for generating sin/cos lookup tables, here is a link to an online generator: Dr LUT. Paul
  • KurtE
    KurtE reacted to wwatson's post in the thread Call to arms | Teensy + SDRAM = true with Wow Wow.
    Update ER-TFTM1011-1 10.1" LCD is working on the T4.1, MicroMod and SDRAM Dev Board V4.0. All except MicroMod work with 8-bit and 16 bit bus configuration. The T4.1 is by far the most stable of all three. The SDRAM board and MicroMod are unstable...
  • T
    taj-ninny replied to the thread Dalek Synth.
    Love your project ! Where did you find those long shaft potentiometers with cute joystick headers? cheers
  • J
    An obvious change would be to connect the "PD" USB port to USB2_DN and USB2_DP on the IMXRT1062 so it can be properly used as a host port, rather than using both ports identically as either device or host. Although looking at the spacing of the...
  • Po Ting
    Po Ting replied to the thread Multiple SPI at the same time.
    Wow cool, that essentially gives SPI almost DMA speed but not messing with all the DMA thing Thanks for the tip :) , I don't know we could just attach interrupt with the spi.tranfer() function. Though I just completed the coding to use T4 DMASPI...
  • D
    Dogbone06 reacted to Rezo's post in the thread Call to arms | Teensy + SDRAM = true with Like Like.
    @wwatson echoing @mjs513 - great work getting the driver ported to the different boards! FlexIO is a bit confusing at first, but the 8080 stuff is fairly simple to setup and debug compared to other protocols. The place it gets messy and really...
  • R
    @wwatson echoing @mjs513 - great work getting the driver ported to the different boards! FlexIO is a bit confusing at first, but the 8080 stuff is fairly simple to setup and debug compared to other protocols. The place it gets messy and really...
  • D
    Dogbone06 reacted to jmarsh's post in the thread Call to arms | Teensy + SDRAM = true with Like Like.
    Most of those pins are already there, iirc the only missing ones were some of the data pins around CSI 2 to 5.
  • D
    Dogbone06 reacted to mjs513's post in the thread Call to arms | Teensy + SDRAM = true with Like Like.
    Quick answer is yes. in one of the conversation posts I listed them as well: which is the same on your list.
Back
Top