Author Topic: 1-Wire Protocol  (Read 4008 times)

Offline Kyle Mercer

  • Newbie
  • *
  • Posts: 4
    • View Profile
1-Wire Protocol
« on: October 24, 2017, 04:39:44 PM »
Is there any out of the box support in uTasker for communicating with Maxim (Dallas Semiconductor) 1-Wire devices? If not, has anyone managed to successfully add this protocol to their uTasker based device (preferably Kinetis)?

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3236
    • View Profile
    • uTasker
Re: 1-Wire Protocol
« Reply #1 on: October 24, 2017, 08:45:31 PM »
Kyle

I don't have anything for 1-wire. Is it normally bit-banged?

Regards

Mark

Offline Kyle Mercer

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: 1-Wire Protocol
« Reply #2 on: October 24, 2017, 09:02:05 PM »
Bit banging is one way to communicate. A UART/USART can also be used as a 1-wire master or there are 1-wire master ICs that communicate via I2C or SPI.