Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: grayfx

Search: Search took 0.00 seconds.

  1. Anybody ever mess around with Console.h? ...

    Anybody ever mess around with Console.h?

    https://www.arduino.cc/en/Tutorial/ConsoleRead
  2. Everybody, thank you for your help and patience....

    Everybody, thank you for your help and patience.

    ...still ill communicado though...

    Here's where we are:
    - external controller checks out on receiving commands through Realterm and it turns...
  3. Ah, thanks! WRT the last rev of the code do...

    Ah, thanks!

    WRT the last rev of the code do you see any issues? Just gotta get that play command out.

    I have ordered 2 different TTL to RS232 converters just in case.

    From what I have put...
  4. defragster I appreciate the help. If anybody's...

    defragster I appreciate the help. If anybody's confused it's me ;)

    So: I'm confused. You mention getting a FTDI adapter to go to USB. I need to pull TTL serial commands from TEESNY to a (really...
  5. I appreciate the help but that didn't do the...

    I appreciate the help but that didn't do the trick. I'm not sure if we're on the same page, you did see the initial program did have have a very similar last line in the loop,...
  6. before anybody asks, YES the TEENSY's wire for...

    before anybody asks, YES the TEENSY's wire for gnd and TX, the receiving TTL is gnd and RX.

    Using a small TTL to RS232 DB9 converter, this one: ...
  7. I really appreciate the help! Still a bit stuck,...

    I really appreciate the help! Still a bit stuck, though. I have a feeling I'm screwing up syntax...dunno.

    7639

    This is the code I have so far, very simple:

    //SERIAL_8N1 protocol spec'd by...
  8. Very helpful! I have never used RealTerm. Worked...

    Very helpful! I have never used RealTerm. Worked great, and all the suppliers specs were correct re. baud rate, parity, commands:

    7615

    Now, how do I push that into an arduino sketch?

    STUCK!...
  9. Sending simple "console" commands through serial Tx

    Stupid question I know, but here goes:

    Using a TEENSY 3.2 serial out (TX) to command another controller to play a track. Their documentation is minimal, so this should be easy, right??

    From the...
  10. OK! Finally up and running. Test code and bmp...

    OK! Finally up and running. Test code and bmp slideshow from SD card are working. It's the small stupid details that screwed me up.

    Here's a (crappy) test vid of bmps going through:...
  11. defragster, thank you! Actually I did ping...

    defragster, thank you!

    Actually I did ping the wiki link before starting this plead for help, I didn't understand the "Slave Select" part.

    I have re-wired "CS" to what adafruit's board calls...
  12. On the bright side you beat adafruit's support...

    On the bright side you beat adafruit's support team by about a day...still waiting on this simple answer...

    I appreciate your looking at this though. Limits some of the questions.

    cheers
  13. ecurtz, thanks, saw that before. so, can you...

    ecurtz, thanks, saw that before.

    so, can you confirm what I think the tiny leftover missing pieces are?

    missing but here's my guess:

    sclk = sck (pretty sure about that one!)

    CS...2...
  14. adafruit 1.5" OLED pinout clarification for TEENSY application

    Hi Gents,

    I am waaaay confused! I have a new 1.5" OLED display from Adafruit.

    Project deadline is closing fast, I need this sucker to work. SO I loaded their test.ino (attached).

    There is...
  15. figured it out, knowing taken pins was the key!!!

    OK guys, just knowing that those pins were dedicated to audio or wire or otherwise TAKEN (I don't feel too incredibly stupid now as it seems that should be pretty obviously noted on the audio shield...
  16. Thanks Michael!

    Thanks Michael!
  17. Hi Paul, good to know. I need 4 digital outs to...

    Hi Paul, good to know. I need 4 digital outs to control relays and one digital in (pushbutton to start sequence). Which would you recommend? TIA
  18. I appreciate all the help gents! QUICK question:...

    I appreciate all the help gents! QUICK question: pin 23 goes HIGH when any audio is being played. Design feature or broken TEENSY? Paul this also happens in your SamplePlayer sketch. Also I'm seeing...
  19. Getting better with your help sir! ...

    Getting better with your help sir!


    #include <Audio.h>
    #include <Wire.h>
    #include <SPI.h>
    #include <SD.h>
    #include <Bounce.h>
    #include <elapsedMillis.h>
  20. just quick update: commenting out everything but...

    just quick update: commenting out everything but audio still turns on LED on pin 23...dunno why:



    void loop() {
    // Update the button object
    button0.update();

    delay(100);
  21. NOOB here: dumped the delay, thx for the tip. I...

    NOOB here: dumped the delay, thx for the tip. I need all these events to happen in a specifically timed sequence with precise delays in between them. Right now with the code below I have pin2...
  22. ....just switched from pin0 to pin2...working...

    ....just switched from pin0 to pin2...working fine now...crossing fingers...
  23. Hi defragster, thank you for the help! I...

    Hi defragster, thank you for the help!

    I started with the audio example file SamplePlayer, which has the loop where 5 buttons are being monitored using the "fallingedge" state. I flipped it back...
  24. single button starts audio and relays in timed sequence...BUGS!

    I. AM. A. NOOB.

    I'm missing something very basic and stupid here I know but I would love it if somebody could point that error out.

    Code is below. TEENSY3.1 using the TEENSY audio shield....
  25. Replies
    3
    Views
    1,825

    thanks for all the suggestions! still a WIP

    thanks for all the suggestions! still a WIP
  26. Replies
    3
    Views
    1,825

    Audio driving servo, auto-talk

    Hi All,

    New to TEENSY and generally noob-ish all around. I have the TEENSY 3.1 and the TEENSY3_AUDIO board. I need to have an "auto talk" system where I drive a servo's position based on the...
Results 1 to 26 of 27