-
Plans change
05/22/2016 at 11:15 • 0 commentsSo due to various commitments for both of us, we haven't had a lot of spare time for this recently.
So now we will push on and enter the Citizen scientist category of the Hackaday Prize 2016.
-
The next step / planning
04/25/2016 at 00:21 • 0 commentsThe plan going forward is to do controlled testing of the 3D printed models.
Dave will be starting testing with the model I already made, which we expect to give us some level of directionality. However the model I created has a couple of issues, including that the major cavities are all the same size with the inlets size varied to vary the resonance. We think though that it would be more sensible to vary the major cavity sizes and keep the inlet sizes the same as the cavity will be the dominating factor. Which is going to be a more tedious but interesting challenge in OpenSCAD that I will be tackling through the next stage Anything Goes.
We then intend to develop software that takes recorded sound from the central void and performs the direction / speed processing analysis.
Plans are of course malleable, but our first guess based on our time available is:
(a) now+1 Month - refine 3D printed models and test the math - fits well in Anything Goes stage. So during this stage skills required include understanding the maths and signal processing, and design & creation of 3D printed models
(b) now+3 Months - code software and then go out and test it using either a laptop or smartphone and refined model and latest 3D printed sensor. We think collecting the data then fits nicely into the 'Citizen Science' stage. Skills include software development - ideally for a smartphone but given the time constraints we might decide to just go with a program on a laptop, we will play this by ear. And the ability to record and concisely document our results.
My 3D printer is a home brew based on the q3d TwoUp and has been experiencing a few reliability issues, so an upgrade would not go astray ;-)
-
First physical prototype created
04/09/2016 at 11:29 • 0 commentsArmed with @Dave Merrett's inspiration I fired up OpenSCAD and created a first -guess model that could be 3D printed. At present this an octagon with eight cavities.
The purpose of this first prototype is two-fold:
- exercise OpenSCAD and the 3D printing process for our desired shape of object, and provide a center of attention for discussion. Having something in your hands is a great prompt for a brainstorming session
- actually test it with our measurement scenario
I started out using Helmholtz' law and naively created spherical ended cavities and varied the area of the inlets to change the resonant frequency of each cavity. It is likely that those decisions are actually incorrect, and I should instead have adjusted the cavity volume itself, as the cavity is the primary resonant structure. On reflection we the cavity should have a perpendicular cylindrical end rather than semi-spherical. Further experimentation will certainly help.
This first prototype was printed using ABS. This was also a mistake, because the 3D printers we have access to need a lot of coaxing to print anything large in ABS, and in this case, the prototype has warped, although it is intact enough to be able to start characterisation with. Being able to print in ABS is probably essential eventually for improving outside use robustness, but we need to get the concept proven first, so the next several prototypes will be printed using good-old PLA.
-
Multi-channel
04/07/2016 at 10:26 • 0 commentsNow we're going to get into the complex details. For a given number of resonators, they need to be arranged to make it easy for the sound signal processor to differentiate wind speed, direction and temperature. It makes sense to use an equally-azimuthally-spaced set of resonators. In other words, make it just as hard to sense wind from one direction as compared to any other. If we assume the resonators respond to wind-excitation in a classical cardiod-like pattern, we can expect the response from each ( colour-identified) channel as per image below. This is a hyopthetical 3-channel system I simulated using MATLAB..
Based on this angular response, we can simulate what the frequency spectrum output from each resonater might look like for a given wind direction. Most resonators will also respond at harmonics of their fundamental frequency ( like in bottle demo below), so Ive added these into the spectrum. Plot below is an example of the response when wind slowly rotates around the sensor
-
Results of demo
04/06/2016 at 10:07 • 0 commentsWith the wind coming from the north, I rotated the bottle anticlockwise from ( initally pointing..) north to south , and took screen shots of the resulting sound spectrum at 45 degree increments. (since the aperture is symmetrical, the results should be identical if rotating clockwise).
The image below shows horizontal sections of the waterfall spectrum from SDR-sharp in rows starting from North.
Here's a general screen shot of SDR- Sharp in operation..
And here's the direction-annotated ( RHS) waterfall-plot sections..
For comparison, heres what it looks like with fan off..
As you can see, its dimishing as it rotates away from wind.
By itself, this isnt much use as a wind direction-measurement device, because its impossible to know west from east, or fast wind from the SW compared to gentle wind from the NW, but the next log will explain how more cavities can resolve the ambiguities.
I made a video of the whole thing that shows whats going on.
-
Demo of the physics
04/06/2016 at 09:59 • 0 commentsOk, So I mocked up some stuff to demo the physics involved. The picture here shows a synthetic wind (fan) blowing onto single cavity ( aka pop-top bottle) , which exhibits directional amplitude response to wind, and bulk-amplitude response to wind-speed.
So I installed an electret microphone into the bottle , and connected it to the mic-input of a sound card . The sound, when heard, as expected, is mostly 'brown' noise generated by the wind hitting the lip of the open top. Inside the bottle, various tones ( typically harmonics of the resonant frequency ) dominate the spectrum beyond the low frequency band of noise. This was discovered using sdr-sharp, to display the spectrum, which was captured in screen shots below.
As I rotated the bottle, the amplitudes ( absolute and relative) of the various frequencies changed accordingly.
Here's the whole setup on my dining table..
-
How it evolved..
03/26/2016 at 07:11 • 0 commentsIf you go back to the physics of sensing weather, its all about somehow converting the information available in things like wind, temperature etc into something the make sense to a computer. For wind speed, classical stations use spinning cups and a frequency counter. Wind speed is proportional to revolutions in a fixed time, direction is measured using magnets and/or coils that sense postion with a rotor and stator. Technology has recently ( in the last decade) moved to an active, but move expensive solution with no moving parts, usually involing ultrasonic pulses with temperature calibration. By using more computer power, time delays for generated sound pulses traversing between transmitter - receiver pairs can be used to estimate the wind-field.
My solution is really just an evolution of the idea that , with the right (simpler) hardware, computing (software) power can replace hardware complexity (power). In this case, its by making use of digital processing to interpret the effects of weather upon an object. Basically the proposed solution maps the direction and speed of wind into a frequency and amplitude domain, that is partly modulated by temperature.
Since we can assume a large computing power, the actual mapping is irrelevant, as long as is is stable over time, and the time / frequency / amplitude components are sufficiently measureable.