Search results

  1. U

    Encoder library on the Teensy3

    I'd post some code, but my code is a mess, and I've tried it a few different ways. I'm using the Adafruit_PCD8544 library, PID_v1 library, the Time library, and the Encoder library, on a Teensy 3. I have the rotary encoder on Pins 5 and 6. I'm building a hotplate controller, so the screen...
  2. U

    The battle between Teensy 3 vs MBED Freescale Freedom - who will win?

    Yeah, the STM32 dev boards, when not completely free, were like $11-$16 each.. Same deal as this new board.. It's a limitted time offer for their dev board. 3 years from now, you won't be able to get them, certainly not at this kind of intro price. Whereas, the Teensy's seem to have done nothing...
  3. U

    How to repair a broken-off Teensy 3.0 USB connector

    Use a meter. I have a chinese USB cable and all of the wires are backwards. black is +5v, red is gnd, even green and white were backwards.. Scary, and I got lucky that the device I plugged it into had current limiting.
  4. U

    ADXL345 Accelerometer library not working

    Welp, got my new board made. Tried again. Exact same problem. Not sure where I've gone wrong, or why it's not working. I've attached my design, if anyone wants to have a look, see if I made any mistakes. It's just the ADXL that's not working. The voltage regulator, temp sensor, and SDCard seem...
  5. U

    USB keyboard problems..

    Ok, I'll use Keyboard.press and release. I assume I'll need some what of a delay in there.. 10ms? Thanks for the feedback. edit: I had also used keyboard_keys[x]=keys;, and that doesn't work either (didn't show in my example, because the compiler wasn't complaining about it yet).. Guess I'll...
  6. U

    USB keyboard problems..

    I'm getting errors trying to use "usb_keyboard_press" as explained here: http://www.pjrc.com/teensy/usb_keyboard.html It's Arduino 1.03, latest Teensyduino applied, Teensy 2.0, on the latest Mac OSX The compiler window lists complaints: "error: 'usb_keyboard_press' was not declared in this...
  7. U

    Newb type question - Reading voltage coming in.

    The ATMega328 in the Arduino can run over a very wide range of voltages, anything from 1.8v to 5.5v, that's why you can run it without a regulator and monitor the battery voltage that way. The Teensy is a much more regulated chip, it needs 3.3v, just 3.3v, no more, no less, so it gets that from...
  8. U

    low voltage tripping bounce?

    Have you looked into the MegaSquirt EFI schematics? They're posted online. That is a device with an 8 (optional 16) bit Microcontroller running at 5v, it survives cranking, and most any electrical noise when wired in properly. They use an LDO regulator, a couple 1uH inductors, and a few caps...
  9. U

    ADXL345 Accelerometer library not working

    Ok, must have missed it in the datasheet last time, I didn't tie CS to VCC and SDO to ground, which I should have. So I revised my board and am having new boards made. Try try again. I'll revive this thread when I have the chip wired correctly, if I encounter any more problems..
  10. U

    ADXL345 Accelerometer library not working

    Some more troubleshooting.. Looks like there are comms happening on the i2c bus.. I scoped the clock and data pins and I see things happening.. The above is the SCL (clock) line And this is the SDL (data) line...
  11. U

    ADXL345 Accelerometer library not working

    I'm using a Teensy 3, with the final TeensyDuino code, Arduino 1.0.3.. ADXL345 hooked up via i2c. I've tried this library: http://code.google.com/p/adxl345driver/ When I run the test sketch in that library, nothing happens on the serial monitor. I don't even get the initial message. With or...
  12. U

    Reading/Writing from/to motherboard EEPROM chip... is it possible?

    Great place to use a Teensy 3.0 with it's native 3.3v.. I too got one of these nice little SPI EEPROM chips in a DIP-8 package off an old motherboard. Might use it for some kind of project in the future, not so much to restore this old board.
  13. U

    Teensy 3.0 based accelerometer datalogger

    Got the boards, got pins that fit in the really tiny holes that accidentally got put into the Teensy footprint I had created. The voltage regulator works (haven't scoped it yet, to check out how clean it is). The RTC backup battery works. The uSD card works, though the footprint I used was all...
  14. U

    Eagle library with Teensy 3.0 footprint

    Looks like if I get machine pins, they'll fit. So I'll do that for this set of boards.
  15. U

    Eagle library with Teensy 3.0 footprint

    According to my screen, they're 23mil diameter holes.
  16. U

    Eagle library with Teensy 3.0 footprint

    Constantin.. What on earth were you thinking with the pin size? I just had a batch of boards made using this library. When I made this library, I made the holes big enough to fit standard pins. When you revised it, you made them microscopic. What pins were you thinking people would be using to...
  17. U

    Teensy 3.0 as a fan controller/serial device/computer light controller!

    Lots of ways to do this.. a simple NPN BJT transistor like the 2n2222 will drive several fans. They are INCREDIBLY cheap. They will control the negative side of the fan, placed on a PWM pin, you'll be able to control the speed of the fans based on an input.. Which brings us to... How do you want...
  18. U

    Teensy loader for Raspberry Pi?

    Yup, that's the one.
  19. U

    Teensy loader for Raspberry Pi?

    Patriot 32gb Class 10 card, they're selling for $20 at Fry's right now. I've been using one with my Pi since May, it's reliable, and generally considered to be one of the fastest that you can get, especially at that price.
  20. U

    Teensy 3.0 based accelerometer datalogger

    This is my latest creation. It's something I've been trying to make for awhile now. First couple tries were with an ATMega328, which I couldn't even get to write to the SDCard. I'm hoping this one works out. The board is 2.1"x.9", uses a Teensy 3, which I'll probably permanently solder to the...
  21. U

    Mini T3 BaseBoard for the Teensy 3

    OSHPark.com, they'll make you 3 boards with the design files listed here. (edit: Maybe they're not listed here? I don't see a link. anyways...) The Mini board would be like $25 or less for 3.
  22. U

    Teensy loader for Raspberry Pi?

    I've yet to find an SD Card that doesn't work reliably on any of my six Pi. When I got my first Pi, my best card was a Class 4, and only 4gb. So I went to Fry's and bought a 32gb Class 10, Patriot brand, "LX Pro". That card made a noticeable improvement in performance. I have a 8gb Class 10 Sony...
  23. U

    Accessing the SdCard with SdFat.h and teensy 3.0

    That's a cool board, where can I get one?
  24. U

    JTAG with (not of) Teensy

    http://www.seeedstudio.com/depot/bus-blaster-v2-jtag-debugger-p-807.html Check out the BusBlaster.. Not quite as cheap as a Teensy, but still really well priced. It's supposed to be able to JTAG just about any device with a JTAG port, thanks to it's onboard CPLD.
  25. U

    Teensy loader for Raspberry Pi?

    It'd be great if it could integrate into the Arduino IDE on the Pi like it does on x86 platforms. I've done some Arduino programming on the Pi. The compile time is a bit absurd, but it sure is nice programming on the big ol TV, especially when tutoring someone/multiple people. Not terribly...
  26. U

    Teensy 3.0 Beta9 Software

    The PWMFrequency setting.. What's the acceptable range? How arbitrary can the settings be, like what kind of resolution can be used for the different frequencies?
  27. U

    [PATCH] usb_serial.c fix for gcc const PROGMEM requirement

    Why not post it on pastebin and link? Easier to view.
  28. U

    Eagle library with Teensy 3.0 footprint

    Ok, I tried out the revised library you posted, Constantin. Looks good except that you had two pins on top of each other in the symbol, made it difficult to wire up in the shematic edittor, so I fixed that. Latest revision posted on my server.
  29. U

    Eagle library with Teensy 3.0 footprint

    Awesome, thanks. And yeah, the sparkfun staggered pins thing seems childish to me.. Never really cared for it. Could always put both versions in the library though. I was thinking it'd be nice to have 3 versions of the Teensy in this library anyways.. A simple DIP28 version that can use a...
  30. U

    TeensyDapter

    The Teensy socket pin holes are .03937008", the next size up on the list was .043something".. So they should be big enough, I did take the pin size into consideration when I made that library. I could use the Wiznet chips, previously they had seemed rather expensive, but I see that they're about...
  31. U

    TeensyDapter

    Well, when I came up with the idea for this, HWGuy hadn't done his board yet. His board is great, and does what I set out to do initially, so I took mine a step further. But I'm sticking with the TeensyDapter name I came up with.. ;) This is a Teensy 3.0 to Arduino (Uno R3 style) footprint. It...
  32. U

    Eagle library with Teensy 3.0 footprint

    And then I looked at the other side of the card.. I see what those pins are for now.. It'd be worth adding them. I'll do that in the morning. :)
  33. U

    Eagle library with Teensy 3.0 footprint

    Ok, I just whipped up a Teensy 3.0 part. I've never tried creating a part in Eagle (or any other program) before, but I followed a nice guide (which was semi irrelevant for this particular part). I'd appreciate a peer review of this, especially if it saves me from making a bad board based on it...
  34. U

    Eagle library with Teensy 3.0 footprint

    I'm working on a board that will have a DIP socket that the Teensy 3.0 can simply plug into. I've found the Teensy 2.0 and Teensy++ footprints, but haven't found a 3.0 one yet. I'm using Eagle for this project. Has anyone got one already made?
  35. U

    Will the Teensy survive 110 degrees Celsius in the oven for 30 minutes?

    Definitely. That's right around the preheat temperature for SMD reflow ovens. Won't hurt it at all.
  36. U

    Running Teensy 3.0 from batteries.

    5800mAh with a 25C discharge rate.. Holy cow.. I had no idea those packs could discharge at those rates! Link 3 of those together and you could probably start a small car engine! heh.. Anyways, yeah, if you use something like that, don't forget a fuse! :)
  37. U

    Running Teensy 3.0 from batteries.

    I think that using a device that steps up the 3.7-4.2v to 5v so that another device can cut it back down to 3.3v is really wasteful. I'd get one of the $3 switchmode voltage regulators from eBay that'll take the 3.7-4.2v and regulate it very efficiently straight to 3.3v, then simply feed it into...
  38. U

    Teensy 3.0 to Arduino R3 breakout board

    I see you're sold out. I tried to upload your Gerbers to OSHPark.com, and it failed. Any chance you'll be sharing the shematic/board files? I'd like to make a couple changes anyways. If not, that's cool. I was considering making this exact adapter board anyways. It's a good idea. :)
Back
Top