2013-09-02 00:04 mth has quit [Ping timeout: 248 seconds] 2013-09-02 00:24 mth has joined #qi-hardware 2013-09-02 00:42 rz2k has quit [] 2013-09-02 01:06 xiangfu has joined #qi-hardware 2013-09-02 01:44 pcercuei has quit [Ping timeout: 240 seconds] 2013-09-02 01:44 xiangfu has quit [Read error: Connection reset by peer] 2013-09-02 02:39 gbraad_ has joined #qi-hardware 2013-09-02 02:42 gbraad has quit [Ping timeout: 256 seconds] 2013-09-02 02:48 panda|x201 has joined #qi-hardware 2013-09-02 05:32 FDCX_ has joined #qi-hardware 2013-09-02 05:50 panda|x201 has quit [Ping timeout: 245 seconds] 2013-09-02 06:32 jekhor has joined #qi-hardware 2013-09-02 07:04 valhalla_ is now known as valhalla 2013-09-02 07:18 FDCX_ has quit [Ping timeout: 246 seconds] 2013-09-02 07:21 kyak has quit [Ping timeout: 260 seconds] 2013-09-02 07:50 wolfspraul has joined #qi-hardware 2013-09-02 08:38 FDCX_ has joined #qi-hardware 2013-09-02 09:23 FDCX_ has quit [Ping timeout: 246 seconds] 2013-09-02 09:26 jekhor has quit [Ping timeout: 240 seconds] 2013-09-02 10:12 kyak has joined #qi-hardware 2013-09-02 10:12 kyak has joined #qi-hardware 2013-09-02 10:18 pcercuei has joined #qi-hardware 2013-09-02 10:57 wolfspraul has quit [Ping timeout: 246 seconds] 2013-09-02 10:59 wolfspraul has joined #qi-hardware 2013-09-02 11:00 wolfspraul has quit [Client Quit] 2013-09-02 11:00 wolfspraul has joined #qi-hardware 2013-09-02 11:19 jekhor has joined #qi-hardware 2013-09-02 11:46 FDCX_ has joined #qi-hardware 2013-09-02 11:57 arossdotme has joined #qi-hardware 2013-09-02 11:58 porchaso0 has joined #qi-hardware 2013-09-02 12:00 porcha0 has quit [Read error: Connection reset by peer] 2013-09-02 12:04 hellekin has quit [Quit: leaving] 2013-09-02 12:19 arossdotme has quit [Ping timeout: 260 seconds] 2013-09-02 13:10 unclouded has quit [Ping timeout: 264 seconds] 2013-09-02 13:17 unclouded has joined #qi-hardware 2013-09-02 13:20 porcha0 has joined #qi-hardware 2013-09-02 13:22 porchaso0 has quit [Ping timeout: 240 seconds] 2013-09-02 13:27 FDCX_ has quit [Ping timeout: 240 seconds] 2013-09-02 13:47 FDCX has quit [Ping timeout: 264 seconds] 2013-09-02 14:00 FDCX has joined #qi-hardware 2013-09-02 14:22 porcha0 has quit [Quit: Leaving...] 2013-09-02 14:23 jekhor has quit [Ping timeout: 264 seconds] 2013-09-02 14:23 FDCX_ has joined #qi-hardware 2013-09-02 15:09 great a SPI slave that doesn't reset it's SPI transceiver statemachine when CS goes high. Have a spurious clock cycle once, all future transactions will be off by one clock cycle :/ 2013-09-02 15:12 but it's very robust against CS glitches ;-) 2013-09-02 15:17 yea ;) 2013-09-02 15:19 ahah 2013-09-02 15:21 well, it ignores SCK as long as CS is high, so you'd have a similar problem if you had a glitch on CS at the right time 2013-09-02 15:30 compcube has joined #qi-hardware 2013-09-02 15:47 FDCX_ has quit [Ping timeout: 245 seconds] 2013-09-02 15:51 Luke-Jr has quit [Ping timeout: 260 seconds] 2013-09-02 15:51 ah, but what are the odds :) 2013-09-02 15:53 Luke-Jr has joined #qi-hardware 2013-09-02 15:59 wej has joined #qi-hardware 2013-09-02 16:08 right now I'm wondering how to fix this, the reset is the deserted long before CS and SCK become untristated and of course no testpoints where you could attach a pull-up to CS 2013-09-02 16:08 de-asserted 2013-09-02 16:14 rz2k has joined #qi-hardware 2013-09-02 16:22 gbraad_ is now known as gbraad 2013-09-02 16:31 compcube has quit [Ping timeout: 245 seconds] 2013-09-02 16:34 device doesn't have a reset-in pin either ? 2013-09-02 16:35 maybe you can implement some algorithm that determines the bit offset by a string of commands and evaluating the responses for the possible offsets 2013-09-02 16:35 s/by a/by sending a/ 2013-09-02 16:35 wpwrak meant: "maybe you can implement some algorithm that determines the bit offset by sending a string of commands and evaluating the responses for the possible offsets" 2013-09-02 16:38 kilae has joined #qi-hardware 2013-09-02 16:43 the reset pin is hardwired to the power good signal, luckily that's going to change in the next rev 2013-09-02 16:44 I only can do multiples of 8 SCK cycles 2013-09-02 16:44 so once stuck, forver stuck 2013-09-02 16:55 panda|x201 has joined #qi-hardware 2013-09-02 17:02 no GPIO on the "good" side of that interface ? 2013-09-02 17:05 i might be late, but anyway: http://haxit.blogspot.com.es/2013/08/hacking-transcend-wifi-sd-cards.html 2013-09-02 17:05 very cool 2013-09-02 17:10 kyak: Linux on your SD card? 2013-09-02 17:10 wpwrak: kind of, a full fpga, but well I'm lazy ;) 2013-09-02 17:10 I don't want to implement some custom recovery methods 2013-09-02 17:11 lame ;-) 2013-09-02 17:11 strangly enough it works if I add a pull-up inside the fpga, even though the pin is actively driven 2013-09-02 17:12 at least that's what I assume 2013-09-02 17:14 kyak: neat :) 2013-09-02 17:14 but since I'm just routing a signal from the SoC through the fabric how knows how they hooked up the signal to the fabric internally 2013-09-02 17:16 yep, it's a 400 Mhz ARM, 32 Mb RAM and Wifi in an SD card, completely hackable 2013-09-02 17:17 (not because it was made hackable, but because it contains so many holes) 2013-09-02 17:19 wpwrak: i, by the way, bought another uSD-SD adapter. But before i start with it, i found an old 32Mb SD card to experiment with ) 2013-09-02 17:19 i realized i need more thin wires as well.. mine are too thick 2013-09-02 17:20 and maybe i can finish this project with the iron i have 2013-09-02 17:24 maybe ... but you really ought to visit the electronics stores. this stuff isn't THAT expensive. you'll easily spend more on things you damage, oddball adapter boards, etc., than on a decent soldering iron 2013-09-02 17:28 yep. i already took notice of one model 2013-09-02 17:30 good :) 2013-09-02 17:48 rz2k has quit [] 2013-09-02 18:01 now lets hope that it takes notice of you as well and then you two can live on happily ever after 2013-09-02 18:07 -) 2013-09-02 18:11 rz2k has joined #qi-hardware 2013-09-02 18:11 arossdotme has joined #qi-hardware 2013-09-02 18:16 arossdotme has quit [Ping timeout: 264 seconds] 2013-09-02 18:37 arossdotme has joined #qi-hardware 2013-09-02 18:47 arossdotme has quit [Ping timeout: 245 seconds] 2013-09-02 19:09 FDCX_ has joined #qi-hardware 2013-09-02 19:11 FDCX_ has quit [Remote host closed the connection] 2013-09-02 19:23 arossdotme has joined #qi-hardware 2013-09-02 19:37 arossdotme has quit [Ping timeout: 246 seconds] 2013-09-02 19:58 jekhor has joined #qi-hardware 2013-09-02 20:12 kilae has quit [Quit: ChatZilla 0.9.90.1 [Firefox 23.0.1/20130814063812]] 2013-09-02 20:58 uwe_ has quit [Read error: Connection reset by peer] 2013-09-02 21:08 wpwrak has quit [Ping timeout: 264 seconds] 2013-09-02 21:18 woakas has joined #qi-hardware 2013-09-02 21:19 jekhor has quit [Ping timeout: 245 seconds] 2013-09-02 21:24 Mistah_Darcy has joined #qi-hardware 2013-09-02 21:25 MistahDarcy has quit [Ping timeout: 240 seconds] 2013-09-02 22:14 MistahDarcy has joined #qi-hardware 2013-09-02 22:17 Mistah_Darcy has quit [Ping timeout: 260 seconds] 2013-09-02 22:45 gbraad has quit [Ping timeout: 245 seconds] 2013-09-02 22:56 rz2k has quit [] 2013-09-02 23:02 wolfspraul has quit [Quit: leaving] 2013-09-02 23:26 uwe_ has joined #qi-hardware 2013-09-02 23:48 zear is now known as zear__ 2013-09-02 23:50 zear__ is now known as zear-- 2013-09-02 23:51 zear-- is now known as ________________ 2013-09-02 23:51 ________________ is now known as zear