I would expect the following factors to be of influence: (in theory at least)
Relative large surface contact area where the mesh hull can cool or warm air air passing by, thus dampening fast temperature changes.
The mass and surface area of the metal mesh hull.
When the mesh hull becomes wet and weather is windy this will lower the hull’s temperature which can cool down air passing by, resulting in lower temperature readings.
When the mesh hull becomes wet this could moisturise air passing by resulting in higher humidity readings.
When the mesh hull is put into direct sunlight it might absorb quite some heat energy resulting in higher temperature readings.
While the mesh hull already somewhat protects the sensor, for reliable and more precise readings it is probably best to isolate it from direct sunlight and rain (snow etc.).
In your current setup the metal mesh hull is on the bottom, unprotected. When it rains it will probably gather much moist because much of the rain caught by the antenna and case will flow over it.
How thick is this material?
While used in commercial outdoor sensors, putting it on the bottom where most captured rain water will flow to is probably not the best location for it.
but in my experience with 3d printed display bezels … it will look very bad after a year
this bezel was made by ITEAD, I bought it together with a small nextion display.
and look what happend to the material … it was bright white when it arrived here.
You are using Alkaline batteries I assume? 0.04V drop in a week at updates every 5 minutes isn’t that bad for a fresh battery because that tends to drops fast at the beginning, but it isn’t very good either.
At what SF is the node sending? are you using ADR with OTAA?.
As you are running it near your gateway SF7 should suffice, if it is running at SF12 then energy consumption for the sending part will be roughly 32 times higher (if I did the math correctly). Ah think the SF is SF7 looking at a previous post in The WORKBENCH part 1 - #55 by BoRRoZ. Did you measure the standby consumption already?
But I’m not telling you anything new I guess
Maybe this thingy deserves its own review/discussion topic?
OTAA and I haven’t seen any ADR activity (I can reach 2 or 3 GW on SF7)
basically Its a 328P+ BME280 with a RN2483, and this one is responsible for waking up the 328p.
sleep = 50 uA and Tx = 20 mA @ SF7BW125 and test payload = CayenneLPP 28 bytes
planning is / was to let it run until it dies… but we have had a little problem, started this afternoon with Cayenne updates, luckely Cayenne (and TTN) support is very active and looking into it @ this moment. problem fixed
Eh, my bad. sorry! I thought I had seen an ESP32 inside the enclosure on this thread. In any case I am curious to see how you get on as I have 4 of these due any day from eBay.
* inside is the old hw version of the RN2483 (with firmware 1.03) so curious to see what happends when it starts freezing… we’re close to that point at night.
So as I am not a programmer I may be offering an other humble apology here but a question;
Can you #include <Ticker.h> and call a function to decide which LED on your led flash interval and then
bool ledState = !ledState;
digitalWrite(green, ledState);
What for the beginner like myself will be a problem with LMiC? Is it very sensitive to being blocked?
problems… sometimes the attached AC load (coffee machine) generates an mcu reset should I filter the AC before the AC-DC converter or does a node only work reliable on a battery ? should I ‘shield’ sensitve parts … question questions
I first must implement a softserial debug port, because now everytime this happends the connection between pc and module is broken because of the 32U4 ‘uart’