-
Conditionnement de signal piezo
Posté le 16th décembre 2009 5 commentaires(an english translation for this article is available here)
AVERTISSEMENT : la diode Schottky Bat85 utilisée ici a un Vrrm trop bas pour les piezos ! Utilisez une diode qui peut supporter au moins 200V Vrrm ! Thanks Alan for spotting this.
Les transducteurs Piezo sont très courants, ne coutent rien, et peuvent se révéler d’excellent capteurs : son, choc, vibrations; tant que quelque chose « bouge » suffisamment ou fait du bruit, un capteur piézo peut être intéressant.
En revanche, le signal généré par ces petites bêtes n’est pas très amical pour l’amateur d’électronique digitale : en gros, c’est une sinusoïde qui s’aplatit avec le temps. Par ailleurs, le signal se promène souvent dans les quartiers mal fréquentés des tensions négatives, ce qui n’est pas très agréable pour la plupart des chips et µcontrolleurs utilisés en électronique digitale. Par exemple, la datasheet de l’ATMega 168 (et c’est pareil pour la plupart des µ 8 bits d’atmel) indique que la tension appliquée à n’importe quelle patte doit se trouver entre -0.5V et VCC+0.5V. Les transducteurs piézo peuvent allègrement dépasser ces limites.
Dans la capture ci-dessous, la tension lue aux bornes du piézo descend jusqu’à -52V et monte jusqu’à 9.2V. Ca fait plus de 60V crête à crête. Si on ne fait rien, le µ peut rapidement en faire une jaunisse… :
Dans la capture suivante, le signal descend d’abord à -20V, puis s’envole au dessus de 35V. Presque 60Vpp (crête à crête) ici aussi :
Ce ne sont que des exemples. Je n’ai pas torturé ou frappé au marteau sur le piezo. Tapotez le juste avec un ongle et vous vous retrouverez en général avec des valeurs crête à crête énormes. L’autre problème c’est que ces valeurs sont imprévisible (les piézos le sont, mais pas la manière dont on les brutalise) : ça peut commencer par monter, puis descendre, puis monter, qui sait…
Un petit coup de zoom montre l’effet « sinusoïde qui s’aplatit » que l’on observe en général après les plus gros pics de tension :

Agrandissement du signal piezo
Le conditionnement de signal est donc une étape obligatoire si l’on travaille en digital avec des piézos.
Récapitulons ce que nous devons faire au signal pour le dompter :
- rendre le signal positif : la plupart du temps, les piezos sont lus par des CAN (convertisseurs analogiques/numériques), on veut donc des tensions positives
- restreindre son amplitude entre 0 et VCC, pour éviter que la tension n’affiche des valeurs effrayantes pour des µcontrolleurs et des CAN.
- modifier la forme du signal pour éviter les bosses, et le rendre plus propre et prévisible
Tout cela n’est pas très compliqué à obtenir en fait. On va y aller en trois étapes, traitant respectivement les trois points ci-dessus :
- ajouter un redresseur simple alternance, pour garder la partie positive du signal
- ajout d’une diode zener pour éviter que les valeurs de signal soient supérieure à la tension d’avalanche de la zener
- ajouter un couple RC afin de filtrer les vaguelettes du signal
Redresseur simple alternance
En premier lieu, nous voulons rectifier le signal piezo, c’est à dire le rendre toujours positif. Pour cela, nous allons utiliser des diodes Schottky. Les diodes Schottky sont plus intéressantes car elles ont un seuil de tension directe (Vf) très bas (par comparaison avec des diodes standard), aux alentours de 0.3V.
On peut se demander : pourquoi ne pas utiliser un pont redresseur complet à base de Schottky et rendre le signal tout entier positif (comme si l’on prenait la valeur absolue du signal) au lieu d’ignorer les tensions négatives ?
Regardons les premières captures de signal brut à l’oscillo. Lorsque le signal change de signe, il le fait plutôt violemment, et son amplitude peut même être plus importante après le croisement du zéro qu’avant. Maintenant essayons d’appliquer la fonction mathématique ‘abs’ sur la courbe. On va se retrouver avec une courbe erratique : faible amplitude, plus haute, puis faible, etc… Même avec un filtrage poussé, ça sera difficile d’arriver à quelque chose de propre, et on aura toujours une coube sautillante, moins sauve que l’originale et complètement positive certes, ais difficilement exploitable.
L’idée consiste donc à sacrifier la partie négative de la courbe pour obtenir un résultat plus lisse (le bug Agilent est offert gracieusement).
En fait, on va faire un peu plus qu’un redresseur simple alternance. Si on ne met qu’une diode Schottky en série on se retrouvera avec une courbe ressemblant à elle de gauche. Nous pouvons voir qu’il reste une partie non négligeable du signal sous 0V, et dans notre circuit, ce n’est pas censé se produire.
Même dans l’éventualité ou l’ADC s’en accommoderait, il ne ferait pas vraiment d’étincelles en mesurant une tension négative.Il y a surement une bonne raison pour que le signal se comporte de la sorte, mais je ne la connais pas. N’hésitez pas à commenter si vous avez la réponse.
On doit donc se débarrasser de ce reliquat négatif et pour cela, nous allons utiliser une deuxième Schottky entre la masse et le signal. On ne garde que le signal positif, ca sera nettement plus simple comme ça.
Notre signal rectifié par les deux Schottky ressemble à la courbe de gauche (la courbe à éét décalée vers le bas pour des raisons esthétiques). On a encore quelques tensions négatives qui apparaissent, mais c’est presque négligeable maintenant. On peut se demander si ces -400mV ont un rapport avec le Vf de la diode.
Même si l’échelle est différente, les vaguelettes semblent avoir disparues. C’est peut être du à la capacitance de la Schottky (14pF), qui, même si elle est faible, peut impacter les vaguelettes haute fréquence. Je n’ai pas eu le temps de vérifier.
Maintenant nous devons limiter la tension maximale dans notre circuit, histoire de ne pas martyriser notre CAN.
Diode Zener
Comme vu plus haut, l’amplitude en tension est importante et on peut rapidement atteindre des valeurs inadaptées pour de l’électronique digitale. On doit donc dompter cette tension générée par le piézo. Les diodes Zener peuvent le faire : elles peuvent limiter la tension dans un circuit à une valeur fixe : quand la tension dans le circuit est supérieure à la tension d’avalanche de la Zener, elle devient passante, aidant ainsi à maintenant la tension sous ce seuil.
En général, on doit ajouter une résistance en série avec la Zener afin de limiter le courant traversant la diode. Mais avec un piezo, ce n’est pas nécessaire, dans la mesure ou les courants en jeu sont très faibles.
Après avoir ajouté notre Zener de 5.1v dans le circuit, la tension le sur le piézo ressemble à la capture de gauche.
Vous pouvez torturer le piezo autant que vous voulez, vous ne pourrez pas dépasser le tension d’avalanche de la Zener.
Si l’on en reste là, on aura pas mal de difficulté à savoir si le pizeo a été actionné une ou plusieurs fois. Nous allons devoir filtrer les pics afin d’obtenir une courbe plus docile.
Filtrage du signal
Ce signal peut être filtré par une cellule RC. Nous avons juste besoin de savoir combien de temps nous voulons voir la courbe durer afin d’ajuster les valeurs de R et de C. Pour mon application (batterie électronique), je voulais que le signal s’estompe en 10ms maximum. Comme l’on sait que le voltage descend à 10% de sa valeur initiale après
, on peut trouver le bon condensateur en fonction de la résistance ou vice-vesa.Imaginons que nous utilisons une résistance de 1MΩ, on devra utiliser un condensateur d’approximativement
.Au final, on se retrouve avec ce circuit plutôt simple :

Et avec cette ravissante courbe :

Enfin, un signal propre, agréable en bouche pour le convertisseur analogique/digital
J’espère que ce petit article vous aura aidé à dompter ces petite bêtes sauvages que sont les piézos. Attention toutefois, les piézos sont tous différents, et la taille compte. Alors expérimentez sur ces bases avant de graver en me croyant sur parole.
-
Piezo transducer signal conditioning
Posté le 6th juin 2009 57 commentairesWORD Of WARNING : the Bat85 schottky diode used here has a too low Vrrm for the piezos ! Use a diode that can stand at least 200V Vrrm ! Thanks Alan for spotting this.
Piezo transducer are very common, very cheap, and can be very useful as sensors : sound, knock, shock, whenever it « moves » or « makes noise », a piezo sensor can help.
However, the signal from those things is very unpleasant for the digital hacker : it’s roughly a sinewave that dampens over time. Also, the signal often goes negative which is pretty bad for mots digital chips out there. The ATmega168 (and most of the atmel 8 bit microcontrollers), for instance, indicates that voltage on any pin must be between -0.5V to VCC+0.5V. Piezo transducer easily go far beyond those bounds.
In the capture below, voltage from the piezo goes a down as -52V and goes up to 9.2V. This is more than 60V peak to peak. If you don’t do anything, your poor microcontroller might get sick rather quicly :
In this capture, the signal first drops to -20V, and then flies up to over 35V. Almost 60Vpp here too.
These are just examples, I didn’t tweak the piezo or smashed it with a hammer : just a hit with a fingernail, and you almost always end up having huge Vpp values. Also, the behaviour is not predictable (well piezos are, but the way we smack it isn’t), so it might go up first, then down, then up, who knows…
A close up shows the « dampening sine-like signal » that occurs after the first big spikes :

Piezo signal close up
So signal conditioning is a must with those pesky animals if you’re doing digital.
Let’s recap what has to be done :
- make that signal all positive : most of the time, piezos signals are read by ADC, so we want positive voltages
- restrict signal bounds to 0 – VCC so voltage doesn’t climb to scary values (scary at least for microcontrollers and ADCs),
- shape the signal so it doesn’t make bumps and stays clean and predictable
All these requirements are surprisingly easy to achieve. We will get to this goal in three steps, each spect taking care of one item above. Respectively :
- add a half-wave rectifier, in order to keep positive part of the waves
- add a zener diode, so signal doesn’t climb over zener’s breakdown voltage
- add a RC pair so ripples get filtered
Half bridge rectifier
First, we want to rectify the piezo signal, i.e. make it all positive. We’ll use Schottky diodes for that. Schottky are more interesting since they have a pretty low (compared to standard rectifier diodes) forward voltage drop (Vf), around 0.3V.
You might ask : why not use a complete Schottky-based bridge rectifier, and make the whole signal positive, instead of filtering negative voltages ?
Well, look back at the first scope shots of raw piezo signals. When signal changes sign, it makes it rather violently, and can even be higher on the new side than it was on the previous side. Now try to make the math abs() operation on the shape, mirroring the negative part of the shape on the other side of the time axis. You’ll end-up with an erratic plot : low, then high, then low. This means that, even with some filtering, you wont end-up with clean shape, but with a jittering thing that will look like the first signal, but all positive and less wild. This is not what we want, so we are sacrificing the negative part of the signal to get something nicer (the fine Agilent firmware bug is provided free of charge
.In fact, well do a bit more than a half wave rectifier. If we just put a Schottky diode in series with the positive we’ll end up with the kind of signal shape shown on the left. We can see there is a fair amount of signal that is still below 0v, and in our circuit, we’re not supposed to have negative voltages. Even if the ADC can stand it, it probably won’t do any interesting measures with a negative signal.
There is probably a good reason for this to happen, but I don’t have a clue right now. If you do, please leave a comment.
So we have to get rid of this negative leftover, by adding a second Schottky diode, between ground and signal lines. We’ll just keep the positive signal, but it will be much easier to filter this way.
Our piezo signal rectified by two Schottky looks like this (the wavefom has been moved to the bottom of the screen for cosmetic reasons). We still have negative voltable building up, but it’s pretty negligible now. I wonder if that -400mV is linked to the diode’s forward voltage.
Althought the scale isn’t the same, the small ripples seem to have disappeared. This might be due to the Schottky diode capacitance (14pF), which, while low, could impact the small ripples with higher frequency. I didn’t have time to check that though.
Now, we need to cap the maximum voltage in circuit, so we don’t fry our ADC.
Zener diodeAs seen above, voltage range is pretty high and can climb quickly to unappropriate values for digital purposes. So wee need to tame the voltage created by the piezo. Zeners have this ability, and can limit voltage to a fixed value. Whenever voltage is higher than the Zener’s rating, the Zeners lets current flow thru and as a side effect, help maintain voltage to a fixed value.
We usually have to add a resistor between the Zener and ground, so voltage builds up around it and current is limited thru the Zener. But this is not necessary with piezo, since involved currents are very very low.
After we add a 5.1v Zener in the circuit, the voltage read from a piezo looks like this.
You can smash the piezo as hard as you want, you’ll never exceed the Zener’s rated voltage.
If we just use this shape as is, we’ll have a hard time trying to guess if the piezo has been smashed or not. We have to filter those spikes to get a smoother shape.
Filtering the signal
This signal can be filtered by using a RC cell. Whe just need to know how long we want the shape to last. For my application (drum trigger), I want the signal to fade out in 10ms maximum. Since we know that the voltage drops to 10% of the initial voltage after
, we can find the right resistor knowing the capacitor value, and vice-versa.Let’s say we use a 1MΩ resistor, we’ll have to use a
capacitor.So we end up with this simple little circuit :

And get this nice little shape :

Finaly, a clean, ADC friendly signal
Hope this can help you using those pesky beasts. Be warned that piezo are all differents, and that size matters… So experiment with that before engraving the above stuff in copper.
-
Maximizing ADC range for decent battery voltage monitoring (with minimum parts)
Posté le 29th mai 2009 4 commentairesTracking circuit’s battery voltage can be a nice addition to your project. Knowing what is the battery state can help designing a better, more clever circuit, and take appropriate actions depending on the battery state.
Voltage reference
In some project, I wanted to use my µcontroller ADC to get battery voltage. The first problem you encounter is : how can I measure on my ADC the circuit voltage since the top value of the ADC is the circuit voltage itself ? Yes, indeed, using the ADC this way you’ll always end up reading the maximum value (256 for 8 bits ones, 1024 for 10 bits ones, …), since the circuit voltage is the reference voltage.
This can be solved most of the time. For instance, in atmel microcontrollers, you just have to use the internal reference (most of the time 1.1v or 2.56v) by changing the ADMUX register bits. Atmel AVRs also let you provide your own reference at the AREF pin. The datasheet gives plenty of details about this.
When using Arduino, you can achieve the same ADMUX control by using the analogReference(ref) command where ref can be one of :
- DEFAULT: use the circuit’s supply as reference (5 or 3.3 volts depending on the supply)
- INTERNAL: use the built-in reference 1.1 volts on the ATmega168 and 2.56 volts on the ATmega8.
- EXTERNAL: the voltage applied to the AREF pin is used as the reference.
This being said, we can start working, but the real challenges lies ahead.
Gain
Now that we have our reference, how can we measure that battery (let’s say LiPo) voltage ? Let’s suppose the chosen reference is 1.1v. We can not compare the battery voltage directly. LiPo can go as high as 4.25v, much higher than our reference. So we have to scale it down. We can use a voltage divider (a pair of resistors) to make this easily. By doing so, we are applying a gain < 1, to make the battery voltage range seen by the ADC fit below our voltage reference.
Now, what resistors values should we choose ?
We know that :

Since we want V to be 1.1v (same as our voltage reference) when battery is full (thus 4.25v), the equation can be written as :

Ok, we have our R1/R2 ratio. Since we don’t want this circuit to waste energy (after all, we’re measuring our own battery), we want R1 and R2 to be as high as reasonably possible so current flowing will be negligeable.
Let’s say we take 3MΩ for R2, we can use a 1MΩ resistor for R1.
Great, we now lowered the voltage in our circuit, so when the battery is full (4.25v), we read almost exactly the value given by our voltage reference (1.1 in this case), which is the max value that our ADC can report.
But wait, what happens when the battery is depleted ? Depleted batteries never show 0v. LiPos for instance, are depleted at 2.7v. What will 2.7v show in the ADC in our situation ? Remember :
(we’re basically dividing the battery voltage by 4 with the values choosen for the resistors)Thus, when our LiPo is empty, we’ll read 0.675v, and since :

So our 10bits ADC will tell us some number around 628. So, unfortunately, in this configuration, the only range used by our 10bits ADC is [628-1024], approximately 60% of it’s range. This is pretty bad. Now that we know how to make the voltage range fit below our voltage reference, it could be cool to extend this to the full range of our ADC. We now want our ADC to say 0 when battery is depleted, and not 628.
Offsetting
As you may have guessed, we can achieve that by offsetting. Offsetting means adjusting the range by using an offset value. And in our case, we just want to lower measured signal by the minimum value the battery can have : 2.7v.
Ok, but how can we do that ?
Well, everybody out there probaby know this way to go already. But being self taught in electronics, I just didn’t had the iden in the first place. I probably not very good at Googling too, so, I just searched for a way.
My initial idea was to use a rectifier diode. Let’s say we arrange the circuit on the left, with a diode between Vbat and R2. Voltage between the diode will be
. This is fine, things are starting to take place. Yes we want to drop some voltage thru rectifiers until Vf is 2.7v (the minimum value we are interested in).Unfortunately, this is not practical. First, Vf varies greatly according to the current in he circuit. Take a diode datasheet, find the Vf vs. I graph, you’ll get the idea. The other problem is to get the Vf we want. It varies, but it is usualy pretty low. This means that we would have to chain several diodes to get the desired effect, but might get surprised in the real achieved Vf, since it depends on diode bin, current, the way we read the graphs, etc…
Not very practical. After spending an hour browsing datasheets to find the holy grail having the good Vf, I slammed my head on thedesk : « Just use a Zener stupid n00b!« . Yes, Zener, that was the solution.
Instead of chaining diodes, I just had to put a Zener at the same place, reverse biased, with Vr being the lowest value I needed to measure in my circuit !
But there is still a problem : we are interested in the Zener’s have a reverse breakdown volatge value. But this voltage (usually noted Vr in their datasheets) is given for a certain current. If we use MegaOhm-style resistors, it simply won’t work : you’ll end up with a Vr completely different (around 0.7v, the classic N-P junction Vf with the Zener I tried). Again, we have to open the Zener’s datasheet, and look for the test current.
For instance BZX79 series have an Iztest current of 5mA. This means that we will have to make 5mA flow thru this branch to have the reverse breakdown voltage we are looking for.On the capture below, we can see the ideal situation. Yellow is Vbat, green is Vbat-Vz and purple is Vz (Vz is calculated by the scope, note the different scale).
But the needed current for the Zener to work is pretty high, given we are running on batteries, and we want to be energy conservative. So, how can we do ?
After some more thoughts, the solution came : instead of plugging this circuitry to ground, we’ll plug it to a microcontroller pin. When we want to measure the battery voltage (which is something we son’t have to do very often), we just put the pin in OUTPUT mode, and set it to 0v (low). Despite the name, when a pin is in OUTPUT mode, it will sink current if it’s low. The rest of the time, the pin will be set to INPUT mode (Hi-z). It’s as easy as this.
The circuit now looks like this. With our ADC, we are measuring voltage V, between the « first » resistor and the reverse biased Zener.
How can we choose the component values to maximize ADC range now ? We’ll try to find this out with generic terms, so it can be applied to other power sources.
First, some facts. The maximum value that will be read by the ADC will be Vref when supply voltage is VbatMax – Vz.
The minimum value read will be VbatMin-Vz, and should be equal to 0.We already can deduce how we have to choose Vz (and thus, the Zener) :

Ok, the right Zener Vz should be equal to the minimum reading we’re interested in, just what we guessed above.
Now, let’s try to find the usual relationship between R1 and R2 in our voltage divider. As stated in the above facts, the maximum value that will be read by the ADC is VbatMax – Vz. Ideally, in the middle of our voltage divider, this value should be exactly equal (scaled) to Vref (let’s call it Vmax).
Thus, we can lay down the usual voltage divider equation stuff :


Since all the « Vsomething » are known values, we do have a relashionship between R1 and R2 to create our divider. The values used do not matter, only the ratio… err wait. Let’s not forgot about the Zener’s Iztest ! Remember that to get the reverse beakdown voltage we need, we have a constraint : we have to make the Iztest current flow thru the circuit. So we need to scale R1 and R2 appropriately. Of course, since the battery voltage varies (why would we need to measure it if it wouldn’t ?), establishing a current based on the resistors values is an approximation. When the battery voltage will be low, the current will low too, and our measurement won’t be as accurate as with a full battery.
We have several ways to handle this : we can just ignore this, and assume some average voltage. This would be probably fine for LiPos, since most of the time, they hang around 3.7v. We could get the lowest voltage we want to measure, and take it as a base to calculate resistor values to achieve Iztest. But since this voltage is zero, we won’t go far. The best option is probably to take the microcontroller datasheet, and use the maximum sink current (let’s call it Isink, watch for typos
) when Vbat is at maximum. This will suck the battery a bit during the ADC sampling, but again, we don’t need to check battery voltage every millisecond. Of course, we need Isink to be higher than Iztest. If Isink > Iztest, no problem as long as we don’t go over the Zener’s power rating. If Isink < Iztest, dump that crappy microcontroller, turn computer off, and have a walk.Ok, let’s use this and calculate resistor values to get a correct current, and a good resistor ratio.

Since VbatMax, Vz and Isink are known values, we know what R1+R2 is. And since we have a relashionship between R1 and R2, we have all we need to get R1 and R2 values. Let’s try it out.
Pencil and paper test
Let’s try a real life example. We want to measure our LiPo voltage. So we’ll use these values :




We already know that :

Let’s find the R1+R2 sum first :

Ok, now, we can use the R1-R2 relashionship :

So, reusing the R1+R2 equation above,
(we’ll use the closest standard value 56Ω).Finally,
(we’ll use the closest standard value 22Ω).Converting ADC reading to real voltage
Now that we’ve been this far, let’s not forget what we came here for : get the battery voltage. we have to convert the ADC value back to some human reading.
A n bits ADC reads the voltage at V, and converts it linearly (supposedly) into a value between 0 (meaning 0v in our case) and
(meaning Vref in our case).So to convert for an ADC value to battery voltage, we can use :

Finally :

Cheat sheet (a.k.a. fast forward mode)
Known stuff :
- Maximum voltage to be measured :

- Minimum voltage to be measured :

- Voltage reference :

- Maximum sink current for µcontroller :

Stuff to calculate :
- Zener’s required reverse breakdown voltage :

- Resistor value R1 (low resistor) :

- Resistor value R2 (high resistor) :

- n bits ADC to battery voltage conversion :

Now, I need to test this on the breadboard. Share your experiments if you use the above stuff. And doublecheck the math
-
Bat Detector with adjustable gain
Posté le 22nd mai 2009 Pas de commentairesWhile I stumbled upon Tony Messina’s Simple Bat Detector pages long time ago,I really decided to build one only when I saw that Bre Pettis could
.So I barely used Tony’s schematics and instructions, but spiced the circuit a bit by adding a gain adjustement potentionmeter, a on/off switch driven by the volume potentiometer, and a LED witness light.
It’s pretty easy to build : thru-hole components, some wires, …. You can use the eagle schematics included below to build yours. The latest version is single sided, and doesn’t need the flying wire on the top side like mine.
The most difficult part is to find the right compononents for the switch capable potentiometer (I choosed a push/push type : push to turn on, push again to turn off) and the box.
The push/push 10kΩ potentiometer used is a tyco Electronics 17PCSA103MC19P. You can grab it at Farnell.
The other potentionmeter is just a standard 10kΩ one, like the Tyco Electronics 23ESA103MMF50NF
The enclosure is a Boss Enclosure, model BIM RETEX 551 (Betabox Series), also available at Farnell.What I didn’t find at Farnell is the piezo-ceramic earplug. Unfortunately, I don’t remember if I got the high (E10P) or low (S83) impedance earplug.
- Poorly routed initial prototype
- Inside view
- Outside view : volume, gain and LED
Grab the schematic and board here :
On the board, there is no connector to plug the potentiometer push/push switch. So you’ll have to wire one pin of the switch to the battery clip, and the other pin to the ‘+’ connector on the board. For ground, just wire directly.
To test your detector, if you don’t have a bat under your hand, just open a water tap and aim the detector at it : it should make lots of noise. If not, try to adjust the gain settings. If nothing works, well… something is wrong
Now, just make it and go out listen for the bats. They’re pretty easy to find in semi-urban area : bats love city lights (well, they love the insects that love the city lights), especially mercury vapor bulbs (white lights), which attract more insects. Unfortunately, most towns are now installing high pressure sodium lamps (orange), which insects doesn’t like as much. The most common bats, Pipistrelle, emit two kind of calls :
- echolocation for hunt, around 48KHz, you’ll hear those with the detector
- social calls, around 20KHz; you can hear them without any device if you’re lucky enough (or young enough)
Finally, but you probably already know that : do not wake up hinernating bats. If you do so, they have to fly, waste energy and even if they come back to sleep again, they will get hungry too early in the season. They will have to wake up to hunt, but too early means no insects, and the bat will probably die by waking too early.
Have fun !















