| Literature DB >> 30781523 |
Tobias Mitterer1, Harald Gietler2, Lisa-Marie Faller3, Hubert Zangl4.
Abstract
Magnetic sensors provide an advantageous alternative localization method, primarily focusing on localization in surroundings where GPS, other radio frequency-based, as well as optical localization do not work or has severe limitations. Suitable for distances in the meter range, such magnetic localization may in particular be useful as artificial landmarks, e.g., for automatic drift correction. To easily use such artificial landmarks, we propose an integration process based on Transducer Electronic Data Sheets. With this approach, the landmarks can be used by passing autonomous vehicles, e.g., UAVs, for re-orientation and re-calibration. During this process, all necessary information such as data formats, reference coordinates, calibration data, provider of the landmark etc. is made known to the vehicle passing by. Based on the provided so-called meta-information, the vehicle itself can decide whether and how to use the provided sensory information. To provide a certain level of trust in the landmarks and their provided information, the corresponding data sheets are certified using a digital signature.Entities:
Keywords: magnetic sensor; sensor authentication; sensor calibration; wireless sensor network
Year: 2019 PMID: 30781523 PMCID: PMC6412297 DOI: 10.3390/s19040813
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1Left is the schematic of the mobile system equipped with a smaller coil setup. Right is the artificial landmark station with a static pose and holds a larger coil system. On the side of the landmark, the coil system is connected to an SDR platform for further signal processing.
Figure 2Laboratory prototype of the magnetic sensor. The software defined radio (USRP X310) with a custom daughter board and the receiver coils represent the artficial landmark. Only the smaller transmitter coils need to be on the UAV and the exciatation signals can easily be generated using the controller of the UAV or an additional small microcontroller such as the Texas Instruments MSP430. The equipment is sourced from the institute of the authors, in Klagenfurt, Austria.
Figure 3Experimental results for a simulation of UAV flight with drift and drift correction through artificial landmark.
Figure 4Flow graph of landmark deployment and security process.
IEEE 1451.0 security TEDS definition.
| Bit# | Field | Description | Type | #Octets |
|---|---|---|---|---|
| - | Length | UInt32 | 4 | |
| 0–2 | - | Reserved | - | - |
| 3 | TEDSID | TEDS identification header | UInt8 | 4 |
| 4 | LastModified | Date when Signature was last changed | TimeInstance | 8 |
| 5 | Signature | Signature calculated over TEDS | UInt8 | NOTE 1 |
| 6 | OwnerPK | Public key of Landmark owner | UInt8 | NOTE 2 |
| 7 | SignaturePK | Signature calculated over Public key | UInt8 | NOTE 2 |
| 8 | UsedEncAlg | Encryption Algorithm used | UInt8 | 1 |
| 9 | UsedHashAlg | Hashing Algorithm used | UInt8 | 1 |
| - | Checksum | UInt16 | 4 | |
| NOTE 1—depends on length of TEDS | ||||
| NOTE 2—depends on the used algorithms | ||||
IEEE 1451.0 security TEDS used encryption algorithm enumeration.
| Bit# | Algorithm | Description |
|---|---|---|
| 0 | RSA | Rivest, Shamir and Adleman |
| 1 | DSA | Digital Signature Algorithm |
| 2 | ECDSA | Elliptic Curve Digital Signature Algorithm |
| 3 | ElGamal | ElGamal Signature Scheme |
| 4–128 | Manufacturer reserved | |
| 129–255 | Reserved |
IEEE 1451.0 security TEDS used hashing algorithm enumeration.
| Bit# | Algorithm | Description |
|---|---|---|
| 0 | MD5 | Message Digest Algorithm 5 |
| 1 | SHA-256 | Secure Hash Algorithm 2-256 |
| 2 | SHA-512 | Secure Hash Algorithm 2-512 |
| 3–128 | Manufacturer reserved | |
| 129–255 | Reserved |
Figure 5Flow graph of landmark verification process.