508 results on '"atmega"'
Search Results
2. Implementation of Smart Mobile Health Application for COVID-19 Pandemic
- Author
-
Akshath, M. J., Sudha, M. B., Sahana, Y. S., Spurthi, S., Sahana, S., Angrisani, Leopoldo, Series Editor, Arteaga, Marco, Series Editor, Chakraborty, Samarjit, Series Editor, Chen, Jiming, Series Editor, Chen, Shanben, Series Editor, Chen, Tan Kay, Series Editor, Dillmann, Rüdiger, Series Editor, Duan, Haibin, Series Editor, Ferrari, Gianluigi, Series Editor, Ferre, Manuel, Series Editor, Jabbari, Faryar, Series Editor, Jia, Limin, Series Editor, Kacprzyk, Janusz, Series Editor, Khamis, Alaa, Series Editor, Kroeger, Torsten, Series Editor, Li, Yong, Series Editor, Liang, Qilian, Series Editor, Martín, Ferran, Series Editor, Ming, Tan Cher, Series Editor, Minker, Wolfgang, Series Editor, Misra, Pradeep, Series Editor, Mukhopadhyay, Subhas, Series Editor, Ning, Cun-Zheng, Series Editor, Nishida, Toyoaki, Series Editor, Oneto, Luca, Series Editor, Panigrahi, Bijaya Ketan, Series Editor, Pascucci, Federica, Series Editor, Qin, Yong, Series Editor, Seng, Gan Woon, Series Editor, Speidel, Joachim, Series Editor, Veiga, Germano, Series Editor, Wu, Haitao, Series Editor, Zamboni, Walter, Series Editor, Zhang, Junjie James, Series Editor, Tan, Kay Chen, Series Editor, Gunjan, Vinit Kumar, editor, Kumar, Amit, editor, Zurada, Jacek M., editor, and Singh, Sri Niwas, editor
- Published
- 2024
- Full Text
- View/download PDF
3. Intelligent Monitoring System Based on ATmega Microcontrollers in Healthcare with Stress Reduce Effect
- Author
-
Abdiakhmetova, Z., Temirbekova, Zh., Turken, G., Battineni, Gopi, editor, Mittal, Mamta, editor, and Chintalapudi, Nalini, editor
- Published
- 2023
- Full Text
- View/download PDF
4. Design and Fabrication of Vehicle Rollover Prevention by Counter Steering Mechanism
- Author
-
Deepankumar, S., Jegadheesan, C., Sathiskumar, S., Boopalan, N., Praveenkumar, N., Arulkumar, S., Cavas-Martínez, Francisco, Editorial Board Member, Chaari, Fakher, Series Editor, di Mare, Francesca, Editorial Board Member, Gherardini, Francesco, Series Editor, Haddar, Mohamed, Editorial Board Member, Ivanov, Vitalii, Series Editor, Kwon, Young W., Editorial Board Member, Trojanowska, Justyna, Editorial Board Member, Deepak, B.B.V.L., editor, Bahubalendruni, M.V.A. Raju, editor, Parhi, D.R.K., editor, and Biswal, Bibhuti Bhusan, editor
- Published
- 2023
- Full Text
- View/download PDF
5. IOT Sensor-Based Smart Agriculture Using Agro-robot
- Author
-
Patil, Dinesh Dattatray, Singh, Ashutosh Kumar, Shrivastava, Anurag, Bairagi, Devendra, Chlamtac, Imrich, Series Editor, Sindhwani, Nidhi, editor, Anand, Rohit, editor, Niranjanamurthy, M, editor, Chander Verma, Dinesh, editor, and Valentina, Emilia Balas, editor
- Published
- 2023
- Full Text
- View/download PDF
6. PKM Pelatihan Pembuatan Alat Ukur Pendeteksi Suhu Air Berbasis Atmega 328 Pada Kelompok Tani Rumput Laut Lampuara
- Author
-
Baso Ali and Muhammad Naim
- Subjects
alat ukur ,suhu ,Atmega ,Social Sciences - Abstract
Pengabdian Kepada Masyarakat ini dilakukan pada kelompok tani rumput laut dalam hal ini “Tanete Tani” yang ada di Desa Lampuara Kecamatan Ponrang Selatan Kabupaten Luwu. Kelompok tani ini beranggotakan 9 orang dan memiliki permasalahan yakni Kualitas air tambak yang tidak stabil. Penyebabnya yakni tingginya intensitas hujan belakangan ini membuat suhu air berubah-ubah mengakibatkan turunnya produksi rumput laut. Solusi permasalahan yang ini yakni melakukan workshop pelatihan pembuatan alat ukur pendeteksi suhu air berbasis Atmega 328. Metode dalam pelaksanaan PkM ini sifatnya partisipatori, dimaksudkan agar tim pengusul bersama mitra terlibat secara proaktif dalam setiap kegiatan. Hasil yang diperoleh mitra yakni berupa alat pendeteksi suhu berbasis Atmega 328 untuk masing-masing peserta. Adapun manfaat yang diperoleh mitra yakni adanya peningkatan keterampil peserta menggunakan alat ukur pendeteksi suhu air tambak dan terampil melakukan maintenance alat. Berdasalkan hasil evaluasi kegiatan PkM, seluruh peserta sangat setuju dengan adanya kegiatan ini karena betul-betul memberikan pengetahuan juga memperoleh alat pendeteksi suhu yang bisa digunakan langsung oleh semua peserta.
- Published
- 2022
- Full Text
- View/download PDF
7. An Efficient Implementation of AES on 8-Bit AVR-Based Sensor Nodes
- Author
-
Kim, YoungBeom, Seo, Seog Chung, Goos, Gerhard, Founding Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Woeginger, Gerhard, Editorial Board Member, Yung, Moti, Editorial Board Member, and You, Ilsun, editor
- Published
- 2020
- Full Text
- View/download PDF
8. Efficient Implementation of AES and CTR_DRBG on 8-Bit AVR-Based Sensor Nodes
- Author
-
Youngbeom Kim and Seog Chung Seo
- Subjects
AES ,software optimization ,ATmega ,embedded MCUs ,wireless sensor networks ,sensor device ,Electrical engineering. Electronics. Nuclear engineering ,TK1-9971 - Abstract
Since Rijndael algorithm was selected as the Advanced Encryption Standard (AES) by NIST, optimization research for the AES has been actively conducted on various IoT-based processors. In an 8-bit AVR environment, LIGHT version of Fast AES CTR-mode Encryption (FACE-LIGHT) was proposed at ICISC'2019 conference. However, in a Wireless Sensor Network environment, where sessions are frequently changed, FACE-LIGHT seems not efficient in terms of available memory and generating a pre-computation table. In this article, we present a new column-wise fashion implementation. Unlike previous best AES implementations, our proposed implementation in an 8-bit AVR microcontroller combines SubBytes, ShiftRows, and MixColums operations and optimizes the operation speed through efficient register scheduling. Our constant-time implementation uses a significantly less table than FACE-LIGHT in an 8-bit AVR microcontroller, achieving 2,251, 2,706, and 3,160 clock cycles when encrypting 128-bit data for each of three security levels. In particular, our 256-bit security level AES implementation is the fastest AES implementation as far as we know in 8-bit AVR microcontroller. Finally, we apply our implementation in CounTeR-mode_Deterministic Random Bit Generator (CTR_DRBG), one of the upper algorithms of a symmetric-key algorithm, to prove the generality of our optimization technology in various operating modes of AES.
- Published
- 2021
- Full Text
- View/download PDF
9. Development of ATmega 328P micro-controller emulator for educational purposes
- Author
-
Šipoš Michal and Šimoňák Slavomír
- Subjects
emustudio ,emulation ,atmega ,arduino ,68u20 ,68m01 ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
The paper presents some of our recent results in the field of computer emulation for supporting and enhancing the educational processes. The ATmega 328P micro-controller emulator has been developed as a set of emuStudio emulation platform extension modules (plug-ins). The platform is used at the Department of Computers and Informatics as a studying and teaching support tool. Within the Assembler course, currently, the Intel 8080 architecture and language is briefly described as a preliminary preparation material for the study of Intel x86 architecture, and the Intel 8080 emuStudio emulator module is used here. The aim of this work is to explore the possibility to enrich the course by introducing a more up-to-date and relevant technology and the ATmega is the heart of Arduino – a popular hardware and software prototyping platform. We consider the options to make the process of studying the assembly language principles more attractive for students and using the ATmega AVR architecture, which is broadly deployed in embedded systems, seems to be one of them.
- Published
- 2020
- Full Text
- View/download PDF
10. SOS Emergency Ad Hoc Wireless Network
- Author
-
Santhi, S., Udayakumar, E., Gowthaman, T., Chlamtac, Imrich, Series Editor, Anandakumar, H., editor, Arulmurugan, R., editor, and Onn, Chow Chee, editor
- Published
- 2019
- Full Text
- View/download PDF
11. Implementation Of Smart Home Automation In Android Application.
- Author
-
Maheswari, K. Bala, Banu, M. R. Faridha, Lavenya, D., and Banu, M. R. Saira
- Subjects
SMART homes ,HOME automation ,ELECTRIC shock ,MICROCONTROLLERS ,HUMAN beings ,REMOTE control ,HOME wireless technology - Abstract
In this project we will design a easiest Technology to ON and OFF varies types of electrical load.it is done by using android application and Arduino UNO ATMEGA microcontroller. The main objective of my system is to control the electrical appliances via remote. Remote controlled home automation gives a better solution with android application technology. It is an electric shock prevent technology for human being. Remote operation is done by any Smart-phone/Tablet etc. In industrial automationview, the technology is applied to large machines or robots it will create a better change in efficiency in terms of Production, energy and time. this system is simple, cheaper and efficient one. [ABSTRACT FROM AUTHOR]
- Published
- 2021
12. Nanofocused X-Ray Beam to Reprogram Secure Circuits
- Author
-
Anceau, Stéphanie, Bleuet, Pierre, Clédière, Jessy, Maingault, Laurent, Rainard, Jean-luc, Tucoulou, Rémi, Hutchison, David, Series editor, Kanade, Takeo, Series editor, Kittler, Josef, Series editor, Kleinberg, Jon M., Series editor, Mattern, Friedemann, Series editor, Mitchell, John C., Series editor, Naor, Moni, Series editor, Pandu Rangan, C., Series editor, Steffen, Bernhard, Series editor, Terzopoulos, Demetri, Series editor, Tygar, Doug, Series editor, Weikum, Gerhard, Series editor, Fischer, Wieland, editor, and Homma, Naofumi, editor
- Published
- 2017
- Full Text
- View/download PDF
13. Design of Smart and Intelligent Power Saving System for Indian Universities
- Author
-
Lakra, Monika, Kiran, Kappala Vinod, Chinara, Suchismita, Howlett, Robert James, Series editor, Jain, Lakhmi C., Series editor, Satapathy, Suresh Chandra, editor, and Das, Swagatam, editor
- Published
- 2016
- Full Text
- View/download PDF
14. Logic Probe
- Author
-
Strickland, James R. and Strickland, James R.
- Published
- 2016
- Full Text
- View/download PDF
15. Design and Construction of a Startup System for Learning to Program Microcontrollers
- Author
-
Emilian Świtalski and Dorota Rabczuk
- Subjects
AVR ,Atmega ,Atmel ,microprocessor ,devboard ,eagle ,Naval architecture. Shipbuilding. Marine engineering ,VM1-989 ,Technology - Abstract
The article presents the design and execution of a startup system based on an Atmel AVR microcontroller. Due to its intended educational use, the system was equipped with a large number of peripherals connected to various microcontroller outputs using pin-cables. The diagram and PCB design feature an ergonomic layout of the microcontroller outputs and peripherals, to ensure clarity of connection. Libraries and examples were written in the C programming language, the code was compiled using Atmel Studio 7 software – the official Atmel programming environment. The startup system provides optimum conditions for learning related to microprocessor technology in the laboratory.
- Published
- 2019
- Full Text
- View/download PDF
16. THE STUDY OF ARDUINO UNO FEASIBILITY FOR DAQ PURPOSES.
- Author
-
BARAŃSKI, Robert, GALEWSKI, Marek A., and NITKIEWICZ, Szymon
- Subjects
- *
TIME-frequency analysis , *DATA transmission systems , *MICROCONTROLLERS - Abstract
Using microcontroller systems becomes a routine in various measurement and control tasks. Their wide availability together with a huge potential of extending their functionality by additional modules allows developing advanced measuring and monitoring systems by non-specialists. However, using popular example codes often leads the user to pass over or not to be aware of the limitations of the system and drawing too farreaching conclusions on the basis of incorrectly performed measurements This paper deals with the problem of choosing the right method for performing measurements using an acquisition system based on the budget Arduino UNO solution. The main assumption was to use the standard, widely available Arduino libraries. The work focuses on the scenario when data should be subject to time and frequency analysis in the later processing. The operating limits of the device were also determined depending on the data transmission method used. [ABSTRACT FROM AUTHOR]
- Published
- 2019
- Full Text
- View/download PDF
17. IMPLEMENTASI ALGORITMA ELGAMAL DALAM SISTEM LOCK BRANKAS BERBASIS MIKROKONTROLER ATMEGA16 DAN SMARTPHONE ANDROID
- Author
-
Muhammad Rofiq and Bambang Tri Wahjo Utomo
- Subjects
elgamal ,android ,atmega ,brankas ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
Most of Safes lock system is still using conventional methods nowadays. The conventional method leads to the safes’ burglary. Some of the causes are the safes’ code that can be tracked easily and the key can be duplicated. Previous research on safes’ security has ever been done. The weakness of the study is there is no security system using cryptographic algorithms for data security. The development of a safes security system by implementing ElGamal algorithms is done by following the engineering approach with the stages of methods analysis and design system, implementation and testing of the analysis and the discussion of the overall system. In the analysis and design of mathematical models using ElGamal algorithms, uses fast powering theorems and applications design uses Object Oriented Programming. In the analysis of hardware refers to the datasheet and calculation of the value of electrical characteristics of the circuit. In the safes lock system, the outcome of the research is a safes prototype which is equipped with enhancements that include a series of processing algorithms, the data viewer, a wireless data transfer device, the Android smartphone as a system of user authorization. For the lock safes systems is using a locked solenoid. The control system is done by a lock safes android smartphone via Bluetooth communication. The test results also indicate the system will open the safes if the code and the public key is entered correctly, and the system will not open if one of the codes or the public-keys are wrong or both are wrong.
- Published
- 2016
- Full Text
- View/download PDF
18. A Lightweight ATmega-Based Application-Specific Instruction-Set Processor for Elliptic Curve Cryptography
- Author
-
Wenger, Erich, Hutchison, David, editor, Kanade, Takeo, editor, Kittler, Josef, editor, Kleinberg, Jon M., editor, Mattern, Friedemann, editor, Mitchell, John C., editor, Naor, Moni, editor, Nierstrasz, Oscar, editor, Pandu Rangan, C., editor, Steffen, Bernhard, editor, Sudan, Madhu, editor, Terzopoulos, Demetri, editor, Tygar, Doug, editor, Vardi, Moshe Y., editor, Weikum, Gerhard, editor, Avoine, Gildas, editor, and Kara, Orhun, editor
- Published
- 2013
- Full Text
- View/download PDF
19. NaCl on 8-Bit AVR Microcontrollers
- Author
-
Hutter, Michael, Schwabe, Peter, Hutchison, David, editor, Kanade, Takeo, editor, Kittler, Josef, editor, Kleinberg, Jon M., editor, Mattern, Friedemann, editor, Mitchell, John C., editor, Naor, Moni, editor, Nierstrasz, Oscar, editor, Pandu Rangan, C., editor, Steffen, Bernhard, editor, Sudan, Madhu, editor, Terzopoulos, Demetri, editor, Tygar, Doug, editor, Vardi, Moshe Y., editor, Weikum, Gerhard, editor, Youssef, Amr, editor, Nitaj, Abderrahmane, editor, and Hassanien, Aboul Ella, editor
- Published
- 2013
- Full Text
- View/download PDF
20. 8/16/32 Shades of Elliptic Curve Cryptography on Embedded Processors
- Author
-
Wenger, Erich, Unterluggauer, Thomas, Werner, Mario, Hutchison, David, editor, Kanade, Takeo, editor, Kittler, Josef, editor, Kleinberg, Jon M., editor, Mattern, Friedemann, editor, Mitchell, John C., editor, Naor, Moni, editor, Nierstrasz, Oscar, editor, Pandu Rangan, C., editor, Steffen, Bernhard, editor, Sudan, Madhu, editor, Terzopoulos, Demetri, editor, Tygar, Doug, editor, Vardi, Moshe Y., editor, Weikum, Gerhard, editor, Paul, Goutam, editor, and Vaudenay, Serge, editor
- Published
- 2013
- Full Text
- View/download PDF
21. Pembuatan Alat Pemberi Pakan Ikan Dan Pengontrol PH Otomatis
- Author
-
Bearly Ananta Firdaus, Rinta Kridalukmana, and Eko Didik Widianto
- Subjects
ATMega ,PH ,Otomatis ,Pakan ikan ,Electronic computers. Computer science ,QA75.5-76.95 - Abstract
Di dunia yang semakin pesat perkembangannya, proses otomasisasi sudah menjadi hal yang umum. Otomatisasi sering digunakan untuk menghemat tenaga dan untuk pengurangan tingkat kesalahan yang disebabkan oleh manusia. Begitu juga halnya dalam kasus pada kolam ikan yang tidak setiap waktu dapat kita tinjau dari segi perawatan kolam dan pemberian pakan. masalah seperti ini dapat merugikan peternak ataupun penggemar ikan yang sibuk dan tidak mempunyai waktu untuk perawatan kolam. Dalam proses pelaksanaannya, hampir semua pemberian pakan ikan masih diisi secara manual, begitu halnya dengan pengontrolan kadar PH yang dilakukan dengan takaran yang tidak sesuai. Sehingga perlu adanya pembuatan alat pemberi pakan ikan dan pengtrol PH secara otomatis. Pembuatan alat ini, bertujuan untuk mempermudah pemilik ikan dalam melakukan pemberian pakan, serta membantu dalam pengontrolan PH kolam. Alat ini juga dilengkapi dengan LCD yang menunjukkan setiap beberapa jam akan dilakukan pemberian pakan dan index PH kolam saat ini.
- Published
- 2016
- Full Text
- View/download PDF
22. Senzor pro měření rychlosti proudění plynů
- Author
-
Havlíček, Libor, Svoboda, Filip, Havlíček, Libor, and Svoboda, Filip
- Abstract
Cílem této práce je vytvořit průtokový anemometr pro měření proudění vzduchu, následného měření a zobrazení na displeji či použití jiné datové metody. V této práci je vypracován funkční model se zobrazením dané hodnoty., The aim of this thesis is to create a flow anemometer for measuring air flow, subsequent measurement and display on the screen or using another data method. In this thesis a functional model with display of the given value is developed., Fakulta elektrotechniky a informatiky, Celková koncepce řešení bakalářské práce je založena především na návrhu a řešení elektronického zařízení. Elektronické moduly, využité v konstrukčním řešení zařízení jsou kombinací komerčně vyráběných modulů, společně s modulem snímače, který je realizován zapojením na univerzálním plošném spoji. Vlastním přínosem studenta je zejména návrh a realizace konstrukčního řešení zařízení s požadavkem na komplexní řešení zadaného cíle. Cíle bakalářské práce byly splněny., Dokončená práce s úspěšnou obhajobou
- Published
- 2022
23. Perancangan Sistem Portal Parkir Otomatis Dengan Counter Sebagai Penanda Lahan Parkir Berbasis Mikrokontroler ATMEGA 16
- Author
-
Kurniawan, Citra and Sukmana, Wahyu
- Subjects
mikrokontroller ,Engineering ,Electrical and Electronics ,Sistem Portal Parkit ,ATMEGA ,Electrical and Computer Engineering ,Parkir Otomatis - Abstract
Pertumbuhan kendaraan bermotor yang sedemikian pesat akhir-akhir ini menyebabkan kondisi yangtidak seimbang antara pertumbuhan kendaraan dengan lahan parkir yang tersedia, hal ini terlihat dengan semakin menyempitnya fasilitas tersebut khususnya di tempat-tempat umum seperti pasar, rumah sakit, pertokoan, perkantoran dan juga tempat-tempat pendidikan. Hal tersebut menimbulkan masalah dalam sistem transportasi suatu daerah, salah satunya menimbulkan kemacetan. Salah satu penyebab kemacetan adalah adanya permasalahan padapengelolaan lahan pakir. Photodioda yang digunakan sebagai sensor yang menjadi masukan sistem, sedangkan motor dan 7 segment sebagai keluaran sistem. Sensor photodioda dapat mengidentifikasi benda dengan menyesuaikan panjang dan tinggi benda tersebut. Ketika benda menghalangi seluruh photodioda maka sistem akan mengidentifikasi benda tersebut merupakan sebuah mobil yang kemudian akan membuka portal serta counting pada seven segment.Dari perancangan sistem ini, sistem dapat memberi informasi berupa jumlah lahan parkir yang masih dapatdipergunakan dan juga membuka portal secara otomatis dengan mengidentifikasi benda yang akan memasuki atau keluar dari lahan parkir.
- Published
- 2022
- Full Text
- View/download PDF
24. Development of ATmega 328P micro-controller emulator for educational purposes
- Author
-
Slavomír Šimoňák and Michal Šipoš
- Subjects
Thesaurus (information retrieval) ,Engineering drawing ,68m01 ,Computer science ,05 social sciences ,Geography, Planning and Development ,0211 other engineering and technologies ,050301 education ,emulation ,02 engineering and technology ,68u20 ,QA75.5-76.95 ,Microcontroller ,arduino ,Development (topology) ,Electronic computers. Computer science ,021105 building & construction ,emustudio ,0503 education ,atmega - Abstract
The paper presents some of our recent results in the field of computer emulation for supporting and enhancing the educational processes. The ATmega 328P micro-controller emulator has been developed as a set of emuStudio emulation platform extension modules (plug-ins). The platform is used at the Department of Computers and Informatics as a studying and teaching support tool. Within the Assembler course, currently, the Intel 8080 architecture and language is briefly described as a preliminary preparation material for the study of Intel x86 architecture, and the Intel 8080 emuStudio emulator module is used here. The aim of this work is to explore the possibility to enrich the course by introducing a more up-to-date and relevant technology and the ATmega is the heart of Arduino – a popular hardware and software prototyping platform. We consider the options to make the process of studying the assembly language principles more attractive for students and using the ATmega AVR architecture, which is broadly deployed in embedded systems, seems to be one of them.
- Published
- 2020
25. Multiprecision multiplication on AVR revisited.
- Author
-
Hutter, Michael and Schwabe, Peter
- Abstract
This paper presents new speed records for multiprecision multiplication on the AVR ATmega family of 8-bit microcontrollers. For example, our software takes only 1,969 cycles for the multiplication of two 160-bit integers; this is more than 15 % faster than that demonstrated in previous work. For 256-bit inputs, our software is not only the first to break through the 6,000-cycle barrier; with only 4,771 cycles it also breaks through the 5,000-cycle barrier and is more than 21 % faster than previous work. We achieve these speed records by carefully optimizing the Karatsuba multiplication technique for AVR ATmega. One might expect that subquadratic-complexity Karatsuba multiplication is only faster than algorithms with quadratic complexity for large inputs. This paper shows that it is in fact faster than fully unrolled product-scanning multiplication already for surprisingly small inputs, starting at 48 bits. Our results thus make Karatsuba multiplication the method of choice for high-performance implementations of elliptic-curve cryptography on AVR ATmega microcontrollers. [ABSTRACT FROM AUTHOR]
- Published
- 2015
- Full Text
- View/download PDF
26. ZigBee and ATmega32 based wireless digital control and monitoring system For LED lighting.
- Author
-
Thattai, Kuthsav, Manikanta, K Bala, Chhawchharia, Shiwangi, and Marimuthu, R.
- Abstract
As the world population grows, energy consumption is increasing, widening is the power deficiency. This creates more demand for energy efficient devices in the market. The lighting systems that are widely being used now do not employ any control energy utilization. In this paper we present wireless embedded control that can be used for both indoor lighting as well as outdoor lighting to switch on/off the lights and as well to reduce the light intensity of LED light which can reduce the power consumption effectively. This improves energy efficiency of the lighting system as well as provides a sophisticated control over the energy consumption of the system. [ABSTRACT FROM PUBLISHER]
- Published
- 2013
- Full Text
- View/download PDF
27. JAAVR: Introducing the Next Generation of Security-Enabled RFID Tags.
- Author
-
Wenger, Erich, Baier, Thomas, and Feichtner, Johannes
- Abstract
JAAVR stands for Just Another AVR, is a clone of the popular ATmega128 microprocessor, and is used as the core component of a security-enabled RFID tag. First, we evaluate different hardware designs using JAAVR to communicate via ISO 14443A. Second, we implement AES, Gr\ostl and Elliptic Curve Cryptography (ECC) and present several new runtime and low-memory records. Third, we add those assembly-optimized implementations to our RFID platform and investigate their impact in chip area and power consumption. Our designs are fully synthesizable as ASIC and FPGA and were tested using a discrete analog front-end and a standard RFID reader. [ABSTRACT FROM PUBLISHER]
- Published
- 2012
- Full Text
- View/download PDF
28. Development of a microprocessor-based overcurrent protection device supporting the IEC 61850 standard
- Subjects
Си (C) ,ÐнÑоÑмаÑионнÑе ÑÐµÑ Ð½Ð¾Ð»Ð¾Ð³Ð¸Ð¸ ,overcurrent protection ,микÑопÑоÑеÑÑоÑÐ½Ð°Ñ Ð·Ð°ÑиÑа ,макÑималÑÐ½Ð°Ñ ÑÐ¾ÐºÐ¾Ð²Ð°Ñ Ð·Ð°ÑиÑа ,arduino ,ÐлекÑÑиÑеÑкие ÑÐ¸Ð³Ð½Ð°Ð»Ñ ,microprocessor protection ,freertos ,ÐонÑÑоллеÑÑ Ð¿ÑогÑаммнÑе ,iec 61850 ,мÑк 61850 ,atmega ,Ð ÐµÐ»ÐµÐ¹Ð½Ð°Ñ Ð·Ð°ÑиÑа - Abstract
ЦелÑÑ Ð´Ð°Ð½Ð½Ð¾Ð¹ ÑабоÑÑ ÑвлÑеÑÑÑ ÑазÑабоÑка микÑопÑоÑеÑÑоÑного ÑÑÑÑойÑÑва Ñоковой Ñелейной заÑиÑÑ Ñ Ð¿Ð¾Ð´Ð´ÐµÑжкой ÑÑандаÑÑа ÐÐÐ 61850. ÐÐ»Ñ ÐµÑ Ð´Ð¾ÑÑÐ¸Ð¶ÐµÐ½Ð¸Ñ Ð¿Ð¾ÑÑÐ°Ð²Ð»ÐµÐ½Ñ ÑледÑÑÑие задаÑи: ÑазÑабоÑаÑÑ ÑÑÑÑойÑÑво макÑималÑной Ñоковой Ñелейной заÑиÑÑ Ð½Ð° базе плаÑÑоÑÐ¼Ñ Arduino Mega; пÑоизвеÑÑи анализ меÑодов поддеÑжки ÑÑандаÑÑа ÐÐÐ 61850, а Ñакже ÑаÑÑмоÑÑеÑÑ ÑпоÑÐ¾Ð±Ñ ÑеализаÑии даннÑÑ Ð¼ÐµÑодов; ÑазÑабоÑаÑÑ Ð¿ÑинÑипиалÑнÑÑ ÑÑ ÐµÐ¼Ñ Ð¼Ð¸ÐºÑопÑоÑеÑÑоÑного ÑÑÑÑойÑÑва и пÑогÑаммное обеÑпеÑение на ÑзÑке C/C++; ÑмоделиÑоваÑÑ ÑабоÑÑ ÑÑÑÑойÑÑва в пÑогÑамме Proteus 8.11; оÑениÑÑ ÑебеÑÑоимоÑÑÑ ÑÑÑÑойÑÑва; пÑоизвеÑÑи ÑеÑÑиÑование оÑновнÑÑ ÑÑнкÑий ÑÑÑÑойÑÑва. ÐÑи вÑбоÑе ÑлеменÑной Ð±Ð°Ð·Ñ Ð¼Ð¸ÐºÑопÑоÑеÑÑоÑного ÑÑÑÑойÑÑва бÑла задаÑа ÑеализоваÑÑ ÑÑнкÑионал заÑиÑÑ Ñ Ð¼Ð¸Ð½Ð¸Ð¼Ð°Ð»ÑнÑми ÑинанÑовÑми заÑÑаÑами. РазÑабоÑанное ÑеÑение ÑвлÑеÑÑÑ ÐºÐ¾Ð½ÐºÑÑенÑоÑпоÑобнÑм пÑедложением на ÑÑÑеÑÑвÑÑÑем ÑÑнке. ÐÑе поÑÑавленнÑе в данной ÑабоÑе задаÑи вÑполненÑ., The purpose of this work is to develop a microprocessor-based overcurrent relay protection device supporting the IEC 61850 standard. To achieve it, the following tasks are set: develop an overcurrent relay protection device based on the Arduino Mega platform; analyze the methods of supporting the IEC 61850 standard, as well as consider ways of implementing these methods; to develop a schematic diagram of a microprocessor device and software in C / C ++; simulate the operation of the device in the Proteus 8.11 program; estimate the cost of the device; test the basic functions of the device. When choosing the element base of the microprocessor device, the task was to implement the protection functionality with minimal financial costs. The developed solution is a competitive offer in the existing market. All tasks set in this work have been completed.
- Published
- 2021
- Full Text
- View/download PDF
29. Development of microprocessor protection for asynchronous electric motors
- Subjects
Си (C) ,ADC ,ÐлекÑÑиÑеÑкие ÑÐ¸Ð³Ð½Ð°Ð»Ñ ,ÐлекÑÑодвигаÑели аÑÐ¸Ð½Ñ ÑоннÑе ,ÐонÑÑоллеÑÑ Ð¿ÑогÑаммнÑе ,ÐикÑопÑоÑеÑÑоÑÑ ,ATmega ,ÐЦР,ÐÑÑиÑлиÑелÑнÑе маÑÐ¸Ð½Ñ ÑлекÑÑоннÑе пеÑÑоналÑнÑе ,Proteus ,Ð ÐµÐ»ÐµÐ¹Ð½Ð°Ñ Ð·Ð°ÑиÑа - Abstract
Рданной ÑабоÑе бÑл пÑоведен анализ ÑеÑийно вÑпÑÑкаемой пÑодÑкÑии и ÑÑоÑмиÑован ÑпиÑок Ð½ÐµÐ¾Ð±Ñ Ð¾Ð´Ð¸Ð¼ÑÑ ÑÑнкÑий. ÐзÑÑÐµÐ½Ñ Ð¼ÐµÑÐ¾Ð´Ñ ÑиÑÑовой обÑабоÑки Ñигналов и оÑÑÑеÑÑвлен вÑÐ±Ð¾Ñ Ð½Ð°Ð¸Ð±Ð¾Ð»ÐµÐµ ÑоÑного. СпÑоекÑиÑовано микÑопÑоÑеÑÑоÑное ÑÑÑÑойÑÑв на оÑнове микÑоконÑÑоллеÑов ÑемейÑÑва Atmel AVR-8 Ð±Ð¸Ñ Ð² пÑогÑаммном пакеÑе PROTEUS. РазÑабоÑано пÑогÑаммное обеÑпеÑение и вÑполнена ÑеализаÑÐ¸Ñ Ð°Ð»Ð³Ð¾ÑиÑмов заÑиÑÑ Ð½Ð° ÑзÑке С++. ÐÑоведена оÑенка ÑабоÑоÑпоÑобноÑÑи и бÑÑÑÑодейÑÑÐ²Ð¸Ñ Ð¿Ð¾Ð»ÑÑивÑегоÑÑ ÑÑÑÑойÑÑва., In this work, an analysis of commercially available products was carried out and a list of necessary functions was formed. Methods of digital signal processing have been studied and most accurate one was chosen. A microprocessor device based on microcontrollers of the Atmel AVR-8 bit family in the PROTEUS software package has been designed. The software was developed and the implementation of the protection algorithms in the C ++ language. The operability check and performance evaluation of the device were carried out.
- Published
- 2021
- Full Text
- View/download PDF
30. Система автоматичного керування параметрів мікроклімату в плодоовочевих сховищах
- Author
-
Терлецький, Олександр Володимирович
- Subjects
модуль керування ,621.37 ,microclimate control system ,microcontroller ,control module ,ATMega ,мікроконтролер ,система керування мікрокліматом ,модуль моніторингу ,monitoring module - Abstract
Оптимізація та покращення регулювання мікрокліматом у складських приміщеннях, де зберігаються овочі, фрукти та зернові, безперечно є доволі перспективною сферою наукових та інженерних розробок. У роботі показано огляд передової науково-технічної літератури та нових сучасних статей на тему оптимізації систем керування мікрокліматом на сучасній елементній базу. Було продемонстровано системи, що сьогодні використовуються, а також проаналізовано їхні переваги недоліки з метою ефективного виконання поставленого завдання. Проаналізовано останні дослідження у сфері аграрної промисловості, на базу яких створено список необхідних вимоги, які б забезпечили якісне збереження плодоовочевої продукції в сховищах. Відповідно до вимог підтримки показників мікроклімату, а також особливостей збереження овочів та фруктів, розроблено алгоритм найбільш ефективного керування системою регулювання параметрів мікроклімату складських приміщень. Продемонстрована передова елементна база, яку можна використати з метою забезпечення необхідних показників мікроклімату, отримання та подальшого аналізу показників повітряного середовища складського приміщення для зберігання плодоовочевої продукції, а також регулювання пристроями управління показниками мікроклімату. Усі ці кроки потрібні задля забезпечення найкращих показників мікроклімату складського приміщення, що дозволить зберігати сировину в належному стані протягом всього терміну придатності. Розроблено друковану плату, електричну принципову схему, складальне креслення електронного пристрою, а також конструкторську документацію на пристрій. Проаналізовано та продемонстровано технологію створення друкованої плати. Among the countries of Europe and the world, Ukraine occupies a prominent position in the production of many fruits and vegetables and grains. For this reason, the optimization and improvement of microclimate regulation in warehouses, where vegetables, fruits and grains are stored, is undoubtedly a very promising area of scientific and engineering development. The paper presents a review of advanced scientific and technical literature and new modern articles on the optimization of microclimate control systems on a modern element base. The systems used today were demonstrated, as well as their advantages and disadvantages were analyzed in order to effectively perform the task. The latest research in the field of agricultural industry was analyzed, on the basis of which a list of necessary requirements was created, which would ensure high-quality storage of fruit and vegetable products in storage. In accordance with the requirements of maintaining the indicators of the microclimate, as well as the peculiarities of the preservation of vegetables and fruits, an algorithm for the most effective control of the system of regulating the parameters of the microclimate of warehouses was developed. An advanced element base was demonstrated, which can be used to provide the necessary microclimate indicators, obtain and further analyze the air environment of the warehouse for storage of fruits and vegetables, as well as control devices to control the microclimate indicators. All these steps are necessary to ensure the best indicators of the microclimate of the warehouse, which will keep the raw materials in good condition throughout the shelf life. A printed circuit board, electrical circuit diagram, assembly drawing of the electronic device, as well as design documentation for the device were developed. The technology of PCB creation was analyzed and demonstrated.
- Published
- 2020
31. Remote-Controlled Cross-Countryfour-Wheeler
- Author
-
Kejzlar, Radim and Kejzlar, Radim
- Abstract
The thesis deals with a complete design of a remote controlled cross-country fourwheeler for FEEC BUT „Elektrikarium“. Vehicle can be controlled using the Android smart phone app. The vehicle uses a BLDC motor with a regulator and control unit in the form of a microcontroller from the AVR family. The thesis describes the selection of components and the actual solution of communication between the HC-05 module, application and microcontroller with regulator. Part of the thesis is also a practical demonstration of the model.
- Published
- 2020
32. Система автоматичного керування параметрів мікроклімату в плодоовочевих сховищах
- Author
-
Гайсін, Артем Фанісович and Гайсін, Артем Фанісович
- Abstract
Оптимізація та покращення регулювання мікрокліматом у складських приміщеннях, де зберігаються овочі, фрукти та зернові, безперечно є доволі перспективною сферою наукових та інженерних розробок. У роботі показано огляд передової науково-технічної літератури та нових сучасних статей на тему оптимізації систем керування мікрокліматом на сучасній елементній базу. Було продемонстровано системи, що сьогодні використовуються, а також проаналізовано їхні переваги недоліки з метою ефективного виконання поставленого завдання. Проаналізовано останні дослідження у сфері аграрної промисловості, на базу яких створено список необхідних вимоги, які б забезпечили якісне збереження плодоовочевої продукції в сховищах. Відповідно до вимог підтримки показників мікроклімату, а також особливостей збереження овочів та фруктів, розроблено алгоритм найбільш ефективного керування системою регулювання параметрів мікроклімату складських приміщень. Продемонстрована передова елементна база, яку можна використати з метою забезпечення необхідних показників мікроклімату, отримання та подальшого аналізу показників повітряного середовища складського приміщення для зберігання плодоовочевої продукції, а також регулювання пристроями управління показниками мікроклімату. Усі ці кроки потрібні задля забезпечення найкращих показників мікроклімату складського приміщення, що дозволить зберігати сировину в належному стані протягом всього терміну придатності. Розроблено друковану плату, електричну принципову схему, складальне креслення електронного пристрою, а також конструкторську документацію на пристрій. Проаналізовано та продемонстровано технологію створення друкованої плати., Among the countries of Europe and the world, Ukraine occupies a prominent position in the production of many fruits and vegetables and grains. For this reason, the optimization and improvement of microclimate regulation in warehouses, where vegetables, fruits and grains are stored, is undoubtedly a very promising area of scientific and engineering development. The paper presents a review of advanced scientific and technical literature and new modern articles on the optimization of microclimate control systems on a modern element base. The systems used today were demonstrated, as well as their advantages and disadvantages were analyzed in order to effectively perform the task. The latest research in the field of agricultural industry was analyzed, on the basis of which a list of necessary requirements was created, which would ensure high-quality storage of fruit and vegetable products in storage. In accordance with the requirements of maintaining the indicators of the microclimate, as well as the peculiarities of the preservation of vegetables and fruits, an algorithm for the most effective control of the system of regulating the parameters of the microclimate of warehouses was developed. An advanced element base was demonstrated, which can be used to provide the necessary microclimate indicators, obtain and further analyze the air environment of the warehouse for storage of fruits and vegetables, as well as control devices to control the microclimate indicators. All these steps are necessary to ensure the best indicators of the microclimate of the warehouse, which will keep the raw materials in good condition throughout the shelf life. A printed circuit board, electrical circuit diagram, assembly drawing of the electronic device, as well as design documentation for the device were developed. The technology of PCB creation was analyzed and demonstrated.
- Published
- 2020
33. Design and implementation of a prototype active infrared sensor controlled automatic sliding door for mitigation of coronavirus disease 2019 (COVID-19)
- Author
-
Amole, Abraham, Oyediran, M. O., Olusanya, O. O., Elegbede, W. A., Olusesi, A. T., Adeleye, A. O., Amole, Abraham, Oyediran, M. O., Olusanya, O. O., Elegbede, W. A., Olusesi, A. T., and Adeleye, A. O.
- Abstract
The door is an essential part of any structure that provides access and security of lives and properties. The manual operation of a door could be cumbersome and laborious when the traffic volume is high. Also, it has been observed that doors could serve as a medium of spreading the deadly coronavirus disease 2019 (COVID-19) infection. Therefore, a prototype automatic sliding door that plays a crucial role in curbing the spread of this infectious diseases has been designed and implemented in this paper. The design of the prototype sliding door is in two parts namely; the structural part and the automation part. The structural design of the door was achieved using the Microsoft Visio 2016 while the design of the automation system was achieved using express printed circuit board. The implementation of the structural part was achieved using 1 inch particle board while the implementation of the automation system was based on the components like the active infrared sensor, resistors (10 kΩ), capacitor (1000 µF), transistors (TIP41 Q8, BC548 Q7), LED indicators, press button switch, pulley system, drive belt, stepper motor (IP65), and ATMEGA 8 microcontroller. The result of the tests carried out on the door showed that the prototype automatic sliding door was characterized by average opening time, closing time, delay time, and optimal sensing range of 3.10 s, 3.05 s, 5.72 s, and 23.5 cm, respectively. It can therefore be concluded from this work that the prototype automatic sliding door is effective in overriding the manual operation of the door.
- Published
- 2020
34. Remote-Controlled Cross-Countryfour-Wheeler
- Abstract
The thesis deals with a complete design of a remote controlled cross-country fourwheeler for FEEC BUT „Elektrikarium“. Vehicle can be controlled using the Android smart phone app. The vehicle uses a BLDC motor with a regulator and control unit in the form of a microcontroller from the AVR family. The thesis describes the selection of components and the actual solution of communication between the HC-05 module, application and microcontroller with regulator. Part of the thesis is also a practical demonstration of the model.
- Published
- 2020
35. Remote-Controlled Cross-Countryfour-Wheeler
- Abstract
The thesis deals with a complete design of a remote controlled cross-country fourwheeler for FEEC BUT „Elektrikarium“. Vehicle can be controlled using the Android smart phone app. The vehicle uses a BLDC motor with a regulator and control unit in the form of a microcontroller from the AVR family. The thesis describes the selection of components and the actual solution of communication between the HC-05 module, application and microcontroller with regulator. Part of the thesis is also a practical demonstration of the model.
- Published
- 2020
36. Remote-Controlled Cross-Countryfour-Wheeler
- Abstract
The thesis deals with a complete design of a remote controlled cross-country fourwheeler for FEEC BUT „Elektrikarium“. Vehicle can be controlled using the Android smart phone app. The vehicle uses a BLDC motor with a regulator and control unit in the form of a microcontroller from the AVR family. The thesis describes the selection of components and the actual solution of communication between the HC-05 module, application and microcontroller with regulator. Part of the thesis is also a practical demonstration of the model.
- Published
- 2020
37. PROTOTIP 3D PRINTERA TEMELJEN NA ARDUINU
- Author
-
Modrić, Jura
- Subjects
3D ispisivač ,Arduino ,Atmega ,PID regulacija ,Davači pozicije ,Koračni motori ,Marlin ,Slic3r ,Pronterface ,H – most ,Modeliranje grijača ,Istosmjerni motori - Abstract
Uz izradu samog 3D pisača, fokus ovog rada je objašnjenje samih postupaka izrade istog. Rad opisuje sastavne dijelove stroja, te metode izrade ili modifikacije istih. Rađen je na temelju Arduino razvojne pločice, koju pogoni Atmel Atmega2560 mikrokontroler. Uz Atmega mikrokontroler, korištena je Ramps 1.6+ ploča s MOSFET sklopkama. Na Ramps ploču instalirani su TMC 2208 upravljačke pločice koračnih motora. Uz koračne, korišteni su i obični DC motori s kontinuiranom vrtnjom, u PID regulacijskom krugu također upravljanom Atmega mikrokontrolerom, no sada u verziji Atmega328P s dva motora (Arduino Nano). Svaki motor ima svoju upravljačku petlju. Izrađen je grijač pomoću žica grijača e-cigareta, te je napravljena analiza rada grijača, i on je optimiziran da radi s maksimalnom snagom. U radu je dan uvid rada Z osi, koračnih motora, sklopki, upravljačkog kruga pojedinih motora kako i rad samih motora. Na posljetku, prikazani su proizvodi proizvedeni na samom stroju te je ispitana njihova kvaliteta.
- Published
- 2020
38. Разработка микропроцессорной защиты блока генератор-трансформатор
- Subjects
тзнп ,proteus ,цифровая обработка сигналов ,микроконтроллер ,блок генератор-трансформатор ,дистанционная защита ,дифференциальная защита ,atmega ,Автоматические системы релейные ,тзоп ,микропроцессорная защита ,релейная защита - Abstract
В данной работе были выполнены все поставленные задачи. Результаты работы могут быть применены при разработке комплексных устройств защиты различных электроэнергетических объектов, а также для исследования программной реализации алгоритмов релейной защиты., In this work, all the tasks were completed. The results of the work can be applied in the development of integrated protection devices for various electric power facilities, as well as for studying the software implementation of relay protection algorithms.
- Published
- 2020
- Full Text
- View/download PDF
39. Diseño de dispositivo de bajo consumo para la lectura de gases dentro de una galería
- Author
-
Doro García, Alberto, Cortés Martín, Ezequiel, Gómez González, José Francisco, and Torres Álvarez, Santiago
- Subjects
PCB ,Atmega ,Gases ,Consumo - Abstract
The project consists of the design of a measurement system, autonomous and low consumption to measure gases, temperature and humidity inside a gallery. The scope of the project has been directed to be able to know how the gases vary inside the galleries, to increase the security of employees and to reduce costs when opening the gallery. Firstly, it has been established as minimum goals fulfil with the client requirements and overcome them. Secondly, a component selection process has been carried out for the design of the device, making a study of the market and the needs of the device. Thirdly, a cyclical system has been chosen which consists of reading the measurements from the sensors, processing the data and adapting it to information of interest to the user and sending it to a removable memory card in easy to work files. Then, the device goes into power down mode until the new measurement. Finally, the device’s PCB has been designed and a way of encapsulating it has been proposed to ensure the protection of the measurement system.
- Published
- 2020
40. Control device for the system for monitoring defects in electrodes used in galvanization
- Subjects
four probe method ,пÑогÑаммиÑование микÑоконÑÑоллеÑа ,microcontroller programming ,codevisionavr ,медно-ÑиÑановÑе ÑÑеÑжни ,avr ,step engine ,adc ,ÑаговÑй двигаÑÐµÐ»Ñ ,proteus ,аÑп ,copper-titanium rods ,ÑеÑÑÑÐµÑ -зондовÑй меÑод ,atmega - Abstract
ÐÐ°Ð½Ð½Ð°Ñ ÑабоÑа поÑвÑÑена ÑазÑабоÑке ÑпÑавлÑÑÑего микÑоконÑÑоллеÑного ÑÑÑÑойÑÑва на оÑнове микÑоконÑÑоллеÑа ATMEGA8. Ðанное ÑÑÑÑойÑÑво ÑазÑабаÑÑваеÑÑÑ Ñ ÑелÑÑ Ð°Ð²ÑомаÑизиÑоваÑÑ ÑиÑÑÐµÐ¼Ñ ÐºÐ¾Ð½ÑÑÐ¾Ð»Ñ Ð¼ÐµÐ´Ð½Ð¾-ÑиÑановÑÑ ÑÑеÑжней, иÑполÑзÑемÑÑ Ð² галÑваниÑеÑÐºÐ¸Ñ ÑÐµÑ Ð½Ð¾Ð»Ð¾Ð³Ð¸ÑÑ . УпÑавлÑÑÑÐ°Ñ Ð¿ÑогÑамма ÑоздавалаÑÑ Ð¿Ð¾Ð¼Ð¾ÑÑÑ ÐºÐ¾Ð¼Ð¿Ð¸Ð»ÑÑоÑа CodeVisionAVR, а оÑладка пÑоизводилаÑÑ Ñ Ð¸ÑполÑзованием пакеÑа Proteus. Ð Ñ Ð¾Ð´Ðµ вÑÐ¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ ÑабоÑÑ ÑеÑалиÑÑ ÑледÑÑÑие задаÑи: 1. ÐзÑÑение ÑпоÑобов изгоÑÐ¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð±Ð¸Ð¼ÐµÑаллиÑеÑÐºÐ¸Ñ ÑлекÑÑодов, Ð²Ð¸Ð´Ñ Ð´ÐµÑекÑов, возникаÑÑÐ¸Ñ Ð¿Ñи Ð¸Ñ Ð¸Ð·Ð³Ð¾Ñовлении и ÑпоÑобов деÑекÑоÑкопии. 2. ÐзÑÑение и ознакомление Ñ ÑÑÑеÑÑвÑÑÑей ÑÑÑановкой Ð´Ð»Ñ Ð¾Ð¿ÑÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ð´ÐµÑекÑов медно-ÑиÑановÑÑ ÑÑеÑжней, Ñозданной и ÑÑнкÑиониÑÑÑÑей на каÑедÑе Â«Ð¢ÐµÑ Ð½Ð¸ÐºÐ° вÑÑÐ¾ÐºÐ¸Ñ Ð½Ð°Ð¿ÑÑжений, ÑлекÑÑоизолÑÑÐ¸Ð¾Ð½Ð½Ð°Ñ Ð¸ кабелÑÐ½Ð°Ñ ÑÐµÑ Ð½Ð¸ÐºÐ°Â» СанкÑ-ÐеÑеÑбÑÑгÑкого полиÑÐµÑ Ð½Ð¸ÑеÑкого ÑнивеÑÑиÑеÑа ÐеÑÑа Ðеликого. 3. РазÑабоÑка ÑпÑавлÑÑÑей пÑогÑÐ°Ð¼Ð¼Ñ Ð´Ð»Ñ Ð¼Ð¸ÐºÑоконÑÑоллеÑа. 4. Создание ÑÑ ÐµÐ¼Ñ Ð´Ð»Ñ Ð²Ð¸ÑÑÑалÑного моделиÑÐ¾Ð²Ð°Ð½Ð¸Ñ Ð°Ð²ÑомаÑизиÑованной ÑÑÑановки. РазÑабоÑÐ°Ð½Ð½Ð°Ñ ÑпÑавлÑÑÑÐ°Ñ Ð¿ÑогÑамма и ее модиÑикаÑии бÑдÑÑ Ð¸ÑполÑзоваÑÑÑÑ Ð´Ð»Ñ Ð°Ð²ÑомаÑизиÑÐ¾Ð²Ð°Ð½Ð¸Ñ ÑÑенда Ð´Ð»Ñ Ð¾Ð¿ÑÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ð´ÐµÑекÑов медно-ÑиÑановÑÑ ÑÑеÑжней. Ð ÑезÑлÑÑаÑе бÑло ÑазÑабоÑано ÑпÑавлÑÑÑее ÑÑÑÑойÑÑво на оÑнове микÑоконÑÑоллеÑа. Ðанное ÑÑÑÑойÑÑво Ð¿Ð¾Ð¼Ð¾Ð¶ÐµÑ Ð°Ð²ÑомаÑизиÑоваÑÑ ÑÑÑановкÑ, Ñаким обÑазом, вÑÐµÐ¼Ñ Ð½Ð° иÑÑÐ»ÐµÐ´Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¾Ð´Ð½Ð¾Ð³Ð¾ ÑÑеÑÐ¶Ð½Ñ ÑокÑаÑиÑÑÑ, а Ñакже бÑÐ´ÐµÑ ÑÑебоваÑÑÑÑ Ð¼ÐµÐ½ÑÑего ÑÑаÑÑÐ¸Ñ Ð¾Ð¿ÐµÑаÑоÑа., This work is devoted to the development of a microcontroller control device based on an ATmega8 microcontroller. This device is designed to automate the control system of copper-titanium rods used in galvanic technologies. The control program was created using the CodeVisionAVR compiler, and debugging was performed using the Proteus package. In the course of the work, the following tasks were solved: 1. The study of methods for manufacturing bimetallic electrodes, types of defects that occur during their manufacture and methods of defectoscopy. 2. Study and familiarization with the existing installation for determining defects in copper-titanium rods, created and operating at the Department of "High Voltage Technique, Electrical Insulation and Cable Technology" of Peter the Great St. Petersburg Polytechnic University. 3. Development of a control program for the microcontroller. 4. Creating a circuit for a virtual simulation of an automated installation. The developed control program and its modifications will be used to automate the bench for determining defects in copper-titanium rods. As a result, a control device based on a microcontroller was developed. This device will help automate the installation, thus, the time for researching one rod will be reduced, and less operator involvement will be required.
- Published
- 2020
- Full Text
- View/download PDF
41. Smartplug priority assignment system
- Author
-
Križanec, Domagoj and Vinko, Davor
- Subjects
Bluetooth ,mikrokontroler ,mobile ,system ,prioriteta ,Atmel ,mobitel ,TECHNICAL SCIENCES. Electrical Engineering. Electronics ,plug ,TEHNIČKE ZNANOSTI. Elektrotehnika. Elektronika ,pametna ,allocation ,priority ,microcontroller ,sensor ,Atmega ,utičnica ,senzor ,dodjela - Abstract
Sustav dodjele prioriteta pametne utičnice je sustav u kojemu mikroupravljač Atmel ATmega16 upravlja relejnim modulom za otvaranje ili zatvaranje izmjeničnog strujnog kruga ovisno o varijablama unešenim od strane korisnika. Mikrokontroler moţe raditi u jezgrenom načinu rada pri kojem korisnik upravlja sustavom pomoći tipki direktno spojenim na mikrokontroler i u mobilnom načinu rada gdje korisnik moţe upravljati sustavom svojim mobilnim ureĎajem koristeći Bluetooth tehnologiju. Dodjela prioriteta zamišljena je na način da korisnik koji prvi odabere ţeljeni termin i relejnu jedinicu ima prioritet nad tom jedinicom u tom terminu. Ţeli li se drugi korisnik prijaviti u tom terminu, sustav odašilje poruku na mobilni ureĎaj korisnika da je termin prethodno zauzet i ispisuje ime korisnika koji ga je zauzeo. Smartplug priority assignment system is designed as a device in which microcontroller Atmel ATmega16 controls a relay module for opening and closing alternating current circuits depending on the commands entered by multiple users. The microcontroller has 2 modes of operation. The first mode, called „Core Mode“, allows the user to enter the commands using pushbuttons near the microcontroller. The second mode of operation, called „Mobile mode“, allows the user to enter the commands by using a personal mobile device via Bluetooth technology. Priority allocation means that the first user who enters his opening period and chooses a relay number gets priority during that period for that relay. If any other user tries to connect during that period, the system will send a message to his mobile device via Bluetooth that says that that period is already occupied and it will display the name of the user that has priority during that period.
- Published
- 2019
42. SERVOPOHON KULOVÉHO VENTILU
- Author
-
Havlíček, Libor, Mládek, Miloš, Havlíček, Libor, and Mládek, Miloš
- Abstract
Práce je věnována problematice pohonů kulových ventilů. Byl proveden rozbor používaných ventilů a jejich pohonů. Získané poznatky byly využity při návrhu elektrického pohonu kulového ventilu možného ovládat na dálku. Uchycení pohonu k ventilu a převody jsou navrženy v prostředí Design Spark Mechanical a následně vyrobeny metodou 3D tisknutí. Pro ovládání pohonu je použit mikrokontrolér rodiny ATmega., The work is devoted to the problems of ball valve actuators. The analysis of the use of valves and their actuators has been done. The obtained information was used for design of electric actuator. The actuator mounts and gears are designed in the Design Spark Mechanical and made by 3D printing technology. The microcontroller of ATmega family is used to control the actuator., Fakulta elektrotechniky a informatiky, Práce svým zaměřením patří do kapitoly aktuálně zpracovávaných témat zaměřujících se na práci konstruktéra mechatronických zařízení, určených k automatickému řízení. Celkové zpracování práce je na velmi dobré úrovni. Práce je zpracována pečlivě a funkčnost navržené konstrukce elektronické jednotky je dostatečně otestována. Využitelnost výsledků této práce v praxi, vzhledem k jejímu zaměření, je velmi dobrá. Cíle práce byly splněny. Komise navrhuje práci na ocenění za vynikající tvůrčí výsledky dle článku 3, písm. b) Stipendijního řádu Univerzity Pardubice.
- Published
- 2019
43. Разработка расходомера топлива для дизельной электростанции
- Subjects
Электрические станции дизельные ,дизельный генератор ,it-технологии ,расходомер топлива ,микроконтроллер ,atmega ,c++ - Abstract
В данной работе проанализирован настоящий рынок расходомеров топлива, а также выявлены их недостатки. Изучены возможности микропроцессорных устройств AVR семейства Mega. Предложено решение описанных проблем. Разработаны алгоритмы контроля несанкционированного расхода топлива и диагностики состояния мотора дизель-генераторного агрегата. Спроектирована конкретная программная реализация на базе микроконтроллера Atmega 2560. Создана модель устройства в программе Proteus., This paper analyzes the current market of fuel flow meters, as well as their shortcomings. Explored the microprocessor of the AVR Mega. The solution of the described problems is offered. Algorithms of control of unauthorized fuel consumption and diagnostics of the diesel-generator unit motor condition are developed. A specific software implementation based on the Atmega 2560 microcontroller is designed. A device model has been created in the Proteus.
- Published
- 2019
- Full Text
- View/download PDF
44. РазÑабоÑка микÑопÑоÑеÑÑоÑной заÑиÑÑ Ð°ÑÐ¸Ð½Ñ ÑоннÑÑ ÑлекÑÑодвигаÑелей
- Subjects
аÑÐ¸Ð½Ñ ÑоннÑй двигаÑÐµÐ»Ñ ,микÑоконÑÑÐ¾Ð»Ð»ÐµÑ ,proteus ,ÐикÑопÑоÑеÑÑоÑÑ ,ATMega ,It-ÑÐµÑ Ð½Ð¾Ð»Ð¾Ð³Ð¸Ð¸ ,ÑÐµÐ»ÐµÐ¹Ð½Ð°Ñ Ð·Ð°ÑиÑа ,C++ - Abstract
Рданной ÑабоÑе пÑоанализиÑован ÑовÑеменнÑй ÑÑнок микÑопÑоÑеÑÑоÑнÑÑ ÑÑÑÑойÑÑв Ñелейной заÑиÑÑ. ÐзÑÑÐµÐ½Ñ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾ÑÑи микÑопÑоÑеÑÑоÑнÑÑ ÑÑÑÑойÑÑв AVR ÑемейÑÑва Mega. ÐÑедложена Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð°Ñ ÑеализаÑÐ¸Ñ Ð¼Ð¸ÐºÑопÑоÑеÑÑоÑного Ñеле. РазÑабоÑан алгоÑиÑм заÑиÑÑ Ð°ÑÐ¸Ð½Ñ ÑоннÑÑ Ð´Ð²Ð¸Ð³Ð°Ñелей Ð¾Ñ Ð½ÐµÑиммеÑÑиÑнÑÑ Ñежимов. СпÑоекÑиÑована пÑогÑÐ°Ð¼Ð¼Ð½Ð°Ñ ÑеализаÑÐ¸Ñ Ð½Ð° базе микÑоконÑÑоллеÑа Atmega 8. Создана Ð¼Ð¾Ð´ÐµÐ»Ñ ÑÑÑÑойÑÑва в пÑогÑамме Proteus., This paper analyzes the present market of microprocessor device. Explored the microprocessor of the AVR Mega. A possible implementation of a microprocessor relay is proposed. An algorithm for protecting asynchronous motors from asymmetric modes has been developed.. A specific software implementation based on the Atmega 8 microcontroller is designed. A device model has been created in the Proteus.
- Published
- 2019
- Full Text
- View/download PDF
45. Shooting Sport Simulation Device
- Author
-
Poloch, Martin and Poloch, Martin
- Abstract
The goal of this work is to design, build and test a shooting sport simulation system. The first part of this system is a module that can be put into a variety of shooting weapons and transform them to a laser gun. The module uses a shock sensing system, so there is no need to mechanically disassemble the gun. The second part is a target device that can sense incoming laser beams with LEDs. The final hardware part is a control board which can connect multiple targets and weapons through a wireless module nRF24L01+ into one system and therefore simulate advanced shooting modes. Additionally it has a built in Wi-Fi module ESP8266 which can provide shooters a website with detailed results and statistics of their shooting in a graphically pleasing way. Output of this project should be a market competitive product so the design is focused on the ability to be manufactured on automated machines.
- Published
- 2018
46. Shooting Sport Simulation Device
- Abstract
The goal of this work is to design, build and test a shooting sport simulation system. The first part of this system is a module that can be put into a variety of shooting weapons and transform them to a laser gun. The module uses a shock sensing system, so there is no need to mechanically disassemble the gun. The second part is a target device that can sense incoming laser beams with LEDs. The final hardware part is a control board which can connect multiple targets and weapons through a wireless module nRF24L01+ into one system and therefore simulate advanced shooting modes. Additionally it has a built in Wi-Fi module ESP8266 which can provide shooters a website with detailed results and statistics of their shooting in a graphically pleasing way. Output of this project should be a market competitive product so the design is focused on the ability to be manufactured on automated machines.
- Published
- 2018
47. Shooting Sport Simulation Device
- Abstract
The goal of this work is to design, build and test a shooting sport simulation system. The first part of this system is a module that can be put into a variety of shooting weapons and transform them to a laser gun. The module uses a shock sensing system, so there is no need to mechanically disassemble the gun. The second part is a target device that can sense incoming laser beams with LEDs. The final hardware part is a control board which can connect multiple targets and weapons through a wireless module nRF24L01+ into one system and therefore simulate advanced shooting modes. Additionally it has a built in Wi-Fi module ESP8266 which can provide shooters a website with detailed results and statistics of their shooting in a graphically pleasing way. Output of this project should be a market competitive product so the design is focused on the ability to be manufactured on automated machines.
- Published
- 2018
48. Timer For Rc Models
- Abstract
This paper describes complete design of timer for RC models. Described timer has three PWM outputs. With these outputs it is possible to connect two independent servo-motors and engine controller. The whole is controlled by 8-bit microprocessor. The time records are stored in external EEPROM, that can be programmed by using I2C bus. Paper further discus design of programming, which can be easily programmed the memory of EEPROM by the PC or smartphone. The goal of this paper is to design and build high quality RC timer with accessories.
- Published
- 2018
49. Timer For Rc Models
- Abstract
This paper describes complete design of timer for RC models. Described timer has three PWM outputs. With these outputs it is possible to connect two independent servo-motors and engine controller. The whole is controlled by 8-bit microprocessor. The time records are stored in external EEPROM, that can be programmed by using I2C bus. Paper further discus design of programming, which can be easily programmed the memory of EEPROM by the PC or smartphone. The goal of this paper is to design and build high quality RC timer with accessories.
- Published
- 2018
50. Shooting Sport Simulation Device
- Abstract
The goal of this work is to design, build and test a shooting sport simulation system. The first part of this system is a module that can be put into a variety of shooting weapons and transform them to a laser gun. The module uses a shock sensing system, so there is no need to mechanically disassemble the gun. The second part is a target device that can sense incoming laser beams with LEDs. The final hardware part is a control board which can connect multiple targets and weapons through a wireless module nRF24L01+ into one system and therefore simulate advanced shooting modes. Additionally it has a built in Wi-Fi module ESP8266 which can provide shooters a website with detailed results and statistics of their shooting in a graphically pleasing way. Output of this project should be a market competitive product so the design is focused on the ability to be manufactured on automated machines.
- Published
- 2018
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.