Hi all,
I'm sure some of you have seen this, but I wanted to bring it up. It just seems like a perfect fit for an metal detector controller platform.
http://mbed.org/platforms/FRDM-K64F/...ical-reference
I like several things in particular about this unit.
1) It has a 16bit ADC with single ended or differential inputs @ 500ns (2Mhz).
2) It has ports for a bluetooth and RF24L01 wireless module, which looks cool as well.
3) The processor is crazy fast (120mhz), and has built in DSP/floating point hardware.
4) It has a lot of memory (1MB flash, 256kb ram) + SDcard on board.
5) Price is good at $30.
6) It comes MBed enabled (or can use Code Warrior with debugger with diff. firmware)
7) Arduino compatible headers (WHY hasn't someone designed an Arduino shield MD IF circuit yet I can buy?!!)
Super low power
Here's my thoughts on this. This seems like a good fit for a detector with 3 of these modules. One located at the control box on the stem, one located on the coil, and one located in the headphones. They could communicate between each other with the RF24L01 modules, and use the Bluetooth module from any for an audio connection to a regular bluetooth headset if you want.
You could use the sd card in the headset for audio samples of tone ID (i.e "gold detected", or "foil detected", or normal tones). Your audio related controls can be adjusted from the headphones.
Each section could control local functionality, and they could talk directly together over the mesh network.
Its $30 each, which isn't too bad considering what your getting, even though that cost would be higher with the bluetooth and RF24L01 modules ($7.5 for BT, and $3 for RF = ~$40).
Its Mbed enabled to boot, so no developer installations if you don't want to (Mbed stuff is really nice IMO
What do you folks think?
I'm sure some of you have seen this, but I wanted to bring it up. It just seems like a perfect fit for an metal detector controller platform.
http://mbed.org/platforms/FRDM-K64F/...ical-reference
I like several things in particular about this unit.
1) It has a 16bit ADC with single ended or differential inputs @ 500ns (2Mhz).
2) It has ports for a bluetooth and RF24L01 wireless module, which looks cool as well.
3) The processor is crazy fast (120mhz), and has built in DSP/floating point hardware.
4) It has a lot of memory (1MB flash, 256kb ram) + SDcard on board.
5) Price is good at $30.
6) It comes MBed enabled (or can use Code Warrior with debugger with diff. firmware)
7) Arduino compatible headers (WHY hasn't someone designed an Arduino shield MD IF circuit yet I can buy?!!)

Here's my thoughts on this. This seems like a good fit for a detector with 3 of these modules. One located at the control box on the stem, one located on the coil, and one located in the headphones. They could communicate between each other with the RF24L01 modules, and use the Bluetooth module from any for an audio connection to a regular bluetooth headset if you want.
You could use the sd card in the headset for audio samples of tone ID (i.e "gold detected", or "foil detected", or normal tones). Your audio related controls can be adjusted from the headphones.
Each section could control local functionality, and they could talk directly together over the mesh network.
Its $30 each, which isn't too bad considering what your getting, even though that cost would be higher with the bluetooth and RF24L01 modules ($7.5 for BT, and $3 for RF = ~$40).
Its Mbed enabled to boot, so no developer installations if you don't want to (Mbed stuff is really nice IMO

What do you folks think?
Comment