Energy harvesting project

Hi, i'm new, in this forum and in arduino world. I haven't got one yet but i'm pretty sure i will.
I'm doing a energy harvesting project using piezoelectric ceramics. The idea is that the piezos provides energy (a few) to a bluetooth dispositive that sends a signal to a pc (a binari signal is enough).
I don't know how to use and install arduino and almost nothing about electronics but if this can work, i will learn quick (i have 3 months to do it).
The question i want you to answer if its u see realizable this project through arduino hardware. How many energy request an arduino and the bluetooth module?
I will apreciate all the points of view
thank you,

ard

the arduino draws 30 or so ma. the bluetooth module will be more - maybe 50 ma.

How much power and voltage can you get from the piezo elements?

If it's not completely hopeless you could try having the piezo's charge a battery which would run the arduino/bluetooth only occasionally.

If you don't need to report very often you can shut everything down between transmissions. This will have a huge affect on the average power consumed.

There was as good thread about a really low power Arduino version on the old forum but I can't remember much about it. Try searching for "energy harvesting".

Also have a look at jeenodes, IIRC that have a version that runs on about 3 electrons a month (uses RF though, not BT).


Rob

There are low power libraries that are good for the arduino that will help you out in this. You would almost certainly need a battery as the piezos are not a constant source of power (on-off-on-off). You do need an atmega 328p for the low power, not all chips work. Also you may be able program with board and then put a bare bones chip onto a board. A barebones chip would save some power, but I don't know if you could get away with the timing on it without using crystals. I don't know how time sensitive the bluetooth is. Without a regulator and other things on the full board you could probably save power.

Linear Technologies make a series of energy harvesting chips and Spark Fun has a breakout board for one that is designed to use with piezo transducers: SparkFun Energy Harvester Breakout - LTC3588 - BOB-09946 - SparkFun Electronics

The board uses the piezo to charge a capacitor, which in turn can be used to briefly power a circuit.. You won't be able to run a standard Arduino with it, but a bare bones Arduino will work if you carefully study this guide: Gammon Forum : Electronics : Microprocessors : Power saving techniques for microprocessors

Demo of energy harvester here SparkFun Simple Sketches - Energy Harvester Breakout - YouTube