컨텐츠 바로가기

이알씨몰

  • LOGIN
  • JOIN
  • MYPAGE
  • CART
  • ORDER
  • WISH LIST
검색검색


현재 위치

  1. 조종기
이전상품 다음 제품 보기 확대보기

[Benewake] TF Luna LiDAR 거리 측정 센서 (0.2m~8m) (해외배송 가능상품)

기본 정보
상품명 [Benewake] TF Luna LiDAR 거리 측정 센서 (0.2m~8m)
판매가 36,300원
적립금 360원 (1%)
상품코드 P0000LXK
배송방법 택배
배송비 3,500원 (50,000원 이상 구매 시 무료)
수량 수량증가수량감소

개인결제창을 통한 결제 시 네이버 마일리지 적립 및 사용이 가능합니다.

상품 옵션

(최소주문수량 1개 이상 / 최대주문수량 0개 이하)

수량을 선택해주세요.

위 옵션선택 박스를 선택하시면 아래에 상품이 추가됩니다.

상품 목록
상품명 상품수 가격
[Benewake] TF Luna LiDAR 거리 측정 센서 (0.2m~8m) 수량증가 수량감소 36300 (  360)
총 상품금액(수량) : 0 (0개)

상품상세정보


Microprocessor development board

[디바이스마트 바로가기]
해당 자료는 영문 위키피디아를 참고하였습니다.
From Wikipedia, the free encyclopedia

A microprocessor development board is a printed circuit board containing a microprocessor and the minimal support logic needed for a computer engineer to become acquainted with the microprocessor on the board and to learn to program it. It also served users of the microprocessor as a method to prototype applications in products.

Unlike a general-purpose system such as a home computer, usually a development board contains little or no hardware dedicated to a user interface. It will have some provision to accept and run a user-supplied program, such as downloading a program through a serial port to flash memory, or some form of programmable memory in a socket in earlier systems.

History

The reason for the existence of a development board was solely to provide a system for learning to use a new microprocessor, not for entertainment. So everything superfluous was left out to keep costs down. Even an enclosure was not supplied, nor a power supply. This is because the board would only be used in a "laboratory" environment so it did not need an enclosure, and the board could be powered by a typical bench power supply already available to an electronic engineer.

Microprocessor training development kits were not always produced by microprocessor manufacturers. Many systems that can be classified as microprocessor development kits were produced by third parties, one example is the Sinclair MK14, which was inspired by the official SC/MP development board from National Semiconductor, the "NS introkit".

Although these development boards were not designed for hobbyists, they were often bought by them because they were the earliest cheap microcomputer devices you could buy. They often added all kinds of expansions, such as more memory, a video interface etc. It was very popular to use (or write) an implementation of Tiny Basic. The most popular microprocessor board, the KIM-1, received the most attention from the hobby community, because it was much cheaper than most other development boards, and you could get more software for it (Tiny Basic, games, assemblers), and cheap expansion cards to add more memory or other functionality.[2] More articles were published in magazines like "Kilobaud Microcomputing" that described home-brew software and hardware for the KIM-1 than for other development boards.

Today some chip producers still release "test boards" to demonstrate their chips, and to use them as a "reference design". Their significance these days is much smaller than it was in the days that such boards, (the KIM-1 being the canonical example) were the only low cost way to get "hands-on" acquainted with microprocessors.

Features

The most important feature of the microprocessor development board was the ROM based built-in machine language monitor, or "debugger" as it was also sometimes called. Often the name of the board was related to the name of this monitor program, for example the name of the monitor program of the KIM-1 was "Keyboard Input Monitor", because the ROM based software allowed entry of programs without the rows of cumbersome toggle switches that older systems used. The popular 6800 based systems often used a monitor with a name with the word "bug" for "debugger" in it, for example the popular "MIKBUG".

Input was normally done with a hexadecimal keyboard, using a machine language monitor program, and the display only consisted of a 7-segment display. Backup storage of written assembler programs was primitive: only a cassette type interface was typically provided, or the serial Teletype interface was used to read (or punch) a papertape.

Often the board has some kind to expansion connector that brought out all the necessary CPU signals, so that an engineer could build and test an experimental interface or other electronic device.

External interfaces on the bare board were often limited to a single RS-232 or current loop serial port, so a terminal, printer, or Teletype could be connected.

List of historical development boards

  • 8085AAT, an Intel 8085 microprocessor training unit from Paccom
  • CDP18S020 evaluation board for the RCA CDP1802 microprocessor
  • EVK 300 6800 single board from American Microsystems (AMI)
  • Explorer/85 expandable learning system based on the 8085, by Netronics's research and development ltd.
  • ITT experimenter used switches and LEDs, and an intel 8080
  • JOLT was designed by Raymond M. Holt, co-founder of Microcomputer Associates, Incorporated.
  • KIM-1 the development board for the MOS Technology/Rockwell/Synertek 6502 microprocessor. The name KIM is short for "keyboard input monitor"
    • SYM-1 a slightly improved KIM-1 with better software, more memory, and I/O. Also known as the VIM
    • AIM-65 an improved KIM-1 with an alphanumerical LED display, and a built-in printer.
    • The KIM-1 also lead to some unofficial copies, such as the super-KIM and the Junior from the magazine Elektor, and the MCS Alpha 1
  • LC 80 by Robotron
  • MAXBOARD development board for the Motorola 6802.
  • MEK6800D2 the official development board for the Motorola 6800 microprocessor. The name of the monitor software was MIKBUG
  • MicroChroma 68 color graphics kit. Developed by Motorola to demonstrate their new 6847 video display processor. The monitor software was called TVBUG
  • Motorola EXORciser development system (rack based) for the Motorola 6809
  • Microprofessor I (MPF-1) Z80 development and training system by Acer
  • Tangerine Microtan 65 6502 development system with VDU, that could be expanded to a more capable system.
  • MST-80B 8080 training system by the Lawrence Livermore National Laboratory
  • NS introkit by National Semiconductor featuring the SC/MP, the predecessor to the Sinclair MK14
  • NRI microcomputer, a system developed to teach computer courses by McGraw-Hill and the National Radio Institute (NRI)
  • MK14 Training system for the SC/MP microprocessor from Sinclair Research Ltd.
  • SDK-80 Intel's development board for their 8080 microprocessor
  • SDK-51 Intel's development board for their Intel MCS-51
  • SDK-85 Intel's development board for their 8085 microprocessor
  • SDK-86 Intel's development board for their 8086 microprocessor
  • Siemens Microset-8080 boxed system based on an 8080.
  • Signetics Instructor 50 based on the Signetics 2650.
  • Signetics Instructor 50 based on the Signetics 2650.
  • SGS-ATES Nanocomputer z80.
  • RCA Cosmac Super Elf by RCA . a 1802 learning system with an RCA 1861 Video Display Controller.
  • TK-80 the development board for NEC's clone of Intel's i8080, the μPD 8080A
  • TM 990/100M evaluation board for the Texas Instruments TMS9900
  • TM 990/180M evaluation board for the Texas Instruments TMS9800
  • XPO-1 Texas Instruments development system for the PPS-4/1 line of microcontrollers


상품결제정보

고액결제의 경우 안전을 위해 카드사에서 확인전화를 드릴 수도 있습니다. 확인과정에서 도난 카드의 사용이나 타인 명의의 주문등 정상적인 주문이 아니라고 판단될 경우 임의로 주문을 보류 또는 취소할 수 있습니다.  

무통장 입금은 상품 구매 대금은 PC뱅킹, 인터넷뱅킹, 텔레뱅킹 혹은 가까운 은행에서 직접 입금하시면 됩니다.  
주문시 입력한 입금자명과 실제입금자의 성명이 반드시 일치하여야 하며, 7일 이내로 입금을 하셔야 하며 입금되지 않은 주문은 자동취소 됩니다.

배송정보

  • 배송 방법 : 택배
  • 배송 지역 : 전국지역
  • 배송 비용 : 3,500원
  • 배송 기간 : 3일 ~ 7일
  • 배송 안내 : - 산간벽지나 도서지방은 별도의 추가금액을 지불하셔야 하는 경우가 있습니다.
    고객님께서 주문하신 상품은 입금 확인후 배송해 드립니다. 다만, 상품종류에 따라서 상품의 배송이 다소 지연될 수 있습니다.
    - 영업일 기준 2일 이내 미출고 물품은 해외 수입 제품입니다.

교환 및 반품정보

교환 및 반품이 가능한 경우
- 상품을 공급 받으신 날로부터 7일이내 단, 가전제품의
  경우 포장을 개봉하였거나 포장이 훼손되어 상품가치가 상실된 경우에는 교환/반품이 불가능합니다.
- 공급받으신 상품 및 용역의 내용이 표시.광고 내용과
  다르거나 다르게 이행된 경우에는 공급받은 날로부터 3월이내, 그사실을 알게 된 날로부터 30일이내

교환 및 반품이 불가능한 경우
- 고객님의 책임 있는 사유로 상품등이 멸실 또는 훼손된 경우. 단, 상품의 내용을 확인하기 위하여
  포장 등을 훼손한 경우는 제외
- 포장을 개봉하였거나 포장이 훼손되어 상품가치가 상실된 경우
  (예 : 가전제품, 식품, 음반 등, 단 액정화면이 부착된 노트북, LCD모니터, 디지털 카메라 등의 불량화소에
  따른 반품/교환은 제조사 기준에 따릅니다.)
- 고객님의 사용 또는 일부 소비에 의하여 상품의 가치가 현저히 감소한 경우 단, 화장품등의 경우 시용제품을
  제공한 경우에 한 합니다.
- 시간의 경과에 의하여 재판매가 곤란할 정도로 상품등의 가치가 현저히 감소한 경우
- 복제가 가능한 상품등의 포장을 훼손한 경우
  (자세한 내용은 고객만족센터 1:1 E-MAIL상담을 이용해 주시기 바랍니다.)

※ 고객님의 마음이 바뀌어 교환, 반품을 하실 경우 상품반송 비용은 고객님께서 부담하셔야 합니다.
  (색상 교환, 사이즈 교환 등 포함)

상품사용후기

상품의 사용후기를 적어주세요.

게시물이 없습니다

상품문의하기 모두 보기

상품 Q&A

상품에 대해 궁금한 점을 해결해 드립니다.

게시물이 없습니다

상품문의하기 모두 보기


즐겨찾기

이전 제품

  • 상품
  • 상품

다음 제품

TOP