• Title/Summary/Keyword: 8-bit AVR microcontroller

Search Result 2, Processing Time 0.016 seconds

A Study on the Implementation of Mobile Web Monitoring for Sensing Data Using Bluetooth Transmission (센싱 데이터의 블루투스 전송 및 모바일 웹 모니터링 구현에 관한 연구)

  • Hwang, In-Ki;Roh, Jae-sung
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2012.10a
    • /
    • pp.651-652
    • /
    • 2012
  • Wireless monitoring and hybrid mobile web have become an emerging area of research in recent year. This paper deals with the design and implementation of mobile web page for sensing data monitoring. The mobile web monitoring system for sensing data transmission is implemented by 8-bit AVR microcontroller and bluetooth communication module.

  • PDF

The fast implementation of block cipher SIMON using pre-computation with counter mode of operation (블록암호 SIMON의 카운터 모드 사전 연산 고속 구현)

  • Kwon, Hyeok-Dong;Jang, Kyung-Bae;Kim, Hyun-Ji;Seo, Hwa-Jeong
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.25 no.4
    • /
    • pp.588-594
    • /
    • 2021
  • SIMON, a lightweight block cipher developed by the US National Security Agency, is a family of block ciphers optimized for hardware implementation. It supports many kinds of standards to operate in various environments. The counter mode of operation is one of the operational modes. It provides to encrypt plaintext which is longer than the original size. The counter mode uses a constant(Nonce) and Counter value as an input value. Since Nonce is the identical for all blocks, so it always has same result when operates with other constant values. With this feature, it is possible to skip some instructions of round function by pre-computation. In general, the input value of SIMON is affected by the counter. However in an 8-bit environment, it is calculated in 8-bit units, so there is a part that can be pre-computed. In this paper, we focus the part that can be pre-calculated, and compare with previous works.