Es funktioniert doch, wenn man das "closed" weg lässt, ich weiß auch nicht wo letztes Mal der Fehler lag.
So sieht es nun aus :)
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{hobby}
\begin{document}
\begin{tikzpicture}
\draw (0.5,1) to
[closed, curve through={(2,1.5)(3.5,1)(5,2)(3.5,3)(2,2.5)(0.5,3)(-1,2)}](0.5,1);
\draw (3.2,2.1) to [curve through={(3.35,1.95)(3.6,1.8)(3.85,1.95)}](4,2.1);
\draw (3.35,1.95) to [curve through={(3.6,2.1)}](3.85,1.95);
\end{tikzpicture}
\end{document}\end{document}
![alt text][1]
[1]: http://texwelt.de/wissen/upfiles/belfunk1.png