2011-04-27 01:18 rejon: ah, vga line length ... make that 4096 pixels. it's 2048 bytes and the bus is only 4 bits wide. not that i'd really expect to come anywhere near that kind of resolution ;-) (it's not only a question of the ben but also of the monitor. if the monitor accepts an extremely low refresh rate, which a digital monitor could, then the ben could send it truly monstrous images) 2011-04-27 01:19 wpwrak cool 2011-04-27 01:19 slowfi 2011-04-27 01:23 rejon: e.g., at the moment (bit-banging), i get about 50 Hz refresh for "single" mode and 30 Hz for "double" mode. those 30 Hz are where the monitor cuts off, either because it thinks the signal makes no sense or because we're at the limit of some internal counter/divider. 2011-04-27 01:24 slovga/slowga :) 2011-04-27 01:31 cool 2011-04-27 01:32 slovga 2011-04-27 01:32 hahaha 2011-04-27 01:33 googling ... no porn star pics appear. good :) 2011-04-27 01:33 hmm, to much slow*, not !! 2011-04-27 01:44 kristianpaul: yeah, better to make it faster than to figure out how to market something slow ;-) 2011-04-27 01:45 oh, yes i agree 2011-04-27 01:45 s/faster/usable/turnkey? :-) 2011-04-27 01:54 gustavo_: is your nanonote booting linux finally? 2011-04-27 01:55 I wonder if you got hardware usbboot to work.. 2011-04-27 02:16 Well, I finally lost one of the little rubber feet on my NanoNote. 2011-04-27 02:21 grmbl. this msc controller is a pain to trick into submission 2011-04-27 02:32 kristianpaul, not 2011-04-27 02:34 not for usbboot without the battery 2011-04-27 02:42 *hmm* seems that the effect does indeed depend on chip-internal capacitance 2011-04-27 05:08 haha, found some mplayer options to tune: 2011-04-27 05:08 mplayer -novideo : > 20% CPU load 2011-04-27 05:08 mplayer -novideo -quiet : ca 10% CPU load 2011-04-27 05:08 :) 2011-04-27 05:09 mplayer console output taking 10% cpu load? maybe it's doing floating point math? 2011-04-27 05:09 now compiling with --enable-tremor-low to get audio decoding below 10% load 2011-04-27 05:16 ha, with --enable-tremor-low we're now at 7% cpu load 2011-04-27 05:17 nice, it now also properly plays back a 30 FPS ntsc video that it previously couldn't 2011-04-27 05:18 dvdk: soon, you'll have HDTV with 3D ;-) 2011-04-27 05:19 wpwrak: we're still waiting for your bit-banged DVI port :) 2011-04-27 05:20 [commit] David Kühling: mplayer: upgrade to newer mplayer/ffmpeg upstream revisions, speedup tremor http://qi-hw.com/p/openwrt-packages/dd54338 2011-04-27 05:23 dvdk: hmm, if we add a shift register and put the three channels together, we might be able to have monochrome DVI ;-) 2011-04-27 05:24 wpwrak: plus a high-speed clock to shift out the bits?  :) 2011-04-27 05:24 dvdk: the MSC controller starts to come apart at 59 MHz, which is about half the speed DVI needs. i didn't look at the signals as 59 MHz. they're probably not very pretty ;-) 2011-04-27 05:24 dvdk: yeah, some clock doubler or quadrupler :) 2011-04-27 05:25 wpwrak: why do we need that high clock anyways?  just make neighboring bits have the same value.  bit clock isn't transmitted anyways? 2011-04-27 05:26 i thought in dvi it was ... checking ... 2011-04-27 05:26 wpwrak: ahh, ok mixing up dvi and hdmi 2011-04-27 05:26 yup. clock is sent as well 2011-04-27 05:27 hdmi should have it too, since it's based on dvi. checking ... 2011-04-27 05:27 wpwrak: well, then just wire up the sdio?  somehow need to fake the 8:10 encoding, though? 2011-04-27 05:27 aye. they have it too 2011-04-27 05:27 :( 2011-04-27 05:28 you could pre-compute the encoding 2011-04-27 05:28 then just shift out the bit pattern 2011-04-27 05:28 [commit] David Kühling: nanonote-files: .mplayer/config: make mplayer -quiet by default (cpu load) http://qi-hw.com/p/openwrt-packages/b4bc2ad 2011-04-27 05:29 but let's do the vga first ... 2011-04-27 05:29 wpwrak: well, if you're only doing r,g,b in {0,1}, then yes, there's not much to precompute :) 2011-04-27 05:29 wpwrak: don't let yourself get districted by irc :) 2011-04-27 05:29 s/districted/distracted 2011-04-27 05:29 famous last words ;-) 2011-04-27 05:46 nice. pixel rise/fall time beyond the capabilities of my scope (it says something around 5 ns, but it only does 400 MSa/s) 2011-04-27 05:46 hmm, nanonote oudio interface cannot play back 48kHz sample rate!? 2011-04-27 05:46 s/oudio/audio 2011-04-27 05:50 Converting via -srate 44100 adds some 12% cpu load.  -af resample=44100:1:1 adds 1-2% 2011-04-27 05:55 dvdk: tweak the clock ? 2011-04-27 06:12 wpwrak: or just play back  the audio+movie slower :) 2011-04-27 06:13 why does -ao oss eat 6% cpu load, but -ao alsa and -ao sdl eat 0% ?? 2011-04-27 06:13 dvdk: yeah. after a while, people will adapt ;-) 2011-04-27 06:15 wolfspraul: btw, tuxbrain is still alive but busy. finally got a "pong" from him. 2011-04-27 06:30 ah OK, well like last year then :-) not sure this is good or bad, let's just wait a little longer I guess. I'm always optimistic. 2011-04-27 06:31 :) 2011-04-27 06:34 wolfspraul: we'll see - he promised to get back to me "late night today" :) 2011-04-27 06:34 expects the pessimistic stuff, and hopes for the outcome of a optimists view. makes one get positively surprised if stuff works ;) 2011-04-27 06:39 cool, with -ao alsa and increased audio buffer size, cpu load drops by another few percent, now NTSC material plays really well. 2011-04-27 06:40 [commit] David Kühling: mplayer: Make alsa work (use larger buffer), and use it instead of OSS This http://qi-hw.com/p/openwrt-packages/030251f 2011-04-27 06:42 [commit] David Kühling: nanonote-files: .mplayer/config: use low-accuracy, fast sample rate conversion http://qi-hw.com/p/openwrt-packages/dcf2e93 2011-04-27 06:48 roh: ah hi. I had another idea for the dmx tx push button problem - we make the entire case 1-2mm higher (the side panels) 2011-04-27 06:48 it turns out that the retention spring connector has the following problems: 2011-04-27 06:49 1) it is relatively rare compared to the push button version, so hard to get today, in the future, or for others that want to reuse the design. also it being discontinued is more likely than with the push button one. 2011-04-27 06:49 2) it has a slightly different pcb footprint than the push button one 2011-04-27 06:49 3) the mechanical stability of the retention spring is less than with the push button (I will compare the two myself later this week) 2011-04-27 06:50 I don't like making a big cut/notch into the top acrylic - that looks ugly. so maybe we just leave everything as-is. 2011-04-27 06:50 or... I was just thinking, we make the case 1-2mm higher. 2011-04-27 06:54 the height is 36mm right now 2011-04-27 06:55 is it the space between the button and the top or the thickness of the sheet? 2011-04-27 06:55 I'm seeing roughly 8mm below the DMX connectors, and 5mm above them 2011-04-27 06:55 thickness 'behind' the button i mean 2011-04-27 06:56 the push button is hard to reach because the massive round DMX cable is reaching in there 2011-04-27 06:56 ah.. at the top 2011-04-27 06:56 so your finger has to press between the DMX cable and the top acrylic, and push the button down there 2011-04-27 06:56 so we have 8mm below the DMX connectors, but only 5 above 2011-04-27 06:56 if the height would add say 2mm, maybe it's easier to press down the push button 2011-04-27 06:56 it probably is 2011-04-27 06:56 i see.. so giving it some 3mm there could already help 2011-04-27 06:57 sure I think so 2011-04-27 06:57 do you have a DMX cable there? 2011-04-27 06:57 'centering' of the dmx socket 2011-04-27 06:57 nope.. but some xlr mike cable 2011-04-27 06:57 if you have one, just plug into the TX connector and try to push the 'push' button 2011-04-27 06:57 in the end its a xlr 3pin right? 2011-04-27 06:57 you will immediately see the problem 2011-04-27 06:57 yes I think mic is male too, right? 2011-04-27 06:57 has both ends 2011-04-27 06:57 you can try to connect it 2011-04-27 06:57 the cable i mean 2011-04-27 06:57 great, just try 2011-04-27 06:58 will do as soon as i got a table ;) 2011-04-27 06:58 actually I think you designed the height of the case after the 'push' button 2011-04-27 06:58 because it _barely_ fits 2011-04-27 06:58 the top side of the push button is basically touching the top acrylic 2011-04-27 06:59 I don't think adding 2 or 3 mm will destroy the overall look of the case, but you never know 2011-04-27 06:59 i think thats more by accident 2011-04-27 06:59 it certainly adds a lot more air inside, because nobody but the DMX connectors needs this much height 2011-04-27 06:59 i will see what that involves at the end. will check for availability of spacers 2011-04-27 06:59 the top spacers would need to be longer 2011-04-27 06:59 ahh 2011-04-27 06:59 good point 2011-04-27 06:59 I forgot that 2011-04-27 06:59 ;) 2011-04-27 06:59 and they are a nice 30mm right now 2011-04-27 06:59 exactly 2011-04-27 07:00 well I think cutting into the top acrylic above the push button is really ugly 2011-04-27 07:01 but who knows, maybe others think that's fine? 2011-04-27 07:02 maybe in the end we leave everything as-is :-) 2011-04-27 07:02 try with your xlr cable and let me know what you think... 2011-04-27 07:02 I will compare retention spring and push button connectors later this week 2011-04-27 07:03 sure. will take a few days till we are operational here anyhow 2011-04-27 07:03 just did a quick check.. 35mm seems the next common size for spacers 2011-04-27 07:04 too high I think 2011-04-27 07:04 let's scratch that idea 2011-04-27 07:04 given a cable that carries signals "red", "green", and "blue", how would we color-code them ? obviously, red = orange, green = red, blue = medium brown. 2011-04-27 07:05 roh: how do you like a 'notch' in the top acrylic, design-wise? 2011-04-27 07:05 a curve-shaped cutout above the dmx tx push button... 2011-04-27 07:08 not that much. would look weird 2011-04-27 07:09 hmm. ok. what bugs me the most about the retention spring connector is that it clearly seems rarer than the push button one. 2011-04-27 07:09 from a copyleft perspective that's bad. 2011-04-27 07:10 sure. but in xlr and speakon there is no way to reasonable way beyond neutrik anyhow 2011-04-27 07:10 it's still from Neutrik so most likely it will be available for a long time, many years. but still. anyway I will compare the two in terms of mechanical stability first. 2011-04-27 07:10 I will compare the connectors, then I know whether I think the retention spring one is just crap mechanically. which I doubt it is. 2011-04-27 07:10 at that point we can use it, and done. 2011-04-27 07:10 or we leave everything as-is 2011-04-27 07:10 i used these connectors in many variants and clones before. and there is simply no reason besides trouble to buy from another vendor 2011-04-27 07:10 or we add a cutout into the top acrylic 2011-04-27 07:11 nobody is talking about another vendor 2011-04-27 07:11 neutrik has a retention spring version, without 'push' button 2011-04-27 07:11 we can switch to that 2011-04-27 07:11 just mentioning.. that we are bound to that vendor regardless which product 2011-04-27 07:11 that's one option 2011-04-27 07:11 yes but the retention spring seems to be rarer 2011-04-27 07:12 digikey, mouser, all have the push one in stock, the retention spring either 0 or very low quantities (like ca. 20) 2011-04-27 07:13 hm. yes. that trouble 2011-04-27 07:16 mouser - push button 6259, retention spring 24 (Adam just bought 2 and brought it from 26 to 24 :-)) 2011-04-27 07:16 that kind of thing 2011-04-27 07:16 not good 2011-04-27 07:16 factory lead time 10 weeks 2011-04-27 07:18 we could rotate just the dx connector left 90 degrees, but that's also ugly, and we cannot roate the RX connector because the push button is on the cable there, needs to be on top to be reachable 2011-04-27 07:18 I meant "just the tx connector" 2011-04-27 07:19 heh. troubles of ME ;) 2011-04-27 07:19 farnell - push button 2459, retention spring 0 2011-04-27 07:22 maybe a cutout in the top acrylic is a good idea 2011-04-27 07:22 it's all about pros and cons 2011-04-27 07:22 think about it... 2011-04-27 07:29 wolfspraul, forgot to mention that being rarer to get retention spring. even later you get samples and feel that, I still don't think that we should change to retention spring one. :-) 2011-04-27 07:30 i just finished testing on  2A fuse / 2* Zeners. :-) 2011-04-27 07:30 I'll carefully read the results and send results to list though. :-) 2011-04-27 07:30 aw: let me first compare the 2 connectors mechanically 2011-04-27 07:31 but yes, it sounds like retention spring is not a good idea, for me primarily because it's rare, and we are really trying hard to build a reusable base for the future 2011-04-27 07:31 so that's a big thing for me 2011-04-27 07:32 then we are down so some other optios 2011-04-27 07:32 wolfspraul, hmm.. 2011-04-27 07:32 1) leave everything as-is 2011-04-27 07:32 2) turn dmx tx 90 degree to the left, leave dmx rx as-is (sebastien says ugly) 2011-04-27 07:32 3) cutout top acrylic above the push button (roh says ugly) 2011-04-27 07:32 we'll contemplate :-) 2011-04-27 07:33 let's not get stuck on this one, it's a small thing and if we cannot come up with an improvement, we simply leave everything as-is 2011-04-27 07:36 I cannot disconnect DMX TX with my thumb, but with my point finger I can. oh well. 2011-04-27 07:36 :-) 2011-04-27 07:39 I don't think the DMX cables need to be connected and disconnected many times, say like something on USB, VGA, Ethernet, even video-in 2011-04-27 07:39 me either...hard to disconnect DMX TX cable. . 2011-04-27 07:40 yup...personal idea that should rarely plug in/out DMX cable. but well I am not the mature DJ, so I quite don't know how often they use them. 2011-04-27 07:55 roh: you could even make 2 such cutouts, just like half-moon shaped, above both the DMX TX as well as DMX RX connectors 2011-04-27 07:56 that would probably look better, and the DMX RX also has a push button, although it is on the cable so far better to reach than the one on the DMX TX connector 2011-04-27 07:57 maybe 2 cutouts would look funny though (=not good), don't know 2011-04-27 08:06 dunno. also it would thin the already small rim which holds the side panel 2011-04-27 08:08 true, above the DMX RX is the rim. oh well :-) like you say, welcome to ME... 2011-04-27 08:09 that was just for symmetry, it's not needed in order to release the DMX RX cable 2011-04-27 10:56 argg, spam back... 2011-04-27 15:29 hi 2 all 2011-04-27 15:38 hi 2011-04-27 15:38 ;) 2011-04-27 15:46 hmm, i found pages talking bout Ya Nanonote as 'successor' to Ben. 2011-04-27 15:47 Is it planned to stop producing Ben? 2011-04-27 15:48 btw.: just for the interest: how many ben's are sold? 2011-04-27 16:20 Fusin: more thatn 1100 units i remenber sold 2011-04-27 16:21 and yes it still been produced Fusin 2011-04-27 16:21 last 1000 units batch was early this year i remenber 2011-04-27 16:21 i hope it still will in 10 years 2011-04-27 16:21 and i think there is one more left, i think... 2011-04-27 16:22 well in 10 years we should have a milkymist portable computer at least :D 2011-04-27 16:22 remembers the development on good old c64. The older it was, the better the software ;) 2011-04-27 16:23 well i hope my ben will still working, for a long time also, and if some passive component reach the end of life i could easilly replace it :-) 2011-04-27 16:26 I see this Ben as a good base for a PIM/PDA with good possibilities for little games (like those old 8bit-games [boulder-dash/sokoban/tetris/elite/mercenars/etc.pp] 2011-04-27 16:26 also good as ogg-player ;) 2011-04-27 16:27 No need for more. Bigger would be a sub-netbook :D 2011-04-27 16:48 Laptop battery is empty, /me leaves ans waves to all 'Good night guys' 2011-04-27 16:56 wpwrak fyi only. http://norduino.robomotic.com/category/norduino-hardware/ 2011-04-27 16:58 wolfspraul we have not had an update on Nanonote sales for quite a while. I realize you do not have data on sell-through by your distributors 2011-04-27 17:00 but could you tell us how many Bens Sharism has shipped? As mentioned before, my gut feeling is that rate of sales is quite slow recently, based on no newbiews showing up on irc or mail list 2011-04-27 17:16 rjeffries: (nordic) sounds proprietary. that norduino page is also amazingly non-specific about any technical details 2011-04-27 17:19 https://www.youtube.com/watch?v=rJKhmeUsyhA&NR=1 2011-04-27 17:20 the radios are all proprietary including ATben/ATusb 2011-04-27 17:20 I think the rest of his stuff is open a la Jee Labs 2011-04-27 17:20 rjeffries: wrong. atben/atusb is IEEE 802.15.4-compliant 2011-04-27 17:20 agree 2011-04-27 17:21 rjeffries: the nordic stuff doesn't claim compatibility with anything 2011-04-27 17:24 rjeffries: also, IEEE 802.15.4 defined various PHYs. the most likely to be able to talk to others is the 2450 MHz O-QPSK PHY. (IEEE 802.15.4, 2450 MHz is enough to identify it. there are other 2450 MHz PHYs, but defined in other documents, 803.25.4a and such) 2011-04-27 17:25 err, 802.15.4a 2011-04-27 17:27 I have asked them about what license they use and about the Nordic chip 2011-04-27 17:27 I seem to remember in dim recesses that Nordic is doing their own thing 2011-04-27 17:28 the beauty of the Nordic chip is very low power 2011-04-27 17:29 wpwrak have you had any status at all from Tuxbrain re the fisrt manufacturing run? teh silence is deafening 2011-04-27 17:31 wpwrak what has to happen (once you have eveerything working) to be able to easily install ATusb code on Ubuntu 2011-04-27 17:37 wpwrak Nordic may use ANT http://en.wikipedia.org/wiki/ANT_(network) 2011-04-27 17:41 rjeffries: (ant) sounds like a dead end, like so many "vendor standards" that perished when a proper standard came out 2011-04-27 17:43 rjeffries: (tuxbrain) he says he's very busy. i should have some more news from him soonish, though. (btw, i did mention this on the channel. you should stay logged in / read the logs :) 2011-04-27 17:44 (ubuntu) ubuntu will be hard, because of their freakish custom kernel. the path of least resistance would be via upstream. so expect a few months until it's there. (or figure out how to build a vanilla kernel that works on ubuntu) 2011-04-27 20:30 wpwrak I am not promotingAnt protocol. I do wonder how well 6LoWpan will perform as in environment where a node only needs to connect once or twice an hour 2011-04-27 20:31 wpwrak I do not understand what this statement means, sorry... "the path of least resistance would be via upstream..." 2011-04-27 20:33 wpwrak putting Ubuntu aside, what distro are you working with for ATusb? 2011-04-27 20:55 rjeffries: my workstation is running ubuntu. i haven't touched kernel support for atusb yet. (richard has written a skeleton driver, though. no idea what distro he uses.) 2011-04-27 20:58 rjeffries: (low duty cycle) you may find this document useful: http://datatracker.ietf.org/doc/draft-ietf-6lowpan-usecases/?include_text=1 2011-04-27 21:00 rjeffries: (path of least resistance) means that building a kernel that works is a bit messy with ubuntu (or at last it was the last time i tried) 2011-04-27 21:33 [commit] Werner Almesberger: ubb-vga: avoid diodes; redesign for luminance bit (Y) and MMC controller http://qi-hw.com/p/ben-blinkenlights/a794c4b 2011-04-27 21:33 [commit] Werner Almesberger: ubb-vga: added driver based on the MMC controller (highly experimental) http://qi-hw.com/p/ben-blinkenlights/a759723 2011-04-27 21:33 [commit] Werner Almesberger: ubb-vga2.c: code cleanup and some fine-tuning http://qi-hw.com/p/ben-blinkenlights/9a455c5 2011-04-27 21:44 rejon: ping 2011-04-27 21:49 rejon: please provide some info about you to introduce.. I'm not very anknowledged with sharism people :) 2011-04-27 21:49 ha 2011-04-27 21:49 qi-hardware 2011-04-27 21:49 sharism.cc same 2011-04-27 21:50 better to provide some template for me :) 2011-04-27 21:51 ok sure 2011-04-27 21:51 redirection nonstop 2011-04-27 21:52 i.e. who you are, what you doing, etc :) 2011-04-27 21:57 rejon: I'm going to bed now so I'll introduce you tomorrow then 2011-04-27 21:58 rejon: please send me some info about you by email :) 2011-04-27 21:58 i will Jay7 chers 2011-04-27 21:58 cheers 2011-04-27 21:58 http://rejon.org/bio 2011-04-27 22:00 rejon: wow.. respectable bio :) 2011-04-27 22:01 well, I'll do right now then 2011-04-27 22:01 I'll use 4 sentence bio :) 2011-04-27 22:03 thanks Jay7 2011-04-27 22:10 rejon: sent 2011-04-27 22:10 I hope I was right when said that you are one of people behind NanoNote :) 2011-04-27 22:12 i try to help best i can 2011-04-27 22:12 ;)