• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 337
  • 146
  • 56
  • 46
  • 29
  • 14
  • 12
  • 10
  • 10
  • 10
  • 10
  • 10
  • 10
  • 10
  • 8
  • Tagged with
  • 802
  • 123
  • 82
  • 68
  • 61
  • 57
  • 56
  • 52
  • 49
  • 48
  • 46
  • 43
  • 36
  • 35
  • 35
  • 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.
201

Laboratorní mikrokontrolérový systém FEKTis / Laboraotry micronoctroller system FEKTis

Koleček, Tomáš January 2019 (has links)
This thesis deals with design and implementation of laboratory microcontroller system, based on ARM architecture. Purpose of this thesis is to teach programming. This system allows the user to work with the internal and external peripherals of the microcontroller, which are equipped with the system. This thesis includes creating a concept its peripheral solution and realization itself. A suitable development environment is determined for the system and the thesis includes sample solutions for the proposed tasks.
202

Návrh trajektorie koncového bodu robotického ramene metodou virtuálních bodů / Design of the endpoint trajectory of the robotic arm using the virtual point method

Bubeník, Ľubomír January 2019 (has links)
The diploma thesis deals with a new approach to create a robotic arm trajectory. The first part descibes existing methods of trajectory planning. The second part shows virtual point method, implementation of the trajectory planning into the web environment and trajectory generation. Third part descibes the virtual robot model and designed comunnication protocols. The fourth part shows grafical user interface and his posibilities. The last part presents implemention of web aplication into industrial visualization.
203

Compacting Loads and Stores for Code Size Reduction

Asay, Isaac 01 March 2014 (has links)
It is important for compilers to generate executable code that is as small as possible, particularly when generating code for embedded systems. One method of reducing code size is to use instruction set architectures (ISAs) that support combining multiple operations into single operations. The ARM ISA allows for combining multiple memory operations to contiguous memory addresses into a single operation. The LLVM compiler contains a specific memory optimization to perform this combining of memory operations, called ARMLoadStoreOpt. This optimization, however, relies on another optimization (ARMPreAllocLoadStoreOpt) to move eligible memory operations into proximity in order to perform properly. This mover optimization occurs before register allocation, while ARMLoadStoreOpt occurs after register allocation. This thesis implements a similar mover optimization (called MagnetPass) after register allocation is performed, and compares this implementation with the existing optimization. While in most cases the two optimizations provide comparable results, our implementation in its current state requires some improvements before it will be a viable alternative to the existing optimization. Specifically, the algorithm will need to be modified to reduce computational complexity, and our implementation will need to take care not to interfere with other LLVM optimizations.
204

Zabezpečovací modul pro reklamní robot FEKT VUT v Brně / Safety module for promotional robot of FEEC BUT

Španihel, Pavol January 2012 (has links)
The aim of this work is to design a safety module for promotional robot FEEC BUT robot, which is based on evaluation kit RDK-IDM-SBC. The security module allows authorized persons control different parts of the robot (monitors, computers and subsystems included in the robot).
205

Využítí ARM GCC vývojového řetězce / Utilization of ARM GCC toolchain

Ledvina, Jan January 2012 (has links)
The subject of this thesis is to study the existing development toolchain for the microprocessor LPC23xx in course MPOA. Main goal is to explore the feasibility of new development toolchain, based on the GCC. The outcomes of this thesis are demo applications with the microprocessor LPC2378 and the GCC. Parts of the outputs are also tutorials for the students, how to implement these demo applications. The demos include basic applications, RTOS and Ethernet
206

Centrální řidicí systém inteligentního domu / Central control system of the smart house

Novotný, Jan January 2013 (has links)
The work deals with building controlling system. It can be divided into three parts. First part describe general theory of smart houses. Second part analysing the task. Last part is realization about.
207

Článkové roboty / Link robots

Kolaja, Radim January 2011 (has links)
This thesis deals with articulated robots for special applications for confined spaces. Introduction work includes the distribution and development in the field of handling technology. It also deals with the handlers chain structure. Following the described types of articulated robot kinematic model was developed and subsequently implemented the 3D design in SolidWorks. The conclusion is drawn visualizations made-handling arm.
208

Vzdálené ladění procesorů ARM za použití průmyslové sběrnice. / ARM Remote debugging over industrial bus.

Skalický, Jakub January 2016 (has links)
This semestral thesis is concerned on facilities of using DebugMonitor exception for debugging software which run on ARM Cortex-M4. The comunnication between debugged software and debugging master is implemented via CAN bus. The result is support for debugging without special debugging equipment. For support of this type of debug this thesis implemented code library called SDebug. It's managing parts of Cortex-M4 core, which are userd for debug.
209

Implementace protokolu EtherCAT pro procesor ARM / EtherCAT stack implementation based on ARM architecture

Prítel, Pavol January 2016 (has links)
The aim of this report is introduction and implementation of EtherCAT protocol on Texas Instruments AM437x microcontroller. The primary goal is to implement EtherCAT communication with slave device. The EtherCAT configurable digital output module is implemented as example application.
210

Výukový KIT pro platformu MBED / Educational KIT for MBED platform

Maštálka, Daniel January 2016 (has links)
Thesis is about new educational kit based on Nucleo platform, which uses mbed developer compiler. Educational kit is being designed with peripherals which are warranted. Also mbed compiler is descibed and manual is written for it. In last chapter there are five slideshows made for lectures. And five exercises which are realized by students in classroom.

Page generated in 0.0415 seconds