sebascarra
  • Joined on Dec 02, 2018

sebascarra commented on issue youen/OneWireArduinoSlave#4

Implementing a low power mode

Edits don't seem to work, so here's a slightly more thorough message:

5 years ago

sebascarra opened issue youen/OneWireArduinoSlave#4

Implementing a low power mode

5 years ago

sebascarra commented on issue youen/OneWireArduinoSlave#1

ATTINY85 OneWireArduinoSlave

IanF, maybe your problems lie in the fact that you're relying on the internal oscillator. I suggest you do all your work using an external oscillator, and once everything you need to do works, then experiment by removing it. I'm using Chinese clone Arduino Nanos instead of ATTinys because the oscillator is on-board and they are so cheap.

5 years ago

sebascarra commented on issue youen/OneWireArduinoSlave#2

beginWriteBit not setting zeros to be written during future read time slots, ones are written instead

Edit to my previous comment (edits don't work for some reason):

5 years ago

sebascarra commented on issue youen/OneWireArduinoSlave#2

beginWriteBit not setting zeros to be written during future read time slots, ones are written instead

BTW, it would have been impossible to get anywhere without a cheap 5 USD logic analyzer. Guys, get one before you even attempt to debug any One-Wire related issues.

5 years ago

sebascarra opened issue youen/OneWireArduinoSlave#2

beginWriteBit not setting zeros to be written during future read time slots, ones are written instead

5 years ago

sebascarra commented on issue youen/OneWireArduinoSlave#1

ATTINY85 OneWireArduinoSlave

IanF, I saw your fork and it seems to be fine. I appreciate you forked the project and will review your code soon.

5 years ago

sebascarra commented on issue youen/OneWireArduinoSlave#1

ATTINY85 OneWireArduinoSlave

Hello IanF, I have recently started using this library as well. It works very well so far and the code is excellent. I could use your FakeDS2413 for Arduino UNO, do you think you can do a pull request on this to commit your example on that?

5 years ago