Commit Graph

16 Commits

Author SHA1 Message Date
Youen Toupin
74b3f2100e search rom algorithm almost working (but code is in an awful state, and master doesn't recognize the ROM yet, maybe a CRC issue) 2015-04-24 20:17:29 +02:00
Youen Toupin
68f4fce878 attempt to implement search ROM algorithm (doesn't work at this time) 2015-04-24 12:13:29 +02:00
Youen Toupin
b236a684ca implemented reading of bytes sent by the 1-wire master 2015-04-24 11:29:59 +02:00
Youen Toupin
8c473f50e4 implemented presence with timer interrupts 2015-04-24 10:30:11 +02:00
Youen Toupin
8fb20ab065 improved debugging messages on serial port (approximate measured time to append a message : 10µs ; messages are actually sent later, from the main loop) 2015-04-23 18:56:18 +02:00
Youen Toupin
03c2f0afd3 implemented reset detection 2015-04-23 17:26:33 +02:00
Youen Toupin
e8677549ea Merge branch 'master' of ssh://thor:22/OneWireIO
Conflicts:
	OneWireIO.ino
2015-04-23 15:07:36 +02:00
Youen Toupin
3359c244eb oscilloscope burst mode test 2015-04-23 15:06:13 +02:00
Youen Toupin
a474a381f9 start of actual OneWireIO project 2015-04-23 10:39:45 +02:00
Youen Toupin
ef01fe74bb added code to transmit sample frequency along with sample data (more compatibility between arduino and PC, and possibility to change sampling rate at run-time) 2015-04-16 19:30:57 +02:00
Youen Toupin
d0ef4ee9f9 finished basic oscilloscope functionalities (max sampling rate seems to be 38KHz) 2015-04-14 00:16:48 +02:00
Youen Toupin
691ce28d95 basic display of oscilloscope values in SerialMonitor (no zoom or scroll yet) 2015-04-12 19:49:17 +02:00
Youen Toupin
b728db1e26 first version of debug messages display in Serial Monitor console 2015-04-12 12:16:54 +02:00
Youen Toupin
a7ae407b6c - removed the OWSlave library (that just doesn't work, at least on Arduino Uno when talking to a DS9490 master)
- added debugging tools (oscilloscope and debug messages through serial port ; work in progress)
- empty C# application for displaying debug data (work in progress)
2015-04-11 20:28:53 +02:00
Youen Toupin
16dbbc37e4 Device identification and simple command listening (not tested yet) 2015-04-11 13:18:12 +02:00
Youen Toupin
8be66217dd Empty Arduino sketch with OWSlave library downloaded from http://forum.arduino.cc/index.php?topic=65706.msg1756727#msg1756727 2015-04-11 12:49:46 +02:00