Locked book W/ arduino mini, piezo, softpot, reed switch, lipo battery

Hi everyone !

I saw this instructable last week and loved it quite much :

I absolutely need/want to do something like this but was thinking about doing it differently.
As i'm almost a total newbie in eletronics i would really appreciate some advices, confirmations, guides, or, basically, any help so i'm sure to do things right.
I indeed don't want to do the exact same thing so i can't just follow the instructable.
In the end i would like to have to tap a specific rythme, put a magnet (or several.?) somewhere, and tap a sequence on a softpot to open up the book.

  • Here is the softpot so i can "type" a code by touching a sequence on different places of it.
  • I was thinking about using this lighter piezo vibration sensor instead of the one used in the instructable. But maybe the piezo buzzer is a smater choice as i could also do some music but is it really reliable for vibration detection? (i don't need a high precision)
  • Here is the Reed switch for magnet detection.
  • I was also thinking about using an Arduino mini instead of the PICAXE as i'm more familiar with it.
  • This 3.7V 800MaH Lipo battery to power the arduino mini and this Lipo micro usb charger.
  • And I'll probably add some circuit opening/close system to reduce battery consuption like he did with his 4x4 switch.

Right now, i'm more or less confident with the above list. I think what i want to do is doable.
If i'm mistaken, let me know :smiley: !

My main problem remains in the motor's choice. The servo is a bit big and asks more voltage than what the battery can offer. And 5V+ batteries are a bit big :confused: (yeah.. i know.. wanting to have small electronics when you know nothing is probably stupid ^^)
Anyway, I found these stepper motors that have perfect sizes but i can't find any datasheet of it so i don't know the input voltage needed nor its current range ([EDIT] found it, see next message :slight_smile: ) !

Does any of you knows if it feets my needs?
If not, do you have any suggestion of really small motors usable with arduino mini and its 3.3V output?

Thank you !
I wish you all a good day :slight_smile:

Cheers !

Ok, i found a part of datasheet of the motors here :
http://www.nidec-sankyo.co.jp/cmi/english/product/stp_m_01.html

I'm not sure it's the exact same motor but specs are probably more or less the same. And the voltage seems ok for me. What do you think? ^^
But as i digged a bit more, i'm not sure i can control this directly with arduino. I readmultiple times about drivers for stepper motors. I guess the SERVOs have it emebedded but this one has not?
Should i ask this on the motor part of this forum ?

Meanwhile i made a little schematic of it with Fritzing (without the motor as i have no clue on how to wire it right now).
I put it in attachment, can anyone tell me if it seems ok ? (can't try it, i don't have the sensors yet :wink: )

Last thing, I'm wondering if 'ill be able to use the piezo as a knock detector AND a music generator with this wiring? If i change the A1 pin mode to INPUT or OUTPUT depending on what i want to do with it, will it work? I'd say yes as the pulldown resistor is really big so the signal would go to the piezo, not directly to the GND, but i'm not sure at all.

FYI, Infobarquee pointed me to this thread for the motor :
http://forum.arduino.cc/index.php?topic=212653.0

Still, i'll be glad to get a feedback about the viability of the whole project.