I've been researching quite a bit, and haven't found what I'm looking for. I found the poor man's tiny tuner by coding badly and I'm looking for the right two-way serial communiction to accomplish this with regards to the right hardware to connect to the ATtiny to get two-way serial communication. In particular, can I use a Duemilnove to do it? As a "Serial Converter"
Which sketch from the example should I be using?
My findings: Interactive_to_Serial_with_Details.pde is the only one that compile without errors. and I can use the TX on my deumilanova to receive. But cannot send the 'x' yet....
Interactive_to_Serial.pde compiles with multiple errors mainly 'TinyTuner was no declared in this scope' Interactive_with_NewSoftSerial.pde - Not sure this is updated for latest arduino with softserial. I even added NewSoftSerial library from here: NewSoftSerial | Arduiniana and installed it. Then I get Tiny84Tuner not delcared in this scope. I replaced it with TinyTuner and get TinyTuner has no member "getState"..I stopped there.
Anyway, just looking for clarification and the best way to accomplish this so I can tune my ATTinys.
It appears to be working 8) ...Thanks Codingbadly for the Poor Man's Tuner code... Here are my steps to implement.:
a)Assumptions: Attiny85 with Tiny Core running @ 8mhz.
b)You have an Duemilanove laying around. Other boards may work, but I only tested with my Duemilenova
The wiring: 10uF cap between Reset and Ground(do this after you load the sketch! otherwise it won't load)
(I'm betting it's probably good to have a 330 ohm resistor with the RX pin as well, but I didn't have any, and I just gave it a shot. it worked.
6.Plug in USB and load serial monitor at 9600 baud rate.)
Follow on-screen instructions...(pressing 'x')
I hope this helps some guys out there and saves a few hours of googling.
I am trying to Implement the steps stated above, Unfortunately when I compile the Interactive_to_Serial_with_Details.pde, I get an error saying Serial was not declared in this scope.
Any help is appreciated.
There are a lot of versions of the core. Obviously, I think my ATtiny core is the best, because it supports lots of different chips (it, like some others, provides a software serial named Serial for chips that don't have a hardware uart, against my better judgement; I don't like the idea of making a software serial port look like a hardware one to the developer, since software serial has limitations which the programmer should be aware of) - mine would be the second link in my sig; (that's a link to the repo, not a board manager url, install the old fashion way as described in readme).
Other people, naturally, maintain that their version of the core, or whatever version they've been using successfully is the best
babsndeep:
Really Appreciate the quick response!
However I can't seem to open the README file to install these cores, any suggestions?
No, this is a quick response
The readme file can be opened in any text editor, but it looks way better (and has a picture showing how you want the hardware folder to look) if you just view it in github. Just go to the URL in the sig, and scroll down - that's the readme