Anybody ever mess around with Console.h?
https://www.arduino.cc/en/Tutorial/ConsoleRead
Type: Posts; User: grayfx
Anybody ever mess around with Console.h?
https://www.arduino.cc/en/Tutorial/ConsoleRead
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...
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...
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...
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,...
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: ...
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...
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!...
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...
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:...
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...
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
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...
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...
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...
Thanks Michael!
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
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...
Getting better with your help sir!
#include <Audio.h>
#include <Wire.h>
#include <SPI.h>
#include <SD.h>
#include <Bounce.h>
#include <elapsedMillis.h>
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);
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...
....just switched from pin0 to pin2...working fine now...crossing fingers...
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...
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....
thanks for all the suggestions! still a WIP
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...