2015-02-15 00:35 watch out! there's a pitfall with this: HNP defines active DIScharge of VBUS to basically transfer data over power. So huge buffer capacitors might be problematic even behind a 44R series resistor 2015-02-15 00:37 when in a chinese hub some big caps are not equipped, I'd first think of rithless optimization, but in this particular case maybe they even thought having them was nice and then noticed they actually spoil stuff 2015-02-15 00:37 ruthless* 2015-02-15 01:06 idundidit_ has joined #qi-hardware 2015-02-15 01:10 idundidit has quit [Ping timeout: 264 seconds] 2015-02-15 01:18 idundidit_ has quit [Quit: Leaving] 2015-02-15 01:31 wow 2015-02-15 01:31 data over + never would have thought... 2015-02-15 01:31 thx 2015-02-15 02:49 dandon has quit [Ping timeout: 244 seconds] 2015-02-15 02:54 dandon has joined #qi-hardware 2015-02-15 03:48 xiangfu has joined #qi-hardware 2015-02-15 04:12 xiangfu: heya, did you see what i wrote on adjusting the threshold ? ("maybe start with 500 [...]") 2015-02-15 04:15 in any case, things will be more fun once you have a real case. it changes quite radically how the device feels. 2015-02-15 04:20 * xiangfu check the irc log 2015-02-15 04:22 wpwrak: how to reflash the anelok-2014.bin. do I have to reflash the boot-bin first. then using dfu? 2015-02-15 04:23 you should be able to use dfu directly. you already have a good boot-2014.bin, from the combined binary 2015-02-15 04:24 (the combined binary is really just what the flash of anelok looks like when you first flash boot-2014.bin and then dfu anelok-2014.bin) 2015-02-15 04:26 when I plug the anelok. the led was on. like for 1 sec. then off. from the dmesg. the usb got disconnect. 2015-02-15 04:26 so I should using dfu when the led was on? right? 2015-02-15 04:27 YEAH 2015-02-15 04:27 ;-) 2015-02-15 04:28 you can use "make update" to make this more comfortable: "make update" prepares the transfer, then waits for anelok to enumerate. then you can reboot or reconnect anelok, and the dfu will start automatically. 2015-02-15 04:34 great. 2015-02-15 04:38 arossdotme has quit [Remote host closed the connection] 2015-02-15 04:56 just added two new parameters to devcfg: "scale", which is the scaling of the touch values, and "offset", which is an offset that's added to the scaled value 2015-02-15 04:58 so if the slider doesn't want to move all the way to top and bottom, increase "scale" (default: 96). if it moves too quickly, decrease it. and if the center seems to be way off, adjust offset (default: -10) 2015-02-15 05:08 and a twist: if you set the offset to 0, then it'll pick the default value since 0 is used internally as "not set". fortunately, nobody would notice a small difference in the offset, so one can just use 1 or -1 in this case. 2015-02-15 05:11 arossdotme has joined #qi-hardware 2015-02-15 05:29 the cursor flickers quickly. update the thresh from 400 to 100 2015-02-15 05:29 now ... 2015-02-15 05:30 hmm... the anelok take like 2 mins to boot. 2015-02-15 05:31 you mean the time between a reset and until it responds touch input ? 2015-02-15 05:31 responds TO touch input 2015-02-15 05:33 Yes. 2015-02-15 05:35 yeah, that's the time it takes for the calibration to settle. the rest of the system is up and running almost instantly, but it takes a while until it understands the touch input 2015-02-15 05:36 and the time should be more like 30 seconds. just make sure you don't touch the sensor during that. 2015-02-15 05:36 lemme try to add a fast initialization. probably won't work (i've tried it before), but let's see ... 2015-02-15 05:44 we can make the led one until it finish setup the touch input. 2015-02-15 05:44 hmm... threah = 50000 right now. the cursor still blinking. 2015-02-15 05:45 wow. that's weird. 2015-02-15 05:46 at 5000 i would expect the thing to be quite dead :) 2015-02-15 05:46 but a blinking cursor (if there is a finger) means the threshold is too high 2015-02-15 05:48 ok. I made a mistake. dnow. changed to 5. 2015-02-15 05:48 hmm... still blinking when there is a finger. 2015-02-15 05:49 with 5, it should detect the finger when it's ~1 cm away :) 2015-02-15 05:50 did you put some plastic on top of the sensor ? if yes, how thick is it ? 2015-02-15 05:50 no. nothing on PCB. 2015-02-15 05:51 ah, you should add some ~0.5-1.5 mm of plastic 2015-02-15 05:51 else, the thing will be far too sensitive 2015-02-15 05:51 ok. 2015-02-15 05:51 * xiangfu finding some plastic... 2015-02-15 06:00 nicksydney has quit [Ping timeout: 244 seconds] 2015-02-15 06:13 i think i found a fast calibration that works :) not it should be ready after just a few milliseconds 2015-02-15 06:13 noW 2015-02-15 06:13 I found a plastic. 2015-02-15 06:14 it works fine at thresh = 250 2015-02-15 06:14 if the fast calibration didn't work, then anelok may turn on and off on its own for a while (until the regular calibration corrects the issue) 2015-02-15 06:14 whee ! :) 2015-02-15 06:15 better on 350. 2015-02-15 06:15 in general, if the slider acts weird, let anelok rest for ~30 seconds and the problem should correct itself 2015-02-15 06:16 ok. now I am ready to write some C code. :) 2015-02-15 06:16 ok. 2015-02-15 06:16 for the threshold, higher is better since you then only get samples where the finger is already firmly pressing against the plastic 2015-02-15 06:17 if the sensor triggers when the finger it still away or only lightly pressed, then the finger will deform when completing the push, and this will look to the sensor like a change in position. so it's best to avoid that. 2015-02-15 06:21 (code) great ! :) and welcome to the exclusive club of anelok users ! ;-) 2015-02-15 06:25 ah, regarding the fat fs. best to call the directory of the file system driver fat/ or fatfs/. ff/ is a little too terse and generic, even for my taste :) 2015-02-15 06:27 ok. got it. 2015-02-15 06:54 now we have 4 full working board. 2015-02-15 06:55 kewl :) until two hours ago it was 2 world-wide, one hours ago it was 2+1 = 3, now 2+4 = 6. if we keep this up, the planet will overflow with aneloks in a day :) 2015-02-15 06:56 will upload more pics later. 2015-02-15 06:56 excellent ! 2015-02-15 06:56 :) 2015-02-15 06:56 I think I can start the case work after Chinese New Year. 2015-02-15 06:56 and making more boards. 2015-02-15 06:57 I have bought 50 boards components. but I only have 10 PCB. 2015-02-15 06:59 that's good. it seems that we'll need to change the power supply scheme anyway, then you can fix that directly in the new boards 2015-02-15 06:59 Yes. 2015-02-15 07:02 wikipedia says cny is feb 19 this year. so when is the holiday period ? the next two weeks ? 2015-02-15 07:10 18 ~ 24 Feb. 2015-02-15 07:11 18 Feb, 12:00, 19 Feb, 00:00 is the time for New Year. 2015-02-15 07:11 :) 2015-02-15 07:12 FDCX has quit [Ping timeout: 252 seconds] 2015-02-15 07:23 FDCX has joined #qi-hardware 2015-02-15 08:05 interesting that the vacations aren't aligned to the week. but the timing is good - i'll probably try the rework next weekend, then we'll know whether it works or not. 2015-02-15 08:43 xiangfu has quit [Quit: leaving] 2015-02-15 09:21 tumdedum_ has joined #qi-hardware 2015-02-15 09:31 tumdedum has quit [*.net *.split] 2015-02-15 09:31 tumdedum_ is now known as tumdedum 2015-02-15 09:48 rozzin has quit [Ping timeout: 245 seconds] 2015-02-15 09:49 rozzin has joined #qi-hardware 2015-02-15 10:51 dandon_ has joined #qi-hardware 2015-02-15 10:52 dandon has quit [Ping timeout: 256 seconds] 2015-02-15 10:52 dandon_ is now known as dandon 2015-02-15 11:07 xiangfu has joined #qi-hardware 2015-02-15 11:09 Haswell has joined #qi-hardware 2015-02-15 11:10 wolfspraul has joined #qi-hardware 2015-02-15 11:15 wpwrak: you should reach 7 at least! :-) http://pmav.eu/stuff/javascript-game-of-life-v3.1.1/ 2015-02-15 11:19 pcercuei has joined #qi-hardware 2015-02-15 11:22 DocScrutinizer05: I got those 4 N900 phone. 2015-02-15 11:23 xiangfu: wow, you guys are fast there :-) 2015-02-15 11:23 it is like 70%-new, 80%-new, 90%-new and brand new. 2015-02-15 11:23 well, could we seel those parts to customers? 2015-02-15 11:23 the brand new is not real brand new. but it really good great. 2015-02-15 11:23 sell 2015-02-15 11:23 or would they frown? 2015-02-15 11:24 I mean: but it really looks good (the taobao shop declear it is brand new) 2015-02-15 11:24 the 'brand new': Yes. 2015-02-15 11:24 others: hmm.. looks bad. I will upload picture tomorrow. 2015-02-15 11:24 :-) thanks 2015-02-15 11:25 you seen chanlog? you were not here when I posted some answers to your question 2015-02-15 11:25 regarding what disassembly needed 2015-02-15 11:25 you will see the different. the 'brand new' phone have a box. battery, usb cables. just like the realy new one. 2015-02-15 11:25 DocScrutinizer05: Yes. I saw them. 2015-02-15 11:26 about the QA. 2015-02-15 11:26 (new) we are most interested in display and digitizer/touchpanel 2015-02-15 11:26 the case is cheap 2015-02-15 11:27 we'll need own boxing anyway, and cable and charger are cheap as well, if we add some to the product at all - probably we will though, since this shall be a convenient complete product 2015-02-15 11:28 yes. 2015-02-15 11:28 I will disassmble them tomorrow. 2015-02-15 11:28 until "picture #16" omly 2015-02-15 11:29 only 2015-02-15 11:30 those 4 phones have three different layout. one is English, one is Franch(I guess). the other one I don't know. 2015-02-15 11:30 hehe 2015-02-15 11:30 yeah, maybe that's actually great since you can't get those "exotic" layout keymats as spare parts anymore 2015-02-15 11:31 and some of our customers want those exotic ones nevertheless 2015-02-15 11:31 the 15bucks spare housing kits come with QWERTY keymat only 2015-02-15 11:34 now if this pans out, we solved a huge part of headache in Neo900 component sourcing. One problem left over: spacerframe 2015-02-15 11:34 xiangfu: maybe you can help there as well. This would be a part that must get built to order, it doesn't exist yet 2015-02-15 11:35 smal plastic frame 2015-02-15 11:35 (or steel, zinc, alu, whatever) 2015-02-15 11:36 what is that? 2015-02-15 11:36 http://talk.maemo.org/showthread.php?t=94191 2015-02-15 11:36 do we have a design file for it? 2015-02-15 11:36 * xiangfu clicking... 2015-02-15 11:37 pcercuei has quit [Ping timeout: 265 seconds] 2015-02-15 11:37 http://neo900.org/stuff/joerg/spacerframe/sketch.pdf 2015-02-15 11:37 (design file) not yet 2015-02-15 11:37 the CAD dudes are reluctant 2015-02-15 11:38 werner did the great scans exactly for that purpose to start 3D CAD 2015-02-15 11:38 pcercuei has joined #qi-hardware 2015-02-15 11:42 something under the 'QWERTY COVER ASSY' on your neo900 phone right? 2015-02-15 11:42 yes 2015-02-15 11:43 ok. 2015-02-15 11:43 replacing the small frame around the keymat with a slightly larger one that also adds a 2.8mm to the height of the bottom case shell 2015-02-15 11:44 ok. understand now. 2015-02-15 11:44 I don 2015-02-15 11:44 I don't now. I need ask my friend, he is doing this very well. 2015-02-15 11:44 s/now/know/ 2015-02-15 11:44 xiangfu meant: "I don't know. I need ask my friend, he is doing this very well." 2015-02-15 11:44 great! :-D 2015-02-15 11:45 for now we have ~400 preorders, every customer will need one of those 2015-02-15 11:45 we might want to build a 1000 already 2015-02-15 11:45 more if the project maybe gains pace 2015-02-15 11:46 (we'd also need more mech parts then) 2015-02-15 11:46 (LCD, digitizer and slider mech etc) 2015-02-15 11:47 estimations about ratio between those who are willing to preorder and those who would just order when product gets available is in the range from factor 3 to factor 15 2015-02-15 11:48 pcercuei has quit [Ping timeout: 265 seconds] 2015-02-15 11:48 but well, that's dreams about future. for now we need to buold a 500 devices (20% for yield, spares etc) 2015-02-15 11:49 build* 2015-02-15 11:50 pcercuei has joined #qi-hardware 2015-02-15 11:54 ok. 2015-02-15 11:55 I think 1000 is easy and fast by looking around in Shenzhen. for large amount. we need find a factory or supplier doing that. 2015-02-15 11:56 need fix the spacerframe first. :) 2015-02-15 12:02 pcercuei has quit [Ping timeout: 250 seconds] 2015-02-15 12:04 pcercuei has joined #qi-hardware 2015-02-15 12:09 xiangfu has quit [Remote host closed the connection] 2015-02-15 12:29 pcercuei has quit [Ping timeout: 252 seconds] 2015-02-15 12:31 pcercuei has joined #qi-hardware 2015-02-15 12:43 DocScrutinizer05: (game of live) reach 7 ? nice implementation 2015-02-15 12:43 7 is critical mass it seems 2015-02-15 12:44 for <7 it won't grow 2015-02-15 12:44 or at least I don't know of a pattern that would grow and consists of <=6 2015-02-15 12:45 ((game of live)) hehe, same typo I did and thus had a hard time finding any program or webpage 2015-02-15 12:46 (cad guys reluctant) reminds me of when i did the ben scans. there were also a lot of people said they had fancy equipment, would do better scans, even CAD, etc. i wondered whether it would even make sense to do my very slow scans then. wolfgang said not to worry, i'll still be the only one who actually does something. he was right :) 2015-02-15 12:46 finally the search term "conway" and googles fuzzy search helped me out 2015-02-15 12:46 (typo) the joy of just having gotten up :) 2015-02-15 13:06 wow, gitorious sends me the whole set of my (!) changes when someone updates their repo that's clones from mine ;-) 2015-02-15 13:07 it's a nice backup, though. just in case :) 2015-02-15 13:50 wej has quit [Ping timeout: 272 seconds] 2015-02-15 14:11 wej has joined #qi-hardware 2015-02-15 15:29 wej has quit [Ping timeout: 272 seconds] 2015-02-15 15:36 archang has quit [Remote host closed the connection] 2015-02-15 15:40 archang has joined #qi-hardware 2015-02-15 15:42 wej has joined #qi-hardware 2015-02-15 16:26 arhuaco has quit [Ping timeout: 264 seconds] 2015-02-15 16:37 arhuaco has joined #qi-hardware 2015-02-15 16:54 wej has quit [Ping timeout: 250 seconds] 2015-02-15 17:01 lrockhq has joined #qi-hardware 2015-02-15 17:08 lrockhq has quit [Quit: Leaving] 2015-02-15 17:25 lrockhq has joined #qi-hardware 2015-02-15 17:43 wej has joined #qi-hardware 2015-02-15 18:21 wej has quit [Ping timeout: 245 seconds] 2015-02-15 18:24 wej has joined #qi-hardware 2015-02-15 18:25 valhalla_ has joined #qi-hardware 2015-02-15 18:27 lrockhq has quit [Read error: Connection reset by peer] 2015-02-15 18:27 valhalla has quit [Ping timeout: 252 seconds] 2015-02-15 18:27 lrockhq has joined #qi-hardware 2015-02-15 18:50 arossdotme has quit [Quit: Leaving.] 2015-02-15 18:52 arossdotme has joined #qi-hardware 2015-02-15 18:57 archang has quit [Remote host closed the connection] 2015-02-15 19:00 archang has joined #qi-hardware 2015-02-15 19:11 lrockhq has quit [Ping timeout: 245 seconds] 2015-02-15 19:56 fmeerkoetter has joined #qi-hardware 2015-02-15 20:26 wej has quit [Ping timeout: 250 seconds] 2015-02-15 20:32 wej has joined #qi-hardware 2015-02-15 20:37 wej has quit [Ping timeout: 245 seconds] 2015-02-15 20:49 wej has joined #qi-hardware 2015-02-15 20:52 wolfspraul has quit [Quit: leaving] 2015-02-15 20:57 lrockhq has joined #qi-hardware 2015-02-15 20:57 lrockhq has joined #qi-hardware 2015-02-15 21:15 wej has quit [Ping timeout: 250 seconds] 2015-02-15 21:18 viric has quit [Ping timeout: 250 seconds] 2015-02-15 21:34 wej has joined #qi-hardware 2015-02-15 21:43 fmeerkoetter has quit [Ping timeout: 264 seconds] 2015-02-15 21:46 wej has quit [Ping timeout: 245 seconds] 2015-02-15 21:53 viric has joined #qi-hardware 2015-02-15 22:05 lrockhq has quit [Ping timeout: 255 seconds] 2015-02-15 22:06 wej has joined #qi-hardware 2015-02-15 22:18 lrockhq has joined #qi-hardware 2015-02-15 22:18 lrockhq has joined #qi-hardware 2015-02-15 22:42 lrockhq has quit [Ping timeout: 255 seconds] 2015-02-15 22:55 lrockhq has joined #qi-hardware 2015-02-15 23:23 lrockhq has quit [Quit: Leaving] 2015-02-15 23:34 wt has joined #qi-hardware 2015-02-15 23:34 wt is now known as Guest5610 2015-02-15 23:35 Guest5610 has quit [Read error: Connection reset by peer] 2015-02-15 23:35 pcercuei has quit [Ping timeout: 250 seconds] 2015-02-15 23:37 wt_ has joined #qi-hardware 2015-02-15 23:37 wt_ is now known as Guest21177 2015-02-15 23:38 Guest21177 has quit [Read error: Connection reset by peer]