Hi everyone,
I am working on an IoT monitoring project for a remote site office. I’m using an Arduino Mega with an ESP8266 for WiFi and a DHT22 for climate tracking.
The challenge is the environment: the office is a heavy-duty porta cabin which has metal cladding and steel framing.
Because the structure is essentially a large metal box, I'm running into two main issues:
Signal Shielding: My WiFi signal drops significantly as soon as the door is closed (Faraday cage effect). Has anyone had success using an external SMA antenna pigtail through a sandwich panel wall without causing moisture/leaking issues?
EMI/Power Noise: The cabin is powered by a site generator. I'm seeing a lot of "noise" on my analog sensor pins when the AC unit kicks in. Would a simple LC filter on the 5V rail be enough, or do I need a fully isolated DC-DC converter for the Arduino?
Grounding: Since the frame is steel, should I ground my project's GND to the cabin's chassis, or is that risky if the site ground isn't perfectly stable?
I want to ensure the hardware survives the rugged environment of these units. Any advice on "industrializing" this setup would be great!
Thanks!