the Creative Commons Attribution 4.0 License.
the Creative Commons Attribution 4.0 License.
Software development of an internet-of-things based controlled-source ultra-audio frequency electromagnetic receiver
Xiyuan Zhang
Zucan Lin
Huiying Li
Xinchang Wang
Hui Zhang
This study addresses the limitations of traditional CSAMT (Controlled-Source Audio-frequency Magnetotellurics) in insufficient shallow-to-medium layer exploration accuracy, complex human-machine interaction, and constrained data transmission in existing electromagnetic instruments. A novel IoT(Internet-of-Things)-integrated CSUMT-R (Controlled-Source Ultra-audio Frequency Electromagnetic Receiver) system is developed. The hardware employs a Zynq multi-core processor architecture, integrating a five-channel ultra-wide band (1 Hz–1 MHz) acquisition system. The software system features a dual-layer architecture combining embedded control and remote monitoring, incorporating dynamic buffer DMA (Direct Memory Access) drivers, distributed hybrid networking technology, IoT technology, and five-channel batch processing algorithms to support high-speed real-time data transmission (up to 320 Mbps) and remote visualization. Field tests in the Fengtai ore cluster area, Shaanxi Province, China, demonstrate stable functionality and high intelligence, meeting demands for complex field exploration.
- Article
(7189 KB) - Full-text XML
- BibTeX
- EndNote
Electromagnetic exploration technology serves as a cornerstone in geophysical surveys, playing pivotal roles in mineral exploration, geothermal resource assessment, hydrocarbon detection, and engineering geology (Guo et al., 2020; Constable and Srnka, 2007; Munoz, 2014; Xue et al., 2019). Among these methods, CSAMT, proposed by Goldstein and Strangway (1975), utilizes artificial sources to generate electromagnetic fields and measures far-field planar waves, enabling precise electrical structure imaging at depths of 50 m–2 km (Strangway et al., 1973). This technique has been extensively applied in mineral resource exploration, geological hazard evaluation, and engineering surveys (Guo et al., 2019; Fu et al., 2013; Hasan et al., 2025; Long et al., 2023).
However, the practical efficacy of CSAMT critically depends on instrument performance. Representative electromagnetic exploration instruments include the EH4/EH5 system (Geometrics, 2024) jointly developed by Geometrics and EMI (US), Metronix's ADU series (Germany) (Metronix Geophysics, 2020), Zonge's GDP-32II (US) (Zonge International, 2021), Phoenix's V8 system (Canada) (Phoenix Geophysics, 2012), the SEP system by the Institute of Geology and Geophysics, CAS (Di et al., 2013, 2017), and Guoke Instrument's UltraEM Z4 magnetotelluric system (China) (Guoke, 2025).
Although the performance of these instruments has reached a relatively high level and achieved engineering applications, there are still significant limitations in technical implementation: some instruments have a limited operating frequency band of 0.1 Hz–10 kHz and low sampling rates, resulting in insufficient resolution in shallow layers (< 500 m) (Fan et al., 2010), which cannot meet the needs of high-precision exploration; some instruments cannot perform long-term repeated measurements automatically, nor can they handle the data transmission and storage problems caused by multi-channel and ultra-wide band acquisition; some instruments still use localized operation modes, lacking remote intelligent control functions, and data is stored in local SD (Secure Digital) card, making it impossible to display collected data and results in real time, with cumbersome human-machine interaction methods; in addition, some instruments cannot export raw data from each channel, resulting in limited information during data processing, which restricts the analysis results.
To address the above technical bottlenecks, this study proposes a CSUMT-R control system based on a cloud-IoT architecture. This system realizes functions such as acquisition device control, acquisition parameter control, ultra-wide band data transmission, real-time remote monitoring, and data processing. The system consists of two parts: an embedded control system and an upper-computer monitoring system. The embedded control software supports ultra-wide band signal synchronous acquisition and transmission, with nanosecond-level synchronization accuracy for multi-channel parallel sampling, and supports long-term repeated measurements. The upper-computer monitoring system has a feature-rich human-machine interface with high intelligence and user-friendly operation, enabling remote control of the instrument for measurement, updates, and restarts. It can preset parameters for automatic measurement and display collected waveform and spectrum analysis results in real time, while also supporting data processing functions for the CSAMT method.
This system has developed a dynamic buffer DMA driver, combined with a zero-copy data transmission method and the STA/LTA (Short-Time-Average/Long-Time-Average) algorithm, solving the problems of data packet loss in high sampling rate transmission and delays in low sampling rate transmission. In accordance with the CSAMT method, our system's extended frequency acquisition capability(up to 1 MHz) – compared to that of existing instruments (which can only collect signals up to 100 kHz) – enables enhanced resolution for shallow subsurface structures. By integrating IoT technology and distributed hybrid networking technology, it enables the construction of operational networks in multiple scenarios, supporting remote real-time waveform display and data processing, and allowing batch processing and export of large amounts of collected data. The proposed control system has the advantages of multifunctionality, user-friendly operation, and high intelligence, providing strong technical support for CSAMT exploration.
This paper mainly introduces the system from the following aspects: CSUMT-R system design, embedded system design, multi-scenario operational network construction, ultra-wide band data transmission technology, and upper-computer monitoring system design. Finally, the performance of the system is verified through field tests.
The structure of the controlled-source ultra-audio frequency electromagnetic receiver system is shown in Fig. 1, consisting of a monitoring system and data acquisition equipment. The data acquisition equipment, namely the CSUMT-R (see Fig. 2), comprises two main parts: the collection system and the embedded control system. The software part of the receiver includes both the upper-computer monitoring system and the embedded control system. This software system is designed for the hardware structure of the collection system, serving to monitor and control its operation and status. The hardware design was described in Lin et al. (2024), with a brief introduction to its structure.
2.1 Collection system structure
The collection system consists of three subsystems: the analog board, the connection board, and the interface board. Serving as the internal/external interaction hub of the instrument, the interface board integrates electrode/magnetic field sensor interfaces, 12 V DC (Direct Current) power input, Gigabit Ethernet port, LED (Light Emitting Diode) status indicators, and operational buttons. Sensor signals are directly connected to the analog board's input channels through shielded cables to ensure low-noise transmission. Built-in overcurrent protection and battery monitoring circuits enable real-time power status monitoring through the main control board.
2.2 Software System Design
The software system mainly consists of two parts: the embedded control system and the upper-computer remote monitoring system. The upper-computer remote monitoring system runs on the Windows operating system platform and is programmed in C#. The embedded control system operates on the MPSoC (Multi-Processor System on Chip) platform of the main control board in the instrument and is programmed in C. The embedded control system can autonomously execute acquisition tasks or perform operations according to commands from the upper-computer monitoring system. The upper-computer monitoring system can remotely control the receiver via 4G (Fourth Generation) networks or establish a WLAN (Wireless Local Area Network) for on-site control.
This system is deployed on the Xilinx XCZU3EG heterogeneous MPSoC, serving as the core intermediary module between the upper-computer and the collection system. It handles critical functions including command forwarding, data storage, and instrument status monitoring. The system implements status monitoring, power management, LED control, and command transmission via the AXI4-Lite bus, utilizes SSD as the high-speed data storage medium, and relies on the embedded Linux operating system for task scheduling and resource management. Through foundational libraries (including time management, device drivers, disk operations, wireless networks, and upgrade interfaces), the system provides a unified HAL (Hardware Abstraction Layer) for upper-layer applications, supporting standardized cross-thread/process interface calls, with its underlying implementation dependent on Linux system calls and the GNU C Library. The overall software architecture is shown in Fig. 3. The system adopts a layered multi-thread architecture, achieving high concurrency through collaboration between the main thread and five functional sub-threads. The main thread executes core tasks such as data acquisition flow control and instrument calibration. The network communication thread implements WLAN/IoT communication based on TCP (Transmission Control Protocol)/UDP (User Datagram Protocol), supporting command interaction and data transmission with the upper-computer. The system status thread monitors critical parameters (SSD remaining capacity, battery voltage, instrument temperature, satellite status, etc.) in real time and handles operational anomalies. The human-machine interaction thread indicates system status and warnings through LED states. The time management thread handles system time synchronization and dynamic correction. Core communication interface modules use message queues for inter-thread messaging, ensuring real-time and reliable data exchange.
Embedded control system workflow
After power-on, the system first executes initialization: loading drivers, configuring buffers, initializing wireless networks, allocating memory for global parameter structures, and initializing message queues. It then starts all threads. During initialization, the instrument performs self-testing. If self-test fails, the system generates logs based on error type and location, executes a safe shutdown, and enters standby mode for technician inspection. Post self-test, the instrument enters the main thread and automatically activates blind acquisition mode. In this mode, the system automatically configures acquisition parameters after GPS synchronization according to predefined frequency tables, generates JSON-format acquisition schedules, and sequentially executes acquisitions. After completing a cycle, the system automatically configures the next cycle based on the frequency table, ensuring continuous and convenient acquisition. Blind acquisition requires no upper-computer control or operator intervention, enabling immediate acquisition upon startup, significantly simplifying field operations and improving efficiency in complex environments. Concurrently, the system establishes a TCP server for listening and a UDP broadcast port to await scan packets. When the upper-computer discovers the receiver via UDP scan and establishes a TCP persistent connection, the receiver exits blind acquisition mode and enters manual control mode. In this mode, acquisition control is transferred to the upper-computer, with real-time data transmission. Connection status is monitored via heartbeat packets, and automatic reconnection is attempted upon disconnection.
Harsh outdoor environments and large-scale remote station layouts may lead to data transmission issues. Therefore, building a suitable network is crucial to address these challenges and reduce the complexity of electromagnetic data acquisition in field operations.
For electromagnetic acquisition sites located in remote areas with unstable network conditions, practical deployment requires micro-WLAN arrays. We developed a distributed hybrid networking solution, as shown in Fig. 4. This solution combines wired and wireless connections: receivers connect to relay APs(Access Point) via wired or wireless links, relay APs connect wirelessly to the main AP, and monitoring terminals access the network through the central station's main AP. Using distributed networking, operators can control all receivers within a range using a single computer at the central station, improving efficiency.
The system uses 5.8 GHz WLAN for network access and data transmission. Receivers bind SSIDs(Service Set Identifier) via TCP, connect to relay APs via MAC(Media Access Control) addresses, and enforce MAC filtering for security. Each relay AP supports up to two receivers. Data is transmitted via 5.8 GHz WLAN to the central AP and then to monitoring terminals via network cables. The 5.8 GHz band was chosen for its high speed and anti-interference capabilities, ensuring stable and maintainable network topology.
For long-term electromagnetic signal acquisition in unmanned sites, we developed an IoT-based solution (see Fig. 5). This uses a 4G module (USR-G806w) for cloud communication, supporting LTE Cat4 (UE-Category 4) (150 Mbps downlink, 50 Mbps uplink) in weak-signal areas. A star topology is built with a central router: receivers connect to sub-routers via Ethernet, and sub-routers use MQTT (Message Queuing Telemetry Transport) to link to the cloud. This low-power, plug-and-play design suits long-term multi-node acquisition (Qiao et al., 2020; Perdana et al., 2019; Ahmad et al., 2019; Zhou et al., 2021).
In the process of network construction, first configure the central router with a static IP (Internet Protocol) and unique SSID, enabling DHCP (Dynamic Host Configuration Protocol). And the Sub-routers connect via WAN (Wide Area Network) ports, obtain the IP address, and register on the cloud; receivers connect to sub-router via RJ45, receive private IPs, and bind device IDs (Identity)/GPS to the cloud; remote upper-computers access via VPN (Virtual Private Network) using the central router's public IP address for cloud-based monitoring.
The system is based on CSUMT-R, with a dynamic range of more than 135 dB, a sampling rate ranging from 305 Hz to 2.5 MHz, and a data transmission speed ranging from 32 kbps to 320 Mbps. To address the data transmission challenges in ultra-wide band data acquisition, this study proposes a hierarchical high-speed data transmission and storage architecture, with the data transmission process illustrated in Fig. 6. The system workflow is divided into two coordinated phases: control command transmission and data acquisition transmission.
The control command transmission process is initiated by the upper-computer or the embedded control system. Acquisition parameters (sampling rate, gain, channel selection, etc.) are sent via the AXI4-Lite bus to the collection system main control module. The main control module employs a dual-buffer register design, supporting dynamic parameter updates and seamless state machine switching, ensuring efficient configuration of acquisition modes. The data transmission process is initiated by the collection system. After acquisition starts, the collection system constructs a five-channel parallel processing pipeline for the ADC. The data acquisition module receives data from the ADC and transmits it via the AXI4-Stream bus to the DMA module within the collection system. The DMA module processes the five-channel data and writes it into the DDR managed by the ARM. When the written data volume reaches a preset threshold, an interrupt signal is sent to the ARM. Upon receiving the interrupt signal, the ARM transfers the DDR data to the system-mounted SSD via the PCIe bus. If real-time monitoring is required, the data is simultaneously transmitted to the upper-computer via the TCP protocol, where it is analyzed, processed, and displayed as waveforms and spectra per channel.
A critical component of the data transmission process is the DMA driver. DMA technology, with its core feature of “bypassing the CPU”, remains pivotal for enhancing system performance. Although traditional DMA transmission reduces CPU load, issues such as buffer management efficiency and interrupt response overhead become significant as data throughput demands surge.
The receiver generates data volumes ranging from 32 kbps to 320 Mbps under different sampling rates. Traditional DMA drivers use fixed-size buffers, which in low-rate scenarios may leave buffers unfilled for prolonged periods, causing transmission delays and memory waste, while in high-rate scenarios, insufficient buffer sizes may lead to data loss. To address this, we optimized the DMA driver by introducing a dynamic buffer adjustment mechanism, enabling an “elastic memory pool management” approach. During driver initialization, multiple pre-allocated buffers of varying sizes (256 B–2 MB) are created. At the start of acquisition, the driver selects an appropriate buffer based on the sampling rate. After acquisition begins, a built-in data rate monitoring module calculates the transmission rate using a sliding window. Combined with the STA/LTA algorithm, if the STA/LTA deviates from the threshold range, the buffer size is dynamically adjusted to ensure stable collection.
Two stages of dynamic buffer management
-
Initial buffer allocation: the baseline transmission rate is calculated as:
where fs denotes the sampling rate (ranging from 305 Hz to 2.5 MHz), Nch represents the number of channels (5 channels), BADC indicates the resolution (24-bit).
-
Runtime dynamic adjustment: the dynamic buffer adjustment is triggered when the STA/LTA ratio exceeds the threshold range of [0.7, 1.3]. STA is calculated over a 1 s sliding window and LTA is calculated over a 10 s window. When the ratio is below 0.7, the buffer size is reduced by one level; when the ratio is greater than 1.3, it is increased by one level, until the STA/LTA stabilizes.
Additionally, the DMA driver allocates physically contiguous memory at the start of acquisition and directly maps the kernel buffer to user space. Users can access the DMA buffer directly without copying data via driver service functions, further reducing CPU overhead. The mapped virtual address region dynamically expands or contracts with buffer size changes, ensuring applications redirect to new memory regions during buffer switching. The dynamic buffer DMA driver is shown in Fig. 7.
After long-term on-site testing and verification (Sect. 7), the new DMA driver program did not experience data lag or packet loss during broadband data transfer and storage operations. This empirical verification proves the feasibility and robustness of our designed data transmission architecture under various on-site conditions.
The upper-computer monitoring software adopts a C/S (Client/Server) architecture developed in C#, aiming to achieve network construction, real-time status monitoring of acquisition stations, batch control, real-time waveform display and spectrum analysis, local data viewing, and processing. The functional architecture of the upper-computer is shown in Fig. 8. The system primarily consists of five functional modules: data transmission and storage, real-time monitoring, real-time control, waveform display, and data preprocessing.
Functions of each module
-
The data transmission and storage module handles real-time data transfer between the upper-computer and receivers, as well as local data uploads. It also supports software version updates and maintenance by logging into the receiver's file system via SSH (Secure Shell Protocol). The UDP protocol is responsible for network scanning and parsing status packets returned by receivers. After establishing a connection, it continuously sends heartbeat packets to monitor receiver status and evaluates communication integrity based on returned status information. The TCP protocol, chosen for its high reliability, congestion control, and full-duplex communication, is primarily used for real-time data transmission. Additionally, an SFTP (SSH File Transfer Protocol) client is integrated into the upper-computer software to access the receiver's file system, download acquisition data, and support software version maintenance and configuration updates, the transmission screenshot is shown in Fig. 9.
-
The real-time monitoring module tracks real-time parameters of CSUMT-R, including device ID, operational status, synchronization status, battery voltage, battery current, and remaining storage space.
-
The real-time control module manages receiver connection/disconnection and start/stop data acquisition. It also allows configuration of acquisition parameters such as electric and magnetic field channel gains and sampling rates.
-
The waveform display module includes real-time and local data visualization. In real-time mode, users can adjust display point counts and FFT (Fast Fourier Transform) resolution to optimize computational precision. The system also supports work area, survey line/point configurations, displaying real-time waveforms, spectra, and apparent resistivity. For local data, the software reads and downloads receiver-stored data or local files on the computer, automatically detecting sampling rates and gains while applying calibration corrections to remove channel-specific effects. The waveform display interface design is shown in Fig. 10.
-
The data preprocessing module handles post-acquisition data processing for single or multiple survey points. It comprises a workspace configuration module and a data processing module, with the latter's interface shown in Fig. 11. Before processing, users create a workspace and define parameters such as workspace name, survey line/point names, electrode spacing, channel selection, and calibration files. For CSAMT methods, the apparent resistivity formula is:
and the phase formula is:
where ρa is apparent resistivity, ϕ is phase, μ is subsurface permeability, ω is angular frequency, and E and H are measured electric and magnetic field intensities (Cagniard, 1953; Chen and Yan, 1995). The CSUMT-R captures two electric field channels (Ex, Ey) and three magnetic field channels (Hx, Hy, Hz). The preprocessing module supports arbitrary channel selection, independent calibration files for all five channels, automatic gain calculation for electric/magnetic fields, and simultaneous computation of up to two apparent resistivity results. Results are saved in corresponding survey point lists. To enhance efficiency, the module enables batch processing of apparent resistivity and phase, randomly selecting 20 data segments for calculation and saving. Results with excessive errors are flagged for filtering. It also processes all data files from a single survey point, saving outputs uniformly. During processing, the module generates apparent resistivity-frequency and phase-frequency plots for visual trend analysis. Processed data can be exported as JSON or CSV files for further analysis, and JSON files can reload workspace configurations when reopening projects.
After field testing and verification (Sect. 7), the developed software overcomes the obvious operational limitations of existing systems (compared to EH4 and V8): EH4 only displays apparent resistivity and phase diagrams without real-time waveform visualization capabilities or raw channel data export functionality. Furthermore, neither V8 nor EH4 systems incorporate blind acquisition mode, which substantially increases operational time during repetitive multi-station surveys due to manual intervention requirements at each measurement point. In contrast, our system features a simplified and intuitive operation interface with automated acquisition capabilities, effectively reducing operator workload and improving field survey efficiency. These comparative tests validate that the developed software achieves substantial improvements in human-machine interaction complexity as designed.
Figure 15Self-developed upper-computer waveform display interface and data preprocessing interface during field validation in Fengtai.
To validate the consistency and reliability of the system's exploration results, we conducted comparative field tests in the Fengtai ore cluster area of Fengxian County, Shaanxi Province, China. The tests covered survey lines LS03 and LS05 (Fig. 12), each 3 km long with a 200 m spacing between lines, totaling 242 survey points at 25 m intervals. The transmission band was 1 Hz–600 kHz. The field station layout is shown in Fig. 13, with field photos in Fig. 14. The transmission module comprises a high-frequency transmitter(10–600 kHz) and a low-frequency transmitter(1 Hz–10 kHz). The low-frequency transmitter was positioned 8 km away from the vertical survey lines; preliminary tests verified that its transmitted signals could cover both survey lines, thus its position was maintained unchanged throughout the entire testing process. In contrast, according to the CSAMT method's skin depth formula:
where δ is skin depth, μ0 is vacuum permeability, σ is medium conductivity, and ω is angular frequency, when the Tx-Rx (Transmitter-Receiver) distance r is smaller than δ, the electromagnetic field exhibits non-planar wave characteristics (near-field). To avoid near-field effects, the receivers were placed 200 m from the high-frequency transmitter. As confirmed by tests, the high-frequency signals can cover 7 measurement points (e.g., when the transmitter is situated at the LS05-105 measurement point, its transmitted signals can cover the range from LS03-99 to LS03-111). Therefore, the high-frequency transmitter was moved synchronously with the receiver to ensure that the receiver remained within the coverage of the transmitted signals.
To compare CSUMT-R with commercial instruments (V8 and EH4), considering the bandwidth of two instruments(V8: 0.1 Hz–10 kHz, EH4: 10 Hz–92 kHz), we conducted comparative tests: signals below 10 kHz were compared with V8, and 10–100 kHz signals with EH4. Results (Figs. 15, 16) show smooth data curves and high-quality signal acquisition, the apparent resistivity and phase curves are smooth in the high-frequency and low-frequency transmitter switching interval(10 kHz). The mean square relative error between instruments was calculated as:
and the formula is
where n is the number of frequency points, Ai is apparent resistivity measured by CSUMT-R at the ith frequency point, is apparent resistivity measured by the reference instrument or the second measurement by CSUMT-R, is mean of Ai and (Ministry of Land and Resources of the People's Republic of China, 2015). For CSUMT-R repeatability tests, Ai and represent two consecutive measurements at the same survey point. In all survey points, the mean square relative error of CSUMT-R was below 3 %, and the mean square relative error of CSUMT-R and commercial instruments was below 5 %, which confirms the high reliability of the system. Figure 17 displays the apparent resistivity pseudo-section for line LS05.
This study developed a cloud and IoT-based ultra-high-frequency controllable-source electromagnetic receiver system software. The core innovations include: (1) a dynamic buffer DMA driver with elastic memory pools (256 B–2 MB) that adapts to sampling rates (305 Hz–2.5 MHz); (2) distributed hybrid networking integrating 5.8 GHz WLAN and 4G-IoT for multi-scenario field deployment; and (3) five-channel batch processing algorithms supporting independent calibration and real-time visualization of ultra-wideband EM data.The main research content includes:
-
Device management system design. A hierarchical multi-threaded architecture was implemented to enable efficient and stable remote data acquisition and transmission across diverse field scenarios. Field testing validates the system's capability to execute complex operational tasks seamlessly, maintain robust inter-system communication, and demonstrate advanced intelligence in electromagnetic exploration applications.
-
Upper-computer monitoring system design. The system integrates comprehensive functionalities including real-time data transmission, status monitoring, parameter configuration, waveform display, and data preprocessing for the CSUMT-R platform. Combined with apparent resistivity calculations and visual analysis based on the CSAMT method, the system provides a reliable intelligent solution for electromagnetic exploration in geologically complex environments.
The software code is not publicly accessible due to confidentiality requirements under the National Key Research and Development Program of China.
Research data are not publicly accessible due to funding agency restrictions and security concerns. This work is supported by China's National Key Research and Development Program, which requires confidentiality of experimental data. Aggregated results are provided in the manuscript.
This study was designed, tested, and implemented by the authors of the paper. The full text was designed and implemented by XZ. XZ and HL worked on the embedded control system design. XZ and ZL worked on the upper-computer monitoring system design. The other three authors(QZ, HZ, and XW) carried out revision and correction during the completion of the article. All authors contributed to the test.
The contact author has declared that none of the authors has any competing interests.
Publisher's note: Copernicus Publications remains neutral with regard to jurisdictional claims made in the text, published maps, institutional affiliations, or any other geographical representation in this paper. While Copernicus Publications makes every effort to include appropriate place names, the final responsibility lies with the authors. Views expressed in the text are those of the authors and do not necessarily reflect the views of the publisher.
This study is supported by the Deep Earth probe and Mineral Resources Exploration-National Science and Technology Major Project (Grant Nos. 2024ZD1000800, 2024ZD1000805), the National Key Research and Development Program of China (Grant Nos. 2022YFF0706202 and 2021YFC2801404),the National Natural Science Foundation of China (Grant No. 42074155) and the Key Research Program of the Chinese Academy of Sciences(Grant No. KGFZD-145-22-06-02).
This research has been supported by the Deep Earth Probe and Mineral Resources Exploration—National Science and Technology Major Project (grant nos. 2024ZD1000800 and 2024ZD1000805), the National Key Research and Development Program of China (grant nos. 2022YFF0706202 and 2021YFC2801404) and the National Natural Science Foundation of China (grant no. 42074155).
This paper was edited by David Barclay and reviewed by Shengquan Zhang and one anonymous referee.
Ahmad, M., Ishtiaq, A., Habib, M. A., and Ahmed, S. H.: A review of internet of things (IoT) connectivity techniques, Recent trends and advances in wireless and IoT-enabled networks, 25–36, https://doi.org/10.1007/978-3-319-99966-1_3, 2019. a
Cagniard, L.: Basic theory of the magneto-telluric method of geophysical prospecting, Geophysics, 18, 605–635, https://doi.org/10.1190/1.1437915, 1953. a
Chen, M. S. and Yan, S.: On problems in frequency electromagnetic soundings, Geological Publishing House, Beijing, 7, 13–19, 1995. a
Constable, S. and Srnka, L. J.: An introduction to marine controlled-source electromagnetic methods for hydrocarbon exploration, Geophysics, 72, WA3–WA12, https://doi.org/10.1190/1.2432483, 2007. a
Di, Q. Y., Fang, G. Y., and Zhang, Y. M.: Research of the surface electromagnetic prospecting (SEP) system, Chinese Journal of Geophysics, 56, 3629–3639, https://doi.org/10.6038/cjg20131104, 2013. a
Di, Q. Y., Fu, C. M., An, Z. G., Xu, C., Wang, Y. L., and Wang, Z. X.: Field testing of the surface electromagnetic prospecting system, Applied Geophysics, 14, 449–458, https://doi.org/10.1007/s11770-017-0639-4, 2017. a
Fan, Y., Snieder, R., Slob, E., Hunziker, J., Singer, J., Sheiman, J., and Rosenquist, M.: Synthetic aperture controlled source electromagnetics, Geophysical Research Letters, 37, L13305, https://doi.org/10.1029/2010GL043981, 2010. a
Fu, C., Di, Q., and An, Z.: Application of the CSAMT method to groundwater exploration in a metropolitan environment, Geophysics, 78, B201–B209, https://doi.org/10.1190/geo2012-0533.1, 2013. a
Geometrics: Stratagem EH-5 electromagnetic system [Product brochure], https://www.geometrics.com/product/stratagem-eh5/ (last access: 5 July 2024), 2024. a
Goldstein, M. A. and Strangway, D. W.: Audio-frequency magnetotellurics with a grounded electric dipole source, Geophysics, 40, 669–683, https://doi.org/10.1190/1.1440558, 1975. a
Guo, Z., Hu, L., Liu, C., Cao, C., Liu, J., and Liu, R.: Application of the CSAMT method to Pb–Zn mineral deposits: A case study in Jianshui, China, Minerals, 9, 726, https://doi.org/10.3390/min9120726, 2019. a
Guo, Z., Xue, G., Liu, J., and Wu, X.: Electromagnetic methods for mineral exploration in China: A review, Ore Geology Reviews, 118, 103357, https://doi.org/10.1016/j.oregeorev.2020.103357, 2020. a
Guoke: UltraEM Z4 Controlled Source Magnetotelluric System (CSHMT/CSAMT), Guoke (Chongqing) Instrument Co., Ltd, http://www.igeoco.com/geoco123/vip_doc/18907408.html, last access: 10 February 2025. a
Hasan, M., Su, L., Cui, P., and Shang, Y.: Development of deep-underground engineering structures via 2D and 3D RQD prediction using non-invasive CSAMT, Scientific Reports, 15, 1403, https://doi.org/10.1038/s41598-025-85626-7, 2025. a
Lin, Z., Zhang, Q., Zhou, K., Zhang, X., Wang, X., Zhang, H., and Liu, F.: Development of an internet-of-things-based controlled-source ultrasonic audio frequency electromagnetic receiver, Geosci. Instrum. Method. Data Syst., 13, 325–336, https://doi.org/10.5194/gi-13-325-2024, 2024. a
Long, J., Liu, J., Zhang, S., and Li, M.: Comprehensive evaluation of goaf range in a coal mine with complex terrain through CSAMT and an activated-carbon method for radon measurement, Applied Sciences, 13, 4274, https://doi.org/10.3390/app13074274, 2023. a
Metronix Geophysics: ADU-08e 24/32-Bit Geophysical EM Measurement System, https://www.metronix.de/en/geophysics/metronix-geophysics/products/logger/adu-08e (last access: 10 December 2021), 2020. a
Ministry of Land and Resources of the People's Republic of China: DZ/T 0280-2015 Technical regulation for controlled source audio magnetotelluric method, 2015. a
Munoz, G.: Exploring for geothermal resources with electromagnetic methods, Surveys in Geophysics, 35, 101–122, https://doi.org/10.1007/s10712-013-9236-0, 2014. a
Perdana, D., Putra, R., and Bisono, G. : Analysis of soil substance measurement system based on internet of things (iot) with star topology network, International Journal of Simulation: Systems Science and Technology, 20, 13–18, 2019. a
Phoenix Geophysics: V8 Networked Multifunction Receiver for Geophysical Techniques [Product datasheet], https://www.phoenixgeophysics.com/controlled-source-systems (last access: 6 December 2021), 2012. a
Qiao, S., Zhang, Q., Zhang, Q., Guo, F., and Li, W.: Hybrid seismic-electrical data acquisition station based on cloud technology and green IoT, IEEE Access, 8, 31026–31033, https://doi.org/10.1109/ACCESS.2020.2966510, 2020. a
Strangway, D. W., Swift, C. M., and Holmer, R. C.: The application of audio-frequency magnetotellurics (AMT) to mineral exploration, Geophysics, 38, 1159–1175, https://doi.org/10.1190/1.1440402, 1973. a
Xue, G., Chen, W., Cheng, J., Liu, S., Yu, J., Lei, K., Guo, W., and Feng, X.: A review of electrical and electromagnetic methods for coal mine exploration in China, IEEE Access, 7, 177332–177341, https://doi.org/10.1109/ACCESS.2019.2951774, 2019. a
Zhou, K., Zhang, Q., Liu, Y., Wu, Z., Lin, Z., Zhao, B., Jiang, X., and Li, P.: Internet-of-things-based four-dimensional high-density electrical instrument for geophysical prospecting, Geosci. Instrum. Method. Data Syst., 10, 141–151, https://doi.org/10.5194/gi-10-141-2021, 2021. a
Zonge International: Specifications for the GDP 24-bit Integrated Multi-Function Receiver [Technical manual], http://zonge.com/instruments-home/instruments/receivers/ (last access: 7 December 2021), 2014. a
- Abstract
- Introduction
- Overall Design of the CSUMT-R System
- Embedded control system software design
- Construction of Control System Operation Network
- Ultra-wide band data transmission technology
- Upper-computer monitoring system software design
- Instrument tests
- Conclusions
- Code availability
- Data availability
- Author contributions
- Competing interests
- Disclaimer
- Acknowledgements
- Financial support
- Review statement
- References
- Abstract
- Introduction
- Overall Design of the CSUMT-R System
- Embedded control system software design
- Construction of Control System Operation Network
- Ultra-wide band data transmission technology
- Upper-computer monitoring system software design
- Instrument tests
- Conclusions
- Code availability
- Data availability
- Author contributions
- Competing interests
- Disclaimer
- Acknowledgements
- Financial support
- Review statement
- References