pklarsjo

Results 10 comments of pklarsjo

Interesting project! Remember reading somewhere that emulated devices can't use databus for supply as the original devices can, it simply consumes too much power.

All decices, both real and emulated. I now noticed that +5v supply to the pi and slaves is to low; 4.63V. Will correct that and see if it helps. mån...

Yes, pi is still alive. Listing /mnt/1wire shows some basic folders like bus.0..7 etc. but device folders are gone. Reboot of pi does not solve this, but a power toggle...

Well, my implementation is nothing fancy. Its a 2890 example that is modified so that it sets wiper value to analog out. But I can post it later. Edit: Wasn't...

Here comes my code: /* * Example-Code that emulates a DS2890 Single channel digital potentiometer (datasheet has it covered for up to 4 CH) * * Tested with * -...

Thanks for a great library! Any progress here? I am using attiny85 and experience the same for each command sent to DS2413. DS2405 is working fine, but I need readback...

No, not yet since timing is ok with other types. But maybe i need to try differenting them?

Ok, will try and come back. Which exact parameter do you suggest changing and to what (currently no scope available)? ONEWIRE_TIME_MSG_HIGH_TIMEOUT is mentioned in readme.md but ONEWIRE_TIME_SLOT_MAX is motioned in...

ONEWIRE_TIME_MSG_HIGH_TIMEOUT changed to x10, no difference. Some additional info: Exact command: echo '1' > PIO.A Reading from device is no problem: cat sensed.A My code: /* * Example-Code that emulates...

This is getting even more strange. I enabled toggling of the state in the blinking function (ds2413.setPinState(0,ledState);) to see if device is live or not. After some normal 1sec flashes...