'Professional' could be saved for an IP-rated version with a Hall-effect button and fully conformal-coated board.Very good point as well, Pro is quite an unimaginative suffix.
'Professional' could be saved for an IP-rated version with a Hall-effect button and fully conformal-coated board.Very good point as well, Pro is quite an unimaginative suffix.
then create Iris XXL, too. could occopy the whole top of a cylinder shaped chassis
after that, your own USB-connected disk shape external device. a whole family of Iris devices.
Eh, if it can't run Doom it's not a real computer.At which point we have @Aibohphobia building an entire computer within a button.
Eh, if it can't run Doom it's not a real computer.
Oh god if you had three rings you could have legitimately put a clock on there with dedicated second, minute and hour hands. That could only happen in a larger package, though. This one is already completely filled with everything it could be.
EDIT: A larger version could also incorporate an IR transmitter for the PC. A very large version could have a USB hub internally that you can put ultra-small receivers into like the logitech anwhere one. That way you get perfect reception for wireless peripherals without requiring you to have the receiver plugged into one of the front ports. That button would have to be something like 40mm in diameter at least, though.
'Professional' could be saved for an IP-rated version with a Hall-effect button and fully conformal-coated board.
then create Iris XXL, too. could occopy the whole top of a cylinder shaped chassis
after that, your own USB-connected disk shape external device. a whole family of Iris devices.
Welp, time to figure out where I can put a 40mm hole in my case
Anyways, here's an idea:
After getting some feedback from people on LTT, it occurred to me that a really cool feature for ordering would be if you could select the effects and colour for your button on the storefront so when you installed it, it would already have the effect you want. An additional idea would be to make the "simple" software that only allows modifying basic behaviour of the button a web-based tool so you wouldn't have to install anything. One way to implement this would be to let the button act as a USB-stick. Then, you configure your button on the web-tool and download a hex-file and select the button as the download location. Sounds pretty awesome if you ask me
Instead of Pro, maybe it could be called EE for Enthusiast Edition or CE for Community Edition. We already have 70% of all the products in the world called "Pro", even toothbrushes and toothpaste.
Not to mention Intel already has a IGP called Iris Pro! :X
Really, the only bad thing about that name is that I can't release a "Pro" variant of it ever, or Intel will come knocking on my door
After getting some feedback from people on LTT, it occurred to me that a really cool feature for ordering would be if you could select the effects and colour for your button on the storefront so when you installed it, it would already have the effect you want. An additional idea would be to make the "simple" software that only allows modifying basic behaviour of the button a web-based tool so you wouldn't have to install anything. One way to implement this would be to let the button act as a USB-stick. Then, you configure your button on the web-tool and download a hex-file and select the button as the download location. Sounds pretty awesome if you ask me
a tiny bluetooth receiver inside? so you could program it from a smartphone, too (or via the IR as you planned to have it).
or it might be too geek but the button could be programmed via morse codes, so no external connection needed but a big manual
I'd totally turn a 3-ring version into an RGB watch, if it was made compact enough
Might be worth its own thread, but giving it Bluetooth functionality so it could do a different color when you got a notification would be awesome.
, the title was changed.
The idea for built-in bluetooth or IR was to allow good reception on bluetooth devices or TV remotes (in an HTPC scenario) without having to drill additional holes into the front of the case, but what you have in mind is a pretty cool idea as well. Either won't happen anyway with Iris 16 as it is too small to fit any of the required hardware. The thing for later revisions and larger versions is, it would require me to write an app for multiple smartphone OS' and update that every single time apple decides to introduce breaking changes again. Not really a fan of that idea.
I hear you, but there's a perfectly fine control interface in the form of USB already, this button is too small for integrating bluetooth anyway and as I said above, maintaining smartphone apps is out of scope on this project, at least for now. Or is there a standard protocol for simple "external notification display" devices with Bluetooth? But this is a very cool kind of functionality to think about.
We do have stuff like Cortana on Android that already allows push-notifications to be sent from the phone to the desktop, and MacOS works very closely together with iOS devices, so maybe one could hook in there as well. Another thing to think about are browser notifications. It might be possible to hook into those as well. And then there's regular desktop notifications as well. That's the sort of thing I hope others will try to make when I provide an easy way to control the button, because there are way too many different scenarios for me to cover myself.
I'm admittedly not a S/W developer, but wouldn't you be able to use a dev environment that cross-compiles into Windows, iOS, and Android? I believe Visual Studio now does this. You probably need to go through validation of the target platforms, but the bulk of the work is then streamlined (in theory).
Another application with wireless is the ability to integrate it into smart home ecosystems, where someone could configure the button to turn the computer on a some point; for instance, when you arrive home.
Interesting idea. How would you implement it in a web-based tool ? Wouldn't it require a browser plugin for a website to communicate with hardware directly ?Anyways, here's an idea:
After getting some feedback from people on LTT, it occurred to me that a really cool feature for ordering would be if you could select the effects and colour for your button on the storefront so when you installed it, it would already have the effect you want. An additional idea would be to make the "simple" software that only allows modifying basic behaviour of the button a web-based tool so you wouldn't have to install anything. One way to implement this would be to let the button act as a USB-stick. Then, you configure your button on the web-tool and download a hex-file and select the button as the download location. Sounds pretty awesome if you ask me
Yes, which would be the reason for outputting a flat-file (e.g. text document, .xml, etc) with the configuration details that just gets drag&dropped into the button representing itself as a USB stick, which then auto-loads the configuration from that folder.Wouldn't it require a browser plugin for a website to communicate with hardware directly ?