<wpwrak>
kristianpaul: (non-commercial) that's just childish. "i'm not making any money with it, so nobody else should". they'll be sorry ever after when they grow up and realize that they've just prevented themselves from using the projects they contributed to.
<wpwrak>
kristianpaul: (N pF) you'll need more driver strength. e.g., an oscilloscope will add ~10-20 pF too.
<wpwrak>
kristianpaul: i'd recommend to make i as strong as you can. this may cause noise that distorts the RF reception, but you can probably worry about that later.
<wpwrak>
kristianpaul: i.e., if you have otherwise good reception, even a noisy RF circuit will pick up enough of a signal that you can do something useful with it. once that part is done, it should be relatively easy to adjust drive strength.
<wolfspraul>
wpwrak: nothing with non-commercial or no-derivative clauses can become part of qi
<wolfspraul>
I'm not sure whether it's written up somewhere or not, but we all agree on that, long time ago already
<wpwrak>
kristianpaul: (one way would of course be to just watch the digital signal with a decent scope. since the probe adds a significant capacitative load, the signal will be better after removing the probe)
<xiangfu>
wpwrak: still working on that. hope I can fix the last problem today. running Depends .
<wpwrak>
xiangfu: ah yes, the list of dependencies is quite long :)
<xiangfu>
wpwrak: there are steps in debian.org how to find out the dependencies. I will work on that later. then let you know.
<cfy>
xiangfu: i still can't boot the debian
<cfy>
xiangfu: either from the nn,or the sd card
<cfy>
xiangfu: whats wrong with your blog?i can visit it
<qwebirc97155>
from where i can tap 3.3V from Nanonote ?
<qwebirc97155>
anybody here who can tell me the TP to get 3.3V
<cfy>
xiangfu: boot debian from sd card,i wait about 30s
<cfy>
xiangfu: but boot from the nn(debian),i wait more than 30s,but still stop at one step
<cfy>
i failed flash the debian or just booting debian on nand is just slow
<cfy>
xiangfu: ssh root@192.168.254.101
<cfy>
Read from socket failed: Connection reset by peer
<cfy>
i can't ssh to nn
<cfy>
the default nameserver  of debian on nn seems don't work in china
<cfy>
i use 8.8.8.8
<kristianpaul>
:O
<kristianpaul>
curios about xiangfu and Wolfgang meeting in Ingenic
<kristianpaul>
wpwrak: yeah i was reading about probe load and signal will be better indeed (when not seeing it from it), i hope found in the lab good quality probes  too :)
<kristianpaul>
methril_work: hey :)
<methril_work>
kristianpaul, hey!!
<methril_work>
how are you? I see you resolved the OpenOCD problems
<methril_work>
:)
<wpwrak>
qwebirc97155: you could use the micro-SD slot or get it directly from the pcb.
<kristianpaul>
This channel is getting so quite as some moths ago :/
<kristianpaul>
why the universe behave like a Wave in some aspects.. !
<wpwrak>
hmm, quiet ? :)
<wpwrak>
did you somehow miss the jlime/patent discussions ? :)
<kyak>
!seen uncloaded
<kristianpaul>
wpwrak: i try to ignore pantents discussion, remenber qi is free of patents :-)
<kristianpaul>
wpwrak: what is this #define    REG(n)    (*(volatile uint32_t *) (mem+(n)-GPIO_BASE)) ?
<kristianpaul>
why you stope usign the memory allocation fuction on  blinkenlight example?
<wpwrak>
that's an access to a register. mem is the pointer to the area where the GPIO registers were mapped into the process' address space. n is the register address, GPIO_BASE is the offset of the GPIO registers.
<wpwrak>
the cast turns this into an unsigned 32 bit integer. the volatile means that the compiler is not allowed to reorder writes, or to cache data
<wpwrak>
(mem alloc) erm, what do you mean ?
<kristianpaul>
malloc
<wpwrak>
where do you think there should be a malloc ?
<kristianpaul>
i dont
<kristianpaul>
you already got the pointer..
<wpwrak>
mmap allocates the address space. i don't need to malloc it.
<wpwrak>
(it's also address space where the memory doesn't come from the space malloc uses)
<wpwrak>
i.e., the underlying memory in this case are some of the memory-mapped SoC registers
<kristianpaul>
ahh yes sure i was confused
<kristianpaul>
yeah malloc is for when i want let said 12 ints like a pointer
<kristianpaul>
sory i tend to swap names :/
<Greek_o_nikos>
Do I have to be a developer to use the Ben Nanonote?
<Greek_o_nikos>
I don't expect anything from the device other than transferring text files to it and reading them.
<bartbes>
well, why would you have to be a developer?
<Greek_o_nikos>
bartbes: ok, that explains it. Thanks for answering my question.
<qbject>
Wow. I'm surprised ever time I get the qwebirc captcha right.
<kristianpaul>
Greek_o_nikos: you dont, actually if you are no way related with development, your comments about the nanontoe are very helpfull
<qi-bot>
[commit] Ayla: The selector filters will now match also the files with an extension in uppercase. http://qi-hw.com/p/gmenu2x/5cd92b7