• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 2
  • 1
  • 1
  • Tagged with
  • 4
  • 4
  • 2
  • 2
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Implementering av felpredikteringoch frekvenshopp i ett 2,4 GHzradiosystem

Brännlund, Stig January 2008 (has links)
Maxicap AB är ett företag som utvecklar och tillverkar elektronisk utrustning för bland annat olika mätuppgifter. Målet med detta examensjobb var att undersöka och implementera en stabil trådlös dataöverföringsmetod med den utrustning som Maxicap ville använda. Detta skulle åstadkommas/testas genom att sända temperatursensorvärden trådlöst med Nordic Semiconductor’ssändtagare (eng. transceiver) styrda av Atmel’s mikrokontrollers. Arbetet fokuserade på att få till denna stabila trådlösa överföring genom att implementera frekvenshoppning och datapaketskontroll på datatrafiken inom det fria 2,4 GHz ISM-bandet. All den C-kod som utvecklades i detta arbete är skriven för att vara lättanpassad till flera olika modeller av mikrokontrollers inom Atmel’s produktserie samt att kunna användas till andra liknande projekt. Koden är väldokumenterad med kommentarer vid varje funktionsblock som beskriver vad funktionerna gör och hur de skall användas. Arbetet resulterade i två fungerande prototyper. En enhet känner av temperaturen i luften och skickar sedan detta temperaturvärde trådlöst till enhet nummer två. Detta värde samt några inställningsvärden för mottagaren visas sedan på den enhetens display.
2

IO-Link Wireless : Industrial communication protocol

von Hacht, Wilhelm, Solid, Viktor January 2022 (has links)
This thesis investigates two aspects of the protocol IO-Link Wireless (IOL-W), a wireless derivative of the widely established network protocol for industry automation IO-Link (IOL). There is an increasing interest in using wireless solutions within the automation industry. The IOL-W protocol is developed to meet the needs of a wireless protocol that can meet the stringent reliability requirements of industrial applications. The first investigated aspect is whether it is feasible to port existing IOL stacks to IOL-W. The second aspect investigates the possibility to establish IOL-W communication using a generic hardware board supporting Bluetooth Low Energy (BLE) and IEEE 802.15.4, specifically the nRF architecture manufactured by Nordic Semiconductor. The properties and mechanisms of the physical layer of IOL-W are thoroughly researched. Afterward, two open-source IOL stacks are examined as potential candidates for protocol porting. From that examination, the main conclusion is that for a commercial project, it is more feasible to invest in a native IOL-W stack. Porting an IOL stack to IOL-W would be immensely time-consuming since it is not enough only to replace the code responsible for handling the physical layer. One would also need to modify the system management module embedded within every hardware layer. Lastly, the nRF hardware is examined, focusing on its radio capabilities. Several problems arose with the radio configuration and the CRC capability of the nRF boards from the subsequent investigation and experiments; therefore, it is concluded that this particular hardware is inappropriate for implementing IOL-W. / Den här uppsatsen granskar två aspekter av protokollet IO-Link Wireless (IOL-W), en trådlös version av det etablerade protokollet IO-Link (IOL). Det finns ett ökat intresse för trådlösa lösningar i Automationsindustrin och IOL-W protokollet är utvecklat för att bemöta det ökade behovet av pålitlig trådlös industriell kommunikation. Den första aspekten granskar huruvida det är möjligt att konvertera en IOL stack till en IOL-W stack. Den andra aspekten utreder om det är möjligt att etablera IOL-W kommunikation med hårdvara designad för Bluetooth Low Energy (BLE) och IEEE 802.15.4, mer specifikt, nRF arkitekturen tillverkad av Nordic Semiconductor. Egenskaperna och mekanismerna av "physical layer" av IOL-W är grundligt undersökt. Två IOL stackar har granskats och det har undersökts huruvida det med rimlig arbetsinsats går att konvertera någon av dem till IOL-W stackar. Undersökningen kommer att huvudsakligen konstatera att, för ett kommersiellt projekt är det bästa alternativet att investera i en färdig IOL-W stack. Att konvertera en IOL stack till en IOL-W stack är en tidskonsumerande uppgift och kräver grundlig kännedom i både IOL och IOL-W, att ersätta dom nedre lagren av en IOL stack är inte en rekommenderad lösning, eftersom System management modulen kommer att behövas modifieras, då den är inbyggd i varje lager av abstraktions modellen. Till sist, kommer nRF hårdvaran att examineras, fokus kommer att ligga på radions förmåga och kompabilitet. Under projektet gång dök ett flertal problem upp med radio konfigurationen samt CRC förmågan, detta kommer att presenteras med flertalet granskningar och experiment. Slutsatsen av undersökningen blir att nRF hårdvaran inte är lämplig att använda som bas för en implementation av IOL-W.
3

Bezdrátový přenos signálu rozhraní DMX512 / Wireless Signal Transmission of DMX512 Interface

Polóni, Pavol January 2009 (has links)
Master's thesis deals with design and implementation of a system for wireless transmission of DMX signal 512, which is primarily designed for the management of lighting effects. Its electrical specification is based on the EIA485 standard. Text of the work describes the design stage. First is the issue of implied actual protocol DMX 512 or EIA485. Next sign on selecting a suitable architecture for wireless transmission, management and compilation of the block diagrams. Describes the operation of the component selection and circuit implementation of the scheme, which is using the DPS Eagle compiled. In conclusion, this work is to evaluate the results of the proposed system and showing the way to its further development so that it can be realistically implemented in practice.
4

An analysis of the effect of compression on FOTA through BLE

Arab, Mohammed Yazan, Arnoldsson, Markus January 2022 (has links)
This paper studies the effects of the Firmware Over-The-Air update process done through Bluetooth Low Energy using a compression-based update solution compared to a non-compressed update solution.   The method that is used in this study is an experimental method using a Nordic semiconductor board as an IoT device. To this, a firmware was sent Over-The-Air and energy consumption along with time was measured using a measuring tool. The firmware was sent compressed and uncompressed. The compression algorithm that was used in the experiment was LZ4. Different sizes of firmware were tested and decompressed through the update process, and by using the measuring tool, the time taken, and average current were measured to get the results of the study.    The result of this study is that time taken increases as firmware gets larger on both compressed and non-compressed firmware, and the increase in firmware file sizes had no effect on the average current. At the same time, including decompression into the FOTA solution increases the average current and time taken, which led to the conclusion that a compressed FOTA update has a higher total time and average current on the hardware setup tested on. It was also concluded that an embedded system with a faster processor, in conjunction with a higher compression ratio, would be needed to reach a threshold value where a compression based FOTA process is preferable.

Page generated in 0.055 seconds