Maxim 1Wire Devices

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
Docara
Posts: 315
Joined: Sun Jun 23, 2013 1:29 pm
Has thanked: 28 times
Been thanked: 61 times

Maxim 1Wire Devices

Post by Docara »

Hi,

I'm looking to use the Maxim 1wire devices. Looking around I see that Maxim do an interface chip (DS2480B) which has a on-board hardware search facility for finding multiple devices on the 1wire bus and correct timings for communication thus eliminating the uP overhead - does FC support this chip? If not do you have any suggestions how I could use it within FC

Thanks
Matt

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Maxim 1Wire Devices

Post by Benj »

Hi Matt,

Currently there is no specific component to drive this IC, however it looks like it's a fairly straightforward UART connection and it should be possible to create a program with your own macros to control the chip.

Once you have these macros you can very easily convert this into a fully working component.

Let us know how you're getting on and we can always help to try and point you back in the right direction.

Post Reply