Mobo Attiny programing
mwalimu
Posts: 44
Is there a general library for reprogramming the Attiny chips on the Mobo? I have a few ideas for using the Attiny chips, but no idea on how they handle the one wire routines that the Stamp uses to communicate.
Comments
Good luck with your project!
-Phil
I pretty much realized I'm my own here, in which case I have a complaint. What is the point of having two coprocessors if you can't do anything with them? I think at the very least Parallax should put out some documentation on the One Wire routine it uses to communicate with the ATtiny chips. And how about the source code for the Taos Line Reader.
The original idea behind the AVR programs provided with the MoBo and various daughterboards was that they provide black-box functionality that is easy to load and whose functioning is well-documented and fully-supported. In this way the AVRs are treated simply as logic extensions to the BS2pe chip, but whose behavior can be changed. In fact, the original reason they were put there is that, being less expensive than dedicated ADC chips, they were the cheapest way to provide analog inputs on the MoBo. Of course, being very capable micros in their own right, their mission in life grew from there.
Opening the source does carry the risk that it, too, would have to be supported, adding yet another processor family for Parallax's tech support to deal with. Hence my rather strongly-worded caveat about not providing support for the source code. Nonetheless, your question coincided with Parallax's recent push for more openness, so I decided it was time to provide the source. If this goes well, I may do the same with the TSL1401 driver and have already expressed this to Parallax. No promises, though!
-Phil
But you'll find several AVRs in our own designs. Those are specified and designed-in by the other side of our office, Engineering.
If it helps our customers then we support releasing any AVR code, without support. The only problem with it is that we usually say "we support everything we sell". That's why I prefer the use of the forums for such releases - upon request instead of posted on the product page.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Ken Gracey
Parallax Inc.
Follow me at http://twitter.com/ParallaxKen for some insider news.
-Phil
But think of all the things you could do with those blades. I wrote a FORTH for one of those little 8 pin wonders. It's a pretty cool chip.
I get why you used the ATtiny chips, they are effective and cheap.