Jump to content

DaberMania

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by DaberMania

  1. To expand on this, I did some initial research with leveraging Base64 encoding to copy an executable using text from Teensy. I have a tutorial on this here : http://dabermania.blogspot.com/2011/04/copying-executable-from-teensy-using.html
  2. I think I might have found the solution to help with getting an executable on the box using Teensy and nothing but the HID drivers of the OS. When I was researching around I found a VBScript for server side conversion of a file to base64. I then changed it around a bit and have adapted it to my Teensy. Right now, I have posed a tutorial on how to convert any file to ASCII Base64 encoded text then decode it using nothing but VBScripts. I am currently in the process of writing the tutorial on adapting this logic to the Teensy. But to get you started, here is the tutorial on how to convert any file to ASCII base64 encoding: http://dabermania.blogspot.com/2011/03/converting-any-file-to-ascii-for.html
  3. I recently bought my Teensy++ after seeing a presentation on it. As part of some of my tinkering I have been getting it to work with the SDFat Libraries. I thought I would share what I have learned and put together a simple tutorial on connecting the SD Card reader to the Teensy and reading/writing to it from the Teensy using SDFat. The tutorial is here: http://dabermania.blogspot.com/2011/04/teensy-sd-card-access-with-sdfat.html I hope this is helpful for some that are getting started with SDFat and their Teensy.
×
×
  • Create New...