You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			| 
				
					
						 | 
			7 years ago | |
|---|---|---|
| lib | 7 years ago | |
| .gitignore | 7 years ago | |
| CMakeLists.txt | 7 years ago | |
| Makefile | 7 years ago | |
| README.md | 7 years ago | |
| lcd.c | 7 years ago | |
| lcd.h | 7 years ago | |
| main.c | 7 years ago | |
| onewire.c | 7 years ago | |
| onewire.h | 7 years ago | |
| style.astylerc | 7 years ago | |
		
			
				
				README.md
			
		
		
			
			
		
	
	1-Wire tester
Uses Arduino Pro Mini, Arduino Nano or similar, with ATmega328P.
LCD is HD44780, 2-line.
Pinout
- D2 - RS
 - D3 - RW
 - D4 - E
 - D5..D8 - DATA4..7
 - D9 - 1-Wire data, 4k7 pullup to 5V
 
Usage
Everything is automatic, just connect 1-Wire devices to the data pin.
ROM code reading works in parasitic mode, but temperature measurement is implemented only in 3-wire mode.