diff options
-rw-r--r-- | onewire/sockit_owm/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/onewire/sockit_owm/README b/onewire/sockit_owm/README index e894f08..ec19be4 100644 --- a/onewire/sockit_owm/README +++ b/onewire/sockit_owm/README @@ -1,5 +1,18 @@ +This directory contains waveforms created by accesing various onewire devices +using the 'sockit_owm' Verilog master. The master is used in a demo hardware +(Terasic DE1 development board, and a Quartus/Qsys project) and software (also +available as a Nios II project) implementation available at the next GIT repo. + +https://github.com/jeras/sockit_owm + + +This dumps were created using sigrok with the following command: + sigrok-cli -d 0:samplerate=8000000 --time 4s -p 1=OWR -t OWR=0 -o onewire.sr + +This is the console output after running the demo: + (0) 6700000003A6A842 25.9 Celsius (1) 3F000000C8CF9B28 25.8 Celsius (2) 44000801E51EC510 25.9 Celsius |