Loading...
  Show Posts
Pages: [1] 2 3 ... 14
1  General Category / General Discussion / Re: ARDUINO + PHP on: Today at 06:52:05 am
I know I'm being picky here but shouldn't heart rate be an 8-bit int rather than a float? Resolution of 0.1bpm seems unnecessary and if it goes above 255 an alarm rather than a precise reading ought to suffice  smiley-wink Same goes for values below zero.
2  Using Arduino / Displays / Re: Interfacing a removed Mobile phone camera on: May 29, 2013, 06:39:19 am
Do you have a datasheet, or even a real part number for this camera yet?
3  Using Arduino / Project Guidance / Re: Take HD photos and save to SD card on: May 22, 2013, 12:28:41 pm
You don't need an arduino to do this, just a digital camera  smiley-razz
4  Using Arduino / General Electronics / Re: How to expansion I/O? what's a good and cheaply way using AT89S52? on: May 22, 2013, 12:23:11 pm
Couldn't you also map some 82C55's into the external bus? If you wanted to keep any serial interfaces free for other purposes, you could use as many of those as you have free address space and end up with more I/O than anyone could ever want smiley
5  Community / Bar Sport / Re: Fundawear?? on: May 07, 2013, 12:01:55 pm
I can't see that being very interesting for the male...

Unless that male is Photonicinduction. "Let's crank 'er up on the variac til she pops!"
6  Using Arduino / Project Guidance / Re: Smallest AVR that can handle FFT? on: May 06, 2013, 03:04:11 pm
If that's all you want it to do, you don't even need to use a microcontroller. A long time ago I built a circuit from some project book the name of which escapes me, that flashed LEDs according to the peaks of different frequencies using a few op-amps and some discrete components. As I recall, it wasn't all that complicated, and a piss-load easier than writing code. Of course if you need to do any intelligent decision-making other than just blinking lights, ignore what I just said :p but don't throw a micro at a project that doesn't need one.
7  Using Arduino / General Electronics / Re: Dumb down MOSFET Selection? on: May 06, 2013, 02:25:42 pm
A few weeks ago I read (it could be on this forum) that the TO-220 could not have 100A through the pins, even though the mosfet was specified for that amount of current.


I wondered about that myself... having worked a fair bit on big-ass electrical installation jobs and seeing the size of conductors needed to handle 100A, I thought seeing TO-220 packaged parts being rated for hundreds of amps seemed a bit ridiculous!
8  Using Arduino / General Electronics / Re: General book to learn Electronics from zero? on: April 28, 2013, 12:47:28 pm
http://www.amazon.co.uk/Forrest-Mims-Engineers-Notebook/dp/1878707035

I used to have a bunch of books by this author. Definitely worth a look smiley
9  Community / Bar Sport / Re: What have you made out of old circuit boards? on: April 24, 2013, 12:20:26 pm
I once had the idea of tiling a wall with old ceramic PGA-package CPUs, with the gold lids on them. I still might, one day.

Hard to do unless:
1) You are made of money
2) You already have a fair size collection of these CPUs
3) Your household average height is that of the Yoda or hobbits

These processors are hard to come by nowadays. You can pay $20-30 each on ebay and they don't all look good, mostly because they are headed for gold extraction. I happen to be a collector. It's harder and harder to get those gold lids. If you want a pentium pro or other bad boys, be prepared to pay $40 each. I'd be interested in making a belt buckle with one of these if I know how to make belt buckles.

All very good points smiley Just a beer-idea really... awesome but impractical/impossible. But there IS a lot of e-waste out there, and a lot of people who don't know what they have. The other killer is that my ambition often outstrips my patience. I'd get one wall of the shithouse done and give up  smiley-razz
10  Community / Bar Sport / Re: What have you made out of old circuit boards? on: April 22, 2013, 11:50:07 am
I once had the idea of tiling a wall with old ceramic PGA-package CPUs, with the gold lids on them. I still might, one day.
11  Using Arduino / Audio / Re: Decoding CTCSS - Possible? on: April 15, 2013, 12:18:05 pm
Maybe try a Teensy 3.0? Give yourself a bit of extra processing power smiley
12  Community / Bar Sport / Re: How would you end your life? on: March 26, 2013, 03:54:38 pm
By complete surprise, and hopefully not preceded by "of course I know what I'm doing" or "hey guys, watch this!"  smiley-cool

13  Using Arduino / General Electronics / Re: military connectors on: March 25, 2013, 03:56:52 pm
Seconded. I see a lot of those connectors in my work smiley
14  Using Arduino / Project Guidance / Re: memory on: March 22, 2013, 12:38:42 pm
As far as I know, code can only be executed from internal flash memory. For beginner-level projects you're probably not going to run out.
15  Community / Bar Sport / Re: The pcDuino? on: March 05, 2013, 12:58:43 pm
Looks useful... I would probably take the bait if it really CAN be programmed properly in an Arduino-style environment (I simply don't have the time to learn anything more complicated). Having that level of simplicity paired with absolute pissloads of RAM/CPU power would save me having to make a lot of compromises. I don't really mind it running something Linux-y in the background as long as I can still make it do my bidding with as much ease as one would with an Uno etc.
Pages: [1] 2 3 ... 14