Show Posts
|
|
Pages: [1] 2 3 ... 8
|
|
1
|
Using Arduino / Microcontrollers / Looks like USB mass storage but is really a network filesystem?
|
on: August 02, 2012, 08:38:19 pm
|
|
I keep encountering devices like TVs and Blu-Ray players that can play virtually any kind of media from a USB stick, but will only play from network if you provide an utterly worthless, hamstrung, DLNA compatible server. I'm wondering if an arduino with a USB host and ethernet shield could look like a USB stick mass storage device, but really provide the files from a network share (unencumbered by stoopid DLNA media format restrictions)?
I have a feeling it might take the mytical DUE to provide enough horsepower for such a thing, but aside from the bandwidth requirements, does it seem possible?
|
|
|
|
|
2
|
Using Arduino / Sensors / Detect green (but not red) LED lighting up?
|
on: July 19, 2012, 06:14:44 pm
|
|
My Motorola Triumph phone (in fact lots of people's Triumph phones) has this mysterious behavior where the green notification LED will sometimes flash (there are never any actual notices to be found when this happens). I'm wondering what the simplest way might be to detect it (and distinguish it from the red LED which does all sorts of legitimate flashing I'd want to ignore).
I'm thinking if I get curious enough someday, I might want to have an arduino watch for the green LED then tell my computer to capture the log from the phone as soon as it lights up :-). Maybe I'd be able to find a pattern and discover what is behind these mysterious green flashes...
|
|
|
|
|
4
|
Community / Bar Sport / Re: Have SecondHand 3D printer? or Can Suggest one?
|
on: July 08, 2012, 05:26:27 pm
|
|
I'm keeping my eye on solidoodle.com (which might actually be shipping real soon now :-). I'm thinking about getting a 3D printer, but I figure all the newcomers in the market will be shaken out a bit by maybe Christmas time, so I'm just waiting and watching at the moment.
|
|
|
|
|
6
|
Using Arduino / Networking, Protocols, and Devices / Re: How to get the JY-MCU bt board to work
|
on: July 05, 2012, 08:39:11 am
|
So i'll need another device like an older phone with BT to check wether or not the BT module is broadcasting it's name and/or make connections?
I guess - I don't think iPhones are missing BT, they just refuses to talk RFCOMM because (for some reason) that's the way Apple wants it. My Android phone works fine talking to my JY-MCU modules as does my linux box with a cheap bluetooth dongle plugged into a USB port (mine was sold by D-link).
|
|
|
|
|
7
|
Using Arduino / Networking, Protocols, and Devices / Re: How to get the JY-MCU bt board to work
|
on: July 04, 2012, 08:16:33 pm
|
Then I type 'AT' and press send. An 'OK' returns. All fine and dandy, but other than that AT command, no other AT commands like 'AT+VERSION' work. The module is just sitting there, flashing a red light. My iPhone also can't find any Bluetooth device, no 'Linvor' is showing up.
Can anyone shine a light on this one?
Unfortunately yes: iOS won't talk simple serial bluetooth (RFCOMM) without you paying Apple a gazillion dollars and going through something like a Navy Seal training certification process :-). Either that or rooting your iPhone so you can install the stuff described at: http://code.google.com/p/btstack/
|
|
|
|
|
9
|
Community / Bar Sport / Re: Raspberry Pi launch farce
|
on: June 30, 2012, 10:12:35 pm
|
I'm genuinely curious as to what their target audience is.
If it were to work reliably, I could see using it as a media PC with an big external USB drive for content. I have seen reports of mplayer operating at least a little on it.
|
|
|
|
|
11
|
Using Arduino / Networking, Protocols, and Devices / Re: Xbee or Bluetooth?
|
on: June 28, 2012, 06:55:22 pm
|
|
And most bluetooth modules (at least the cheap ones) are slave only and two slaves can't talk to each other. (I'm using bluetooth, not because I love bluetooth, but because I want it to talk to my android phone - which seems to work pretty well once I figured out all the nits to pick).
|
|
|
|
|
13
|
Using Arduino / Networking, Protocols, and Devices / Re: How to get the JY-MCU bt board to work
|
on: June 26, 2012, 10:07:39 am
|
when I type AT I get OK, but when I type AT+VERSION (or ATVERSION, like You said before) I get nothing.
Are you really typing keys with your fingers? If this is the same firmware my board has, that will never work - it uses timing to decide when it has gotten a message, and no one can type fast enough for long messages to satisfy it. Try using cut & paste into your terminal app.
|
|
|
|
|