<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IoT architecture &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/iot-architecture/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 14:16:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>IoT architecture &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Wolf-Inspired Algorithm Boosts Sensor Coverage in Smart Greenhouses</title>
		<link>https://scienmag.com/wolf-inspired-algorithm-boosts-sensor-coverage-in-smart-greenhouses/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 14:16:41 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[AI-driven greenhouse climate control]]></category>
		<category><![CDATA[autonomous sensor node placement]]></category>
		<category><![CDATA[coverage optimization]]></category>
		<category><![CDATA[Environmental Monitoring]]></category>
		<category><![CDATA[greenhouse data collection challenges]]></category>
		<category><![CDATA[Greenhouse sensor network optimization]]></category>
		<category><![CDATA[grey wolf optimizer]]></category>
		<category><![CDATA[Grey Wolf Optimizer for agriculture]]></category>
		<category><![CDATA[Internet of Things]]></category>
		<category><![CDATA[IoT architecture]]></category>
		<category><![CDATA[LoRa]]></category>
		<category><![CDATA[LoRa sensor deployment]]></category>
		<category><![CDATA[metaheuristics]]></category>
		<category><![CDATA[nature-inspired algorithms for agriculture]]></category>
		<category><![CDATA[node deployment]]></category>
		<category><![CDATA[optimizing sensor coverage in obstructed environments]]></category>
		<category><![CDATA[precision agriculture]]></category>
		<category><![CDATA[sensor placement in hostile environments]]></category>
		<category><![CDATA[simulated annealing]]></category>
		<category><![CDATA[smart greenhouse]]></category>
		<category><![CDATA[smart greenhouse environmental monitoring]]></category>
		<category><![CDATA[wireless communication in greenhouses]]></category>
		<category><![CDATA[wireless sensor network]]></category>
		<category><![CDATA[wireless signal coverage in greenhouses]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=195271</guid>

					<description><![CDATA[Researchers have developed an enhanced grey wolf optimization algorithm that dramatically improves sensor node placement, coverage, and communication reliability in obstacle-filled LoRa smart greenhouses.]]></description>
										<content:encoded><![CDATA[<p>Inside a modern commercial greenhouse, the difference between a thriving crop and a struggling one often comes down to data. Temperature, humidity, light intensity, and soil moisture must be tracked continuously and reliably, because the automated systems that regulate them are only as good as the environmental readings they receive. Yet greenhouses are notoriously hostile territory for wireless networks. Cultivation racks, support columns, equipment rooms, and irrigation pipelines all block sensor signals and restrict where devices can physically be placed, creating blind spots that can silently undermine even the most sophisticated climate-control software. A new study published in Smart Agricultural Technology tackles this foundational problem head-on, presenting an enhanced artificial-intelligence optimization method that decides exactly where LoRa wireless nodes should be placed to maximize both sensing coverage and communication reliability.</p>
<p>The research, led by Yibo Shang and Hongling Li, introduces a refined version of the Grey Wolf Optimizer, a nature-inspired search algorithm that mimics the cooperative hunting behavior of wolf packs. The standard optimizer is popular because of its simple structure and strong global search ability, but the authors found that it tends to converge prematurely when applied to greenhouse deployment, where obstacles fragment the feasible solution space. Their improved variant, called IGWO-AS, weaves three complementary mechanisms into the original framework: an adaptive phase adjustment mechanism that controls the transition from broad exploration to fine-tuned refinement, a stochastic disturbance mechanism that maintains diversity among candidate layouts, and a communication-aware simulated annealing acceptance criterion that helps the algorithm escape local optima while favoring layouts with stronger wireless links.</p>
<p>Each mechanism addresses a distinct failure mode of the standard algorithm. The adaptive phase adjustment replaces the usual linearly decreasing convergence factor with a Gaussian-shaped nonlinear schedule. In early iterations, the convergence factor remains relatively high, encouraging the virtual wolf pack to roam widely across the greenhouse floor plan and identify broad regions where nodes could plausibly operate. As iterations progress, the factor decays more sharply than in the linear version, pulling candidate solutions toward promising deployment structures, and in the final stage it suppresses abrupt position changes so that node coordinates settle stably rather than oscillating around coverage holes. The phase coefficient was set to a value of five after preliminary trials, and dedicated sensitivity experiments confirmed that values that were too small left the algorithm exploring too late, while values that were too large caused premature contraction of the search.</p>
<p>The second mechanism injects controlled randomness into the position updates. In the standard optimizer, candidate solutions gravitate steadily toward the pack leaders, which risks clustering every node near obstacle boundaries or around the fixed gateway position, leaving distant corners of the greenhouse uncovered. The stochastic disturbance mechanism perturbs a small fraction of decision variables each iteration, with a disturbance probability of 0.1 and an amplitude coefficient of 0.6, chosen through systematic sensitivity testing. Boundary correction keeps perturbed coordinates within legal ranges, and any node that lands inside an obstacle region is repaired before evaluation. The result is a population of candidate layouts that stays diverse enough to discover balanced spatial arrangements without descending into the noisy, unstable convergence that excessive randomness would cause.</p>
<p>The third and perhaps most distinctive innovation is the communication-aware acceptance criterion, which borrows from simulated annealing. Instead of greedily rejecting any new layout with slightly worse coverage fitness, the algorithm occasionally accepts such solutions with a probability that depends on both an annealing temperature and a relative link-quality ratio between the old and new deployments. When a marginally worse coverage layout promises measurably better LoRa communication quality, it has a heightened chance of being retained. This design embeds communication reliability directly into the search process without complicating the primary coverage objective, allowing the optimizer to favor placements that will hold up in real radio environments rather than merely looking good on a coverage map.</p>
<p>The deployment problem itself was formulated rigorously. The greenhouse monitoring region is discretized into a 100 by 100 grid of sampling points, obstacles are excluded from the valid set, and a sampling point counts as covered only when it lies within the sensing radius of at least one node and the straight line between them does not intersect any obstacle. The objective, expressed as a minimization fitness function, is to maximize the fraction of valid points covered. Importantly, the researchers showed that their added mechanisms do not change the asymptotic computational complexity of the standard optimizer, which remains linear in iterations, population size, and decision dimensions, meaning the improvements come from smarter search rather than heavier computation.</p>
<p>The algorithm was paired with a complete three-layer Internet of Things system architecture. The perception layer combines environmental sensors for air temperature, humidity, and light with soil sensors measuring soil temperature and volumetric water content, all integrated around STM32F407 microcontrollers with SX1276-based LoRa modules, RS-485 and I²C interfaces, relay drivers, and PWM circuits for actuating irrigation pumps, ventilation, and lighting. The network layer centers on a LoRa gateway in a star topology that relays data to the cloud, while the application layer runs on an IoT cloud platform supporting device virtualization, data visualization, threshold configuration, and remote command execution. Standby power consumption of the nodes stays below half a watt, an important consideration for long-term battery-powered deployment.</p>
<p>Field validation took place in a 50-meter by 50-meter commercial multi-span greenhouse in the dryland farming region of northwestern China, where obstacles covered roughly 15 percent of the area. Three deployment schemes were compared under identical hardware and conditions: the proposed IGWO-AS layout, a standard Grey Wolf Optimizer layout, and a traditional equidistant empirical layout, each using 40 LoRa sensing nodes with a fixed gateway. IGWO-AS achieved a measured effective coverage rate of 93.5 percent on a 2-meter by 2-meter physical grid, beating 87.2 percent for standard GWO and 84.1 percent for empirical placement. Perhaps more striking was the communication result: average packet loss at 100 meters was just 0.2 percent for IGWO-AS, compared with 0.5 percent for GWO and 0.9 percent for empirical deployment, indicating that more uniform node spacing also produces more stable wireless links and fewer energy-wasting retransmissions.</p>
<p>Simulation experiments reinforced the field findings across six scenarios spanning 50, 60, and 70-meter regions under both obstacle-free and obstacle-constrained conditions. In ablation tests, each of the three mechanisms contributed measurable gains on its own, but the full integration delivered the most uniform layouts, faster convergence, and the highest final coverage. Benchmark comparisons against Particle Swarm Optimization, the Whale Optimization Algorithm, Harris Hawks Optimization, the Dung Beetle Optimizer, the Crested Porcupine Optimizer, and an established improved GWO variant showed IGWO-AS reaching high-coverage states earlier and sustaining smoother convergence trends, with the advantage growing most pronounced in larger, heavily obstructed spaces. Statistical analysis over 30 independent runs per scenario, including Wilcoxon rank-sum testing, confirmed that IGWO-AS not only achieved higher median coverage but also produced markedly narrower dispersion, a crucial property for engineers who cannot rely on lucky random initializations.</p>
<p>The authors are candid about the limits of the current work. Field validation was conducted in a single representative greenhouse, and future testing should span different structural layouts, crop distributions, obstacle densities, and seasonal conditions. The deployment model also does not yet incorporate long-term energy consumption, battery state, sensor drift, or maintenance costs, and the theoretical convergence properties of the multi-mechanism framework remain to be characterized formally. Still, the practical implications are considerable: with reliable coverage and low packet loss established as the sensing backbone, the same architecture can now integrate advanced closed-loop strategies such as model predictive control and LSTM-based microclimate forecasting. In an era when protected cultivation must deliver more food with fewer resources, ensuring that every corner of a greenhouse can see, speak, and be heard may prove just as important as the control algorithms that listen.</p>
<p><strong>Subject of Research:</strong> Optimization of relay-node deployment for LoRa-based wireless sensor networks in smart greenhouse systems</p>
<p><strong>Article Title:</strong> IGWO-AS: An enhanced grey wolf optimizer for relay-node deployment in LoRa-based smart greenhouse systems</p>
<p><strong>Article References:</strong> Shang, Y., &amp; Li, H. (2026). IGWO-AS: An enhanced grey wolf optimizer for relay-node deployment in LoRa-based smart greenhouse systems. <em>Smart Agricultural Technology, 15</em>, Article 102538. <a href="https://doi.org/10.1016/j.atech.2026.102538" rel="noopener noreferrer">https://doi.org/10.1016/j.atech.2026.102538</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.atech.2026.102538" rel="noopener noreferrer">10.1016/j.atech.2026.102538</a></p>
<p><strong>Keywords:</strong> smart greenhouse, LoRa, grey wolf optimizer, wireless sensor network, node deployment, Internet of Things, precision agriculture, coverage optimization, simulated annealing, metaheuristics, environmental monitoring, IoT architecture</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">195271</post-id>	</item>
	</channel>
</rss>
