I emailed about a pcb yesterday, but haven't heard anything (probably an old link or on holiday). However, I had a look on the internet this morning and found some useful links on bat detectors that I've put below, in case they're any use.
I bought some 4024's on ebay and looking at ballpark figures I think the components (exc. case, earphone, socket, battery) would be less that £5. The third link uses an opamp on the output, which wouldn't cost much more and would allow use of normal headphones or a speaker.
The Pico detector gave me an interesting idea. Arduino A2D is too slow for bat detecting, but digital input reading ?should? be fast enough. So I wondered whether pre-amplifying a transducer and feeding it through a switching transistor might be a good way of detecting bats with one of Nikki's diyduinos? Theoretically it might be possible even to get some sound level info by feeding the pre-amp into two or more switching transistors. Might need a high-pass filter though, to reject audio frequencies.
If so, it should be relatively easy to make a walk around bat-duino, with a simple audio output. However, it could be more exciting, as with a cheap RTC circuit it could be put outside overnight to detect when (and how many) bats are nearby, and it would be easy to graph the data later. In fact, the full 4024 circuit could be combined with an arduino circuit to get good listening and detection/logging.
So, I wondered what you both (and anyone else) think of that as a project, or even if it would work? If it worked, and Gary does his eagle-tutorial-a-thon, then maybe it could even be built on a pcb for putting in a nice case? It's just a thought, but if anyone's interested in an open-source bat-duino project then it could be fun.
A page with lots of bat detector circuit links (some dead links):
http://bertrik.sikken.nl/bat/index.html
PicoBat, a simple PIC bat detector:
http://www.micro-examples.com/public/microex-navig/doc/077-picobat.html
Another nice 4024 based design:
http://bertrik.sikken.nl/bat/my_div.htm
Best wishes,
Andrew.
--
You received this message because you are subscribed to the Google Groups "Birmingham Hack Space" group.
To post to this group, send email to birmingham...@googlegroups.com.
To unsubscribe from this group, send email to birmingham-hack-...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/birmingham-hack-space?hl=en.
I think that's it in a nutshell (I like the batty bit :) Using your numbering:
1) Basically I've bought some chips and when they arrive I'll try making the simple detector circuit. If that works I can put together some instructions for your batty-building evening if you like.
2) When it's working, I can then try adding an opamp for the output. Maybe change the circuit to use a dual opamp for the input stage, instead of 2 lm386's, just to make it easy for beginner batty builders.
3) If that works, I could try hooking the arduino into parts of the circuit, to make a logger/detector. Then if it works maybe do a pcb for a combined listener/logger (maybe even as a shield). My guess is around £20 max for a kit.
I'll let you know when I've got the parts and tried Step 1. If anybody else wants to get involved we could talk about it at fp?
Best wishes,
Andrew.
Thanks, Ade
> components (exc. case, earphone, socket, battery) would be less that £5 The
> birmingham-hack-...@googlegroups.com<birmingham-hack-space%2Bunsu...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/birmingham-hack-space?hl=en.
>
>
--
Been on holiday and just catching up...
On Fri, Aug 20, 2010 at 12:46 PM, Adrian Beaumont <ajbea...@gmail.com> wrote:
> 3. An open source Batduino project based on a barebones arduino with
> possible future enhancements such as identification/logging etc. It would be
> nice to then sell kits on line to raise funds for fizzpop whilst still
> keeping it open-source, of course.
Our company (www.untyped.com) has done some work for Dr Kate Jones
(http://www.zsl.org/science/ioz-staff-students/jones,1087,AR.html) in
the past. One project we discussed is building a better bat detector.
You can see their current kit here:
http://www.ibats.org.uk/page.aspx?tabid=264 It is very expensive, and
processing the recordings is a very time consuming and error prone
task for them. They really need to do bat identification and GPS
logging on the bat detector device, so this is a bit beyond what you
can squeeze out of an Arduino. If anyone is interested in taking this
project beyond the hobbyist stage I think Kate would be interested and
might be able to find some money. Let me know and I'll liaise with
Kate.
N.
Excellent insights :) Would the clock be needed if it's a problem with spi? Wouldn't it be just as easy, and still pretty fast, to just input pulses into an interrupt pin? The interrupt handler could then count pulses and the main routine (or a timed interrupt) could then decide whether or not to toggle the audio out.
Presumably that would leave time to save to storage without worrying about pin clashes? My knowledge of these things isn't up to yours though, so I still plan on building the 4024 circuit to play with and do some learning about bat detection :)
Best wishes,
Andrew.
Andrew
HTH - GB
On Aug 20, 11:56 am, Andrew Thomas <andrewmarktho...@yahoo.com> wrote:
> Hi Adrian and Gary,
>
> I emailed about a pcb yesterday, but haven't heard anything (probably an old link or on holiday). However, I had a look on the internet this morning and found some useful links on bat detectors that I've put below, in case they're any use.
>
> I bought some 4024's on ebay and looking at ballpark figures I think the components (exc. case, earphone, socket, battery) would be less that £5. The third link uses an opamp on the output, which wouldn't cost much more and would allow use of normal headphones or a speaker.
I agree your way is much better. It kind of reminds me of how the prop chip does A2D. In fact a prop chip might be ideal for bat detecting as it wouldn't need interrupts and can handle a mic input without an amplifier (something for me to think about when I have time).
I asked mostly because you mentioned the interrup clashes, but from what you say it sounds like it wouldn't be a problem on a 168 or 328? By the way, wouldn't the hardware pin interrupt get priority during spi? I suppose that could cause spi timing problems? However, would the biggest problem be that if you use an interrupt for spi it might delay the hardware pin interrupt routine causing it to become re-entrant?
Sorry for all the questions. However, you only have yourself to blame as you mentioned Batman: Robin and the Commisioner are always asking silly questions ;-)
Best wishes,
Andrew.
Andrew
> > I bought some 4024's on ebay and looking at ballpark figures I think the components (exc. case, earphone, socket, battery) would be less that £5 The third link uses an opamp on the output, which wouldn't cost much more and would allow use of normal headphones or a speaker.
I've got a prop chip soldered into a circuit board I'm not using, so in a few weeks I might rescue it and give it a go. The prop dev board schematic just shows a little condensor mic and some filter components, yet works quite well.
Although you'd expect the A2D to be fairly low quality, it's up to 16 bit which is similar to a 10 bit avr chip with preamp. Certainly I got quite clean A2D results when playing with the parallax LC measuring circuits.
I'm thinking maybe a cog (their term for a core) for monitoring a transducer, one to synthesise audio out, maybe one to write to storage, and one maybe to provide a serial interface (leaving a few spare).
My prop dip chip is fairly large (40 pin), but the smd ones are pretty small and cheap enough for a bat detector. However, I'm assuming its tokenised code would be fast enough, but they have pretty fast clock rates so hopefully ok.
It might make an interesting project for me on cold winter evenings :)
Anyway, must dash as the bat beacon is glowing (also better go as I didn't know it's important to know what ones talking about when replying ;)
Best wishes,
Robin.
-----Original Message-----
From: G Bulmer <gbu...@gmail.com>
Andrew
> > To post to this group, send email to birmingham-hack-space@googlegroupscom
Can I have three? Any chance you have an estimate of how much that would be with the steep postage costs?
I'm happy just to call it a pound :)
Best wishes,
Andrew.
Andrew
Does that seem reasonable?
GB
--
You received this message because you are subscribed to the Google Groups "Birmingham Hack Space" group.
-----Original Message-----
From: G Bulmer <gbu...@gmail.com>
Sent: 26 August 2010 21:41
To: Birmingham Hack Space <birmingham...@googlegroups.com>
Subject: [birmingham-hack-space] Re: Bat-Duino
Okay, a pound it is. I seem to remember it is traditional to take a
pound of flesh from around the heart. Is that correct?-)
I did the calculation in case anyone else wanted a few components
added to the order, and was wondering how much postage might be.
Garry
On Aug 26, 10:42 am, Andrew Thomas <andrewmarktho...@yahoo.com> wrote:
> Hi Garry,
>
> I'm happy just to call it a pound :)
>
[The entire original message is not included]