OneWireArduinoSlave icon indicating copy to clipboard operation
OneWireArduinoSlave copied to clipboard

An arduino library to communicate using the Dallas one-wire protocol, where the Arduino takes the role of a slave. Entirely implemented using interrupts, you can perform other tasks while communicatio...

Results 5 OneWireArduinoSlave issues
Sort by recently updated
recently updated
newest added

Hello, I have something rather wierd. I'm trying to join several arduinos in 1-wire network. I wrote simple test bellow to check stuff - it just checks device presense. It...

Have you ever tried to run this against a raspberrypi or anything else running Linux's w1 driver? I tested your example sketch in a setup consisting of an 328P-based Arduino...

I am trying to make a DS1993, an ibutton, emulator on Arduino Uno using your library. The master side arduino uno is running the PaulStoffregen:OneWire library. The write function of...

Hello guys, I am trying to figure out how to use this library with ds2482. I have a working code for communicating with a real DS18b20 thermometer, it does not...

It would be nice to see this lib support more boards :) Some one has altered you code to make it work for STM32 (http://www.stm32duino.com/viewtopic.php?f=9&t=1852) STM32 using a timer class...