Recent content by maxman

  1. M

    Analog VU meter on ILI9341 TFT display (cooperation wanted)

    what a nice project, following closely! sry but i cant help much.
  2. M

    48kHz 8i80 USB Audio

    any updates on this highly interesting implementation?
  3. M

    MacOS version of teensyloader disconnecting regularly

    fyi: having no issues with 10.15.5 and my teensy 4.1. so far...
  4. M

    Please recommend soldering iron / equipment

    the heated desoldering pump paul mentioned is brilliant, available in the eu: https://www.amazon.de/Velleman-Entl%C3%B6tpumpe-Entl%C3%B6tkolben-230V-VTDESOL3/dp/B005HCQRQ2/ref=sr_1_1?dchild=1&keywords=VTDESOL3&qid=1591006122&sr=8-1
  5. M

    Compiling Teensy 3.2 using JetBrains CLion

    i am using visual studio with platform io, works perfect. teensy 4.1 is fully supported by platformio since about a week: https://github.com/platformio/platform-teensy/releases cheers
  6. M

    Display refresh Latency

    afaik. i2c can also used at higher speeds ... that might improve your display speed: https://www.arduino.cc/en/Reference/WireSetClock but SPI will always be way faster...
  7. M

    ADAT Multichannel In / Out?

    you can also offload adat generation with theses chips: encoder: https://cabintechglobal.com/v1401 decoder: https://cabintechglobal.com/v1402 used them once and worked great
  8. M

    Are there other stores that sell the psram chips?

    just noticed your aliexpress link is broken. i just ordered this one: https://de.aliexpress.com/item/4000218445956.html?spm=a2g0s.9042311.0.0.27424c4d3xopP4 and hope it will work :)
  9. M

    Is there a way to increase the audio lib buffer?

    isnt AudioMemory for increasing buffer size? https://github.com/PaulStoffregen/Audio/blob/master/examples/Tutorial/Part_1_02_Hardware_Test/Part_1_02_Hardware_Test.ino#L37
  10. M

    Teensyduino 1.52 Install Problem

    i am using the default 1.52 from the download page with catalina just perfectly...just everything a little slow trying the new build now
  11. M

    Acquiring/Sending JPG Snapshot from IP camera using Teensy 4.1

    also have a look at these example network stuff: https://github.com/vjmuzik/NativeEthernet/tree/master/examples thats code for the teensy 4.1
  12. M

    Acquiring/Sending JPG Snapshot from IP camera using Teensy 4.1

    using a teeny/arduino board aims for solving problems at a lower level... means things you wanna accomplish are quite difficult compared to a 20$ openwrt router with linux and some bash script. so you might wanna thing about how you want to solve your task. this is completly doable with a...
  13. M

    Acquiring/Sending JPG Snapshot from IP camera using Teensy 4.1

    cgi seems to mean that you want todo an HTTP request ? get that response..extract the image and then send it out via tcp again..?
  14. M

    New Teensy 4.1 not recognized by Teensy loader

    new official 1.52 is here... https://www.pjrc.com/teensy/td_download.html
Back
Top