Interfacing BS2 with DS2480B
EMPTY_C
Posts: 29
I am wanting to do some 1-wire communication with the BS2 and was wondering if there were any examples/code out there where the DS2480B has already implemented with the BS2... I did a search but there doesn't seem to be a lot of information.
Thanks,
MT
Thanks,
MT
Comments
http://www.maximintegrated.com/datasheet/index.mvp/id/2923
I did a lot of searching but can't seem to find any examples.
MT
Hello!
As usual Mike you are spot on. Correct as it happens. That part does its work only at that speed. It prefers to work with everything else but. In fact the language being interpreted tends to move slowly as the hosted processor behind the Stamp is busy reading your code and translating it into machine code which then gets ran. It might work with the Prop, but then there's an even bigger problem; writing code for that fellow to do your job.
Now the ones that Mike said that also do One-Wire also do I2C, and you're better off trying to communicate with the DS2482 family members that way. However the emphasis is on that part there. Should you wish to seriously consider the One-Wire family of parts then I suggest going straight to them, that is the family members, and not using the DS2480B since the BS2 family does what you need to do directly. (Not using the DS2480B that is.)
The 1-Wire commands built into thse are very easy to handle.
The DS2480 chips are ... quirky to handle properly, even on computers that can keep up...