So a while back I got the bright idea to take some of those cheap ESP-01 boards, a DHTxx sensor, some glue parts, and spin up a cheap board to make a deployable temp/humidity sensor. While that worked just fine, and I went through a few revisions of the product, I ran into some interesting troubles.
The first problem was the DHT sensors aren't reliable enough. They would randomly stop talking and require a power cycle to resume operation. I think there are some other issues as well, being the second problem:
The second problem, the ESP-01 I was using spews RF out at just below 320MHz, with other stuff floating around the same area. While one of these deployables didn't do anything, the 10 or so I put online made the signal from the X10 wireless gadgets I have unreliable AND knocked out my 318MHz garage door opener's receiver. You could literally see receive lamp on the opener "on" all the time, indicating it was seeing something on it's band. Turning off all of the deployables restored normal communications with all devices. I believe this noise was also causing some of my DHT sensor issue, since they seem to be susceptible to RF as well. I know the opener's radio is wide enough to see the noise from the ESP8266's, and I have to assume that the X10 wireless modules are wide open as well, so were being overloaded by the noise.
I experimented a little with ESP32, but they have the same issue, and the FCC certs even state noise at 319.9MHz. Oh well, I guess, now I just need to dispose of a stack of boards, fortunately they were cheap!