<paul_boddie>
I was asking on the #ci20 channel about jz4740 interrupts yesterday, but does anyone here know much about them?
<paul_boddie>
After looking at various manuals, I now have no idea what I should be defining in the CP0 status register.
rjeffries has quit [Remote host closed the connection]
FDCX_ has joined #qi-hardware
paul_boddie has quit []
<larsc>
probably nothing
<DocScrutinizer05>
wpwrak: new anelok stuff in git? :-) I just thought about how to implement some sort of pattern recognition so the gadget could more or less 'guess' the needed password from dunno moving it across the URL or the website or whatever
<DocScrutinizer05>
dunno if a hacked mouse sensor "camera" would do
<DocScrutinizer05>
hmmmm, or screen EMI ;-)
<DocScrutinizer05>
but then, this prolly differs *massively* from one monitor model to next. even when both are LCD same size same technology
<DocScrutinizer05>
if only each browser had an option to show the current URL as QR
<DocScrutinizer05>
maybe your own server could overlay such QR to any referrer site you come with to it
<DocScrutinizer05>
wpwrak: with this concept ypou don't even need QR and camera of sorts, a simple animated gif and a photdiode suffices :-D
Jay7 has quit [Ping timeout: 256 seconds]
<DocScrutinizer05>
when you make complete screen blink black&wite, you can sense this from as far as 50cm, or more
<DocScrutinizer05>
morse the fingerprint of md5sum of referrer URL. Should suffice to make anelok identify which of your stored passwords is needed
<DocScrutinizer05>
some 10 to 15 baud are possible for sure by such morse monitor gif
<DocScrutinizer05>
so, 2.5s for 4 chars plus checksum
<DocScrutinizer05>
the anel.ok site could get used by all anelok users, it doesn't hold any special info or complicated infra that needs auth or protection
<DocScrutinizer05>
it simply converts referrer URL to a 4char fingerprint plus checksum (1char) and converts and displays that to a flickering black and white animated gif. On <enter> it returns to referrer site
<DocScrutinizer05>
the privacy issues are moderate
<wpwrak>
(new stuff) yeah, trying to finally test whether RF can actually send and receive
<DocScrutinizer05>
ooh, and for auth input, did you consider "tresor code" input method? like: left:$many, right:5, left:7, right:2, left:5, hit-OK
<DocScrutinizer05>
err, you don't have that nice scrollwheel anymore, do you?
<wpwrak>
(QR) well, one way is to have some browser plugin that either auto-detects when a password is wanted or that receives some special signals. QR would be fancier, though :) alas, also on the hw side
<DocScrutinizer05>
read on! ;-)
<wpwrak>
(tresor code) abandoned that approach in 2013. where have you been ? ;-)
<DocScrutinizer05>
you know you can even abuse normal LED as photdiode?
<DocScrutinizer05>
(where have you been?) on youtube, watching a video of xiangfu
<wpwrak>
aaah ! ;-)
<DocScrutinizer05>
it was top hit on google
<wpwrak>
link ?
<DocScrutinizer05>
google:anelok
<DocScrutinizer05>
git was 2nd
<wpwrak>
aah :)
<wpwrak>
wow. that's old :)
<DocScrutinizer05>
yeah, but names like anelok are awesome
<wpwrak>
indeed. very google-friendly ;-)
<wpwrak>
take this, amazon "echo" :)
<wpwrak>
i actually had a photo sensor input in the design for a while. but nobody did anything with the idea, so i kicked it out again. space is critical, no room for might have beens :)
<DocScrutinizer05>
you got a LED, right?
<DocScrutinizer05>
btw a photsensor is fine to save energy by dimming backlight
<DocScrutinizer05>
if you got any ;-)
<DocScrutinizer05>
hey, you have a transparent case (of sorts) - so adding a photo-(LE)D shouldn't be any big issue
<DocScrutinizer05>
those red SMD LEDs are really tiny
<DocScrutinizer05>
and work amazingly well as photodiode
<DocScrutinizer05>
if the case was completely transparent, a simple tiny LED mounted directly on PCB and connected to a A/D GPIO should suffice to receive the morse-gif
<DocScrutinizer05>
if you want to paint it black, you might need a window for the LED
<DocScrutinizer05>
usecase: on PC hit F6, enter "anel.ok", activate anelok receive mode and hold device direction screen, hit PC <enter>, wait until anelok received valid fingerprint code (display flashes with code received), hit PC <enter> again to return to $arbitrary_page, on anelok authenticate for password playback, plug in anelok to PC USB where it registers as kbd and "types" the (username and) password
<DocScrutinizer05>
unplug
<DocScrutinizer05>
sounds good?
<DocScrutinizer05>
lemme rephrase to eliminate some fuzzy wording
<DocScrutinizer05>
usecase: on PC in browser $arbitrary_page hit F6, enter "anel.ok", activate anelok receive mode and hold device direction screen, hit PC <enter>, wait until anelok received valid fingerprint code (anelok display flashes with fingerprint code received), hit PC <enter> again to return to $arbitrary_page, on anelok authenticate for password playback, plug in anelok to PC USB where it enumerates as kbd and "types" the (username and)
<DocScrutinizer05>
password
<DocScrutinizer05>
(wait until...) shouldn't take longer than 3 s usually
jwhitmore has quit [Ping timeout: 246 seconds]
<DocScrutinizer05>
for the "morse" encoding you probbaly could re-use ordinary barcode decoder and instead of width of black and white stipes in barcode you use black and bright periods of duration proportional to bar's width
<DocScrutinizer05>
in the animated gif
jwhitmore has joined #qi-hardware
<DocScrutinizer05>
oooh, and probably ANELOK should rather display both the fingerprint code and the associated name (aka website URL or whatever) on receiving a valid code
<DocScrutinizer05>
err the display is OLED, right? not LCD with backlight
* DocScrutinizer05
just pondered exploiting the LCD backlight LEDs as photosensor. That won't fly with OLED
<DocScrutinizer05>
could you share a http link to recent anelok schematics please?