N
Reaction score
1

Latest activity Postings About

    • N
      If you are worried about writing to EEPROM too often you can use the update function to ensure that you are not stressing the memory if the actual value hasn't changed. I don't have any experience with LittleFS but it seems like overkill if you...
    • N
      nopayne reacted to Rolfdegen's post in the thread New polyhonic Teensy DIY Sampler with Like Like.
      I use my own menu function with touch buttons (is still in development) My menu pics from Degenerator 2 with PrintScreen
    • N
      nopayne reacted to onre's post in the thread Unix on Teensy 3.5 with Like Like.
      I was (and am) surprised by the I/O speed and the overall snappiness of it. I haven't benchmarked the raw SD card access speed, but even when writing a single large file to the filesystem (read: with the filesystem layer making things slower) I'm...
    • N
      nopayne reacted to Rolfdegen's post in the thread New polyhonic Teensy DIY Sampler with Like Like.
      Hello dear DIY friends.. I'm working on a new project called Degenerator 2. It's a polyphonic sampler and synthesizer based on Teensy 4.1 with 16MB sample ram and touchscreen. In 2011 I started developing my first monophonic sampler/synthesizer...
    • N
      Have you experimented with batching your writes to the file? I wonder what the impact of reducing the number of writes you are doing from 5x a second to maybe 1x every 2 seconds. This would only work if you are okay with losing a few readings...
  • Loading…
  • Loading…
Back
Top