That sounds rather more impressive than the last U/S module I tried when building a robot with my son. Just note that ultrasonic sensors will miss some things like soft fabrics. LIDAR is more accurate but a lot more expensive of course. On robots, ultrasonics are sometimes coupled with "feelers" like on bugs or cats whiskers in order to deal with any u/s issues.
If it's placed on the floor then the range will be severely limited.
This is because (as the 'spec' sheet says) the beam is conical (i.e. a cone shape) so the further it goes the wider it gets.
I've managed to achive a distance of just over 4000mm (with the unit positioned 1m above the floor) and reckon the resolution is approx 10mm.
In the past I've used PIC microcontrollers to drive the SRF05. The advantage is you can set-up an interrupt system running at a fairly high-speed which improves the resolution. With the WeMos (i.e. ESP8266) you're stuck with the internal clocking frequency (unless you're prepared to edit the plugin).
Wow, 1 mm resolution over a distance of 4 meter (at 1 m hight) is better than I can do with tape measure. So that is impressive.
I understand that the beam is conical but would in case of placing this close or on the floor impact the measurement of a distant object (like a wall) ? It would be interesting if you could report the samething you did at 1 m above the ground also very close to the ground.
If the unit is placed on the floor, then I suspect the beam will bouce back or be reflected back to the sensor before it reaches the far wall. The on-board PIC microcontroller on the SRF05 will take the 'echo' line low as soon as it receives an echo.
I'll be at the school next week (as this week is half-term) and will get a couple of the students to perform some experiments. I'll report back.
Dave, in case you have never seen it, there is a nice video on youtube about these sensore from 'The guy with the Swiss accent" - https://www.youtube.com/watch?v=aLkkAsrSibo He measures three sensors, the HC-SR04, HY-SRF05 and US-015.
He points out a number of interesting facts - the angles they will work at, how they work when a sound doesn't return, how multiple sensors can effect each other (the sound from one can be picked up from another - this might be important if you have a bunch of kids doing this in the same area) and how temperature effects the speed of sound.