Search results

  1. D

    Trilateration Based Nerf Target

    Thanks, as the t4 has a much higher sample rate, is there an advantage of lowering it to 1000kSPS?
  2. D

    Trilateration Based Nerf Target

    Hi, I've been thinking about making a nerf targetboard for my son that uses 4 piezo sensors to wait until a analogue value increases over a threshold and then calculate the tdoa to get the position. I've done a few tests with a 350x350 MDF board with each sensor 145mm from the centre point...
  3. D

    ILI9341_t3n and 2x Screens on SPI1 - Flashing

    Hey Mate, I did but it made the flickering worse. I decided to go back to the original setup on 1 SPI Bus and got it working by allocating memory for each buffer manually. Thanks :)
  4. D

    ILI9341_t3n and 2x Screens on SPI1 - Flashing

    I've not tried to put both screens on separate SPI Busses. I have cleaned up the code to make it easier to read and have them on SPI0 and SPI1. As soon as the second screen is added the flicker goes much much worse than the micro flicker I had before. I made a video on the screens on the 2...
  5. D

    ILI9341_t3n and 2x Screens on SPI1 - Flashing

    Another thought is I am using 10k pull ups on the CS lines. Could that value be causing a minor delay in switching between the 2 being updated?
  6. D

    ILI9341_t3n and 2x Screens on SPI1 - Flashing

    Both backlights are connected directly to the external 3.3v. Maybe increasing the spi speed might pay dividends?
  7. D

    ILI9341_t3n and 2x Screens on SPI1 - Flashing

    Thanks Kurt. Both are powered by 3.3v on a seperate power supply and the mcu is a 4.1, which has plenty of resources remaining. Does the SPI speed default to Max or is this something that can be changed further?
  8. D

    ILI9341_t3n and 2x Screens on SPI1 - Flashing

    Oh and no compiler warnings or errors
  9. D

    ILI9341_t3n and 2x Screens on SPI1 - Flashing

    Sorry, No they aren't causing any issues. It's when I update both screens in the loop it caused the fast flickering. tft_Track.updateScreen(); tft_Func.updateScreen(); This happens with or without any other elements displayed. Is this due to me using 2 screens on the one SPI1 buss?
  10. D

    ILI9341_t3n and 2x Screens on SPI1 - Flashing

    Hey Everyone, I have 2x ili9341 screens running on SPI1 and it seems to be all well. My only issue so far is using the frame buffer. When I update both screens in the loop I end up with flashing. Is there something I'm missing or a better way to do this? Secondly, Is there a way to Anti Alias...
  11. D

    Playing around with yet another version of ILI9341_t3 library (ILI9341_t3n)

    Hey Everyone, I have 2x screens running on SPI1 and it seems to be all well. My only issue so far is using the frame buffer. When I update both screens in the loop I end up with flashing. Is there something I'm missing or a better way to do this? Secondly, Is there a way to Anti Alias fonts...
  12. D

    Playing around with yet another version of ILI9341_t3 library (ILI9341_t3n)

    Thanks Guys! I'll do an experiment with the 2 tomorrow. Is there anything you can suggest I read on DMA's and frame buffers? a little bit lost with that side of things.
  13. D

    Playing around with yet another version of ILI9341_t3 library (ILI9341_t3n)

    Hi Kurt, I'm looking at running 2x ILI9341 displays. One on SPI1 and SPI2 (SPI0 is used). Is there any issues with using the sdio pins for SPI2 or am I best to use the PSRAM Pins?
  14. D

    ER-TFTM032-3 - ILI9341 Issue

    Hey Kurt, Thanks!, I had a bit of a silly error I've fixed on my end. Many Thanks :)
  15. D

    ER-TFTM032-3 - ILI9341 Issue

    Hey, I purchased 2x ER-TFTM032-3 3.2in TFT displays from Buydisplay. I have them configured as below. 3.3v 4Wire SPI NO Touchscreens FFC Cable I tested one the other day using the default ILI9341 Teensyduino library and I was unable to get anything at all. There was an initial screen...
  16. D

    RA8875 from Buydisplay

    Thanks Mate, I'm looking at buying one but wanted to make sure I have conflicts on other busses.
  17. D

    RA8875 from Buydisplay

    Hey Guys, I might have missed it, but are we able to choose one of the secondary busses on the T4.x boards? If so is there a reference to how to?
  18. D

    Wishlist: Card updates for T4 and T4.1

    Yup it was just a test to see if it worked the way I wanted. I have changed the pin colours and the 2 boxes next to it update with which pin correlates to which function and the description in detail of what it does. Once I upload it a bit later I'll go into more depth. Another thought was...
  19. D

    Wishlist: Card updates for T4 and T4.1

    Hey Guys, Coincidently I've been making my own using SVG and HTML. https://dylanbrianbenton.github.io/Teensy4.1Pinouts/ It's only been started today so very much of a proof of concept to myself. My idea being, choose the pin types from the dropdown menu and then have it display which pins...
  20. D

    UART and Optosoloators

    thanks mate, in regards to the ground loop, would this be a consideration if there only 1 DC supply being used? with the VIN pin connecting to the VIN of the slave to power 5v and the gnd of both boards being connected?
  21. D

    UART and Optosoloators

    Hey :) I'm putting the final touches on a MIDI controller and I have added provisions for powering another Teensy and having it communicate via UART. Currently I've just got 4 pins - 5v out from VIN to provide Power to another t4.0 via its vin pin - GND - RX - TX Question 1 - Should I have...
  22. D

    External Power Source Wiring

    Sorry Guys, I know I've personally check this 100 times, but after i made a simple error on my last board i thought i'd check with fresh eyes. Schematic wise would this look correct? Wanting to be able to have the ability to switch between USB power or an external 5v DC supply with USB...
  23. D

    Daisy Chaining Teensy MCU's for future expansion

    Sorry and an added extra. if i have a slave which isn't being connected via USB am i able to connect its VIN to the 4.1's VIN and leech the 5v from that? I understand there would be a current limit from VIN (I assume 500ma total between the 2 boards?) PC USB -> t4.1 (master) - master VIN ->...
  24. D

    Daisy Chaining Teensy MCU's for future expansion

    Hey Guys, nearly finished the design for my MIDI USB DAW Controller. One thought I had was for future expansion Daisy Chaining teensys. What would be best way for acheiving this? I was thinking about using UART to connect the 4.1 as the "Master" and the T4.0 as a future "Slave". I assume i'd...
  25. D

    Teensy 4.1 Pinout from BETA -> Production

    Yeah, thats what i was using as my point of reference. I just saw that 38/39 were MISO1 and CS1 were in red and differed to what the symbol showed. Im using a daisy chain of 595 and 165s so i just worked out i can use 0,1,27 for the 165 and the usual 10,11,13 for the 595. Was still...
  26. D

    Teensy 4.1 Pinout from BETA -> Production

    Hey Guys, I'm using Kicad to plan out something i've written on my t4.0 which will be migrated to the 4.1 when it arrives next week. I'm using this part symbol library below for my schematic. I noticed its for the beta and the SPI pins seem to differ to the 4.1 pins here. If someone could...
  27. D

    External USB for Data / Power

    ahhh yeah. to be honest i might just have the usb via a breakout that connects to a micro plug like before. :)
  28. D

    External USB for Data / Power

    im using a 4.0, but I'm also willing to use the 4.1 because of the extra IO for future use. I might go down that path as it seems more flexible. :)
  29. D

    External USB for Data / Power

    oh sorry. Teensy 4.0 :) Yeah as I'm designing my PCB i thought routing ti directly would be easy enough rather than an external cable.
  30. D

    External USB for Data / Power

    Hey Guys, Are there any diagrams floating around out there that shows how to replace the current Data/power microusb via an external usb like this? https://au.mouser.com/ProductDetail/Amphenol-Commercial-Products/MUSBD111M1?qs=YTQiE72mYlK8K4uMCg2FWQ%3D%3D Im going to mount it on a PCB...
  31. D

    TPIC6B595 and 3.3v Logic for Midi button light indication

    oh and maybe one more question. If I were to daisychain the 595's is the max current still 75ma or is it per chip?
  32. D

    TPIC6B595 and 3.3v Logic for Midi button light indication

    Hi mate! yes thank you :) Ive managed to get it working as I wanted. TBH all 8 work at once but to allow a little more current i think i'll run them between 2 of them. It'll allow them to be a little bit brighter and i wont have to worry about getting close :) Thanks so much for your help :)
  33. D

    TPIC6B595 and 3.3v Logic for Midi button light indication

    oh thanks! Yes i think the internet is a help and a hindrance sometimes. I've seen SPI used with it so I thought that was the only option. There is a library im looking at and one of the examples uses SPI with the 74hc595. Is it not compatible at all or just makes it easier...
  34. D

    TPIC6B595 and 3.3v Logic for Midi button light indication

    oh man, Im an idiot. I was using the 5v pin thinking id need more current for everything earlier on, now ive released id be using 150ma total. Scope creep got me. I'll do it with the 3v to be safe next time :) I thought the CS/SS and CLK pins were specific to SPI and could only be used on...
  35. D

    TPIC6B595 and 3.3v Logic for Midi button light indication

    Thanks Mark, This was powered via usb, so no external power source. Soooooo I messed up when frustrated and accidentally shorted the a 5v pin to pin 13, so my CLK pin is cooked. I will use the other SPI bus (as this 4.0 is just for experimenting, I'll be designing around a 4.1). I tried a few...
  36. D

    TPIC6B595 and 3.3v Logic for Midi button light indication

    thanks alot for your help. I think its an avenue worth exploring, so ive just purchased a couple of 74hc595 and a bunch of resistors and LED's at the same current rating as the buttons. (Yet to buy them, In the planning stage). At least this way i'll be able to test out the upper limits and see...
  37. D

    TPIC6B595 and 3.3v Logic for Midi button light indication

    Hi Everyone, First post here so sorry if this is a simple answer :) I am currently playing with a Teensy 4.0 and im looking to drive the LED's on a tactile button (Omron B3W-9000 Series). Looking at the specs they want about 15-20ma per LED and my project will at max possibly have 8 running...
Back
Top