QUICK MENU

최근본상품 0

    prev
    /
    next

    추천상품 0

      prev
      /
      next

      장바구니 0

        prev
        /
        next

        위시리스트 0

          prev
          /
          next

          TOP BOTTOM
          네이버 톡톡  톡톡
          • Adafruit Feather 32u4 Bluefruit LE
          • Adafruit Feather 32u4 Bluefruit LE
            상품번호 : 24968

          • 판매가
            51,000
            회원등급
            2%추가할인 1%추가적립 자세히보기

            회원등급별 혜택

            • BASIC
              • 마일리지 1% 추가적립
            • VIP
              • 1% 추가할인
              • 마일리지 1% 추가적립
            • VVIP
              • 2% 추가할인
              • 마일리지 1% 추가적립
            닫기
            무이자할부
            5만원 이상 무이자 자세히보기

            무이자할부

            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            
															3~12개월 5만원이상
            닫기
            배송
            • 3,000₩ (70,000₩ 이상 무료)
              추가배송비 : 3,000₩~4,000₩ (지역별)
              퀵서비스 착불 발송
              경동화물 착불 발송
              추가배송비 : 1지역:제주도 2지역:제주도외 도서
              달력
            적립혜택
            255₩
            상품정보

            상품정보제공고시

            품명 및 모델명 상세설명참조
            법에 의한 인증,허가 등을 받았음을 확인할수 있는 경우 그에 대한 사항 상세설명참조
            제조국 또는 원산지 상세설명참조
            제조자,수입품의 경우 수입자를 함께 표기 상세설명참조
            AS책임자와 전화번호 또는 소비자상담 관련 전화번호 상세설명참조
            닫기
            고객평가
            0건  ★★★★★ (0/5)
            브랜드
            Adafruit
            원산지
            USA
            납기
            3~7일
          • 수량
            • 총 상품금액
            • 51,000 (VAT포함)
          • 위시리스트

          Description

          Feather is the new development board from Adafruit, and like its namesake it is thin, light, and lets you fly! We designed Feather to be a new standard for portable microcontroller cores.

          This is the Adafruit Feather 32u4 Bluefruit - our take on an 'all-in-one' Arduino-compatible + Bluetooth Low Energy with built in USB and battery charging. Its an Adafruit Feather 32u4 with a BTLE module, ready to rock! We have other boards in the Feather family, check'em out here.

          Bluetooth Low Energy is the hottest new low-power, 2.4GHz spectrum wireless protocol. In particular, its the only wireless protocol that you can use with iOS without needing special certification and it's supported by all modern smart phones. This makes it excellent for use in portable projects that will make use of an iOS or Android phone or tablet. It also is supported in Mac OS X and Windows 8+.

          We have quite a few BTLE-capable Feathers (it's a popular protocol!) so check out our BT Feather guide for some comparison information.

          At the Feather 32u4's heart is at ATmega32u4 clocked at 8 MHz and at 3.3V logic, a chip setup we've had tons of experience with as it's the same as the Flora. This chip has 32K of flash and 2K of RAM, with built in USB so not only does it have a USB-to-Serial program & debug capability built in with no need for an FTDI-like chip, it can also act like a mouse, keyboard, USB MIDI device, etc.

          To make it easy to use for portable projects, we added a connector for any of our 3.7V Lithium polymer batteries and built in battery charging. You don't need a battery, it will run just fine straight from the micro USB connector. But, if you do have a battery, you can take it on the go, then plug in the USB to recharge. The Feather will automatically switch over to USB power when its available. We also tied the battery thru a divider to an analog pin, so you can measure and monitor the battery voltage to detect when you need a recharge.

          Here's some handy specs! Like all Feather 32u4's you get:

          • Measures 2.0" x 0.9" x 0.28" (51mm x 23mm x 8mm) without headers soldered in
          • Light as a (large?) feather - 5.7 grams
          • ATmega32u4 @ 8MHz with 3.3V logic/power
          • 3.3V regulator with 500mA peak current output
          • USB native support, comes with USB bootloader and serial port debugging
          • You also get tons of pins - 20 GPIO pins
          • Hardware Serial, hardware I2C, hardware SPI support
          • 7 x PWM pins
          • 10 x analog inputs
          • Built in 100mA lipoly charger with charging status indicator LED
          • Pin #13 red LED for general purpose blinking
          • Power/enable pin
          • 4 mounting holes
          • Reset button

          The Feather 32u4 Bluefruit LE uses the extra space left over to add our excellent Bluefruit BTLE module + two status indicator LEDs.

          The Power of Bluefruit LE

          The Bluefruit LE module is an nRF51822 chipset from Nordic, programmed with multi-function code that can do quite a lot! For most people, they'll be very happy to use the standard Nordic UART RX/TX connection profile. In this profile, the Bluefruit acts as a data pipe, that can 'transparently' transmit back and forth from your iOS or Android device. You can use our iOS App or Android App, or write your own to communicate with the UART service.

          The board is capable of much more than just sending strings over the air!  Thanks to an easy to learn AT command set, you have full control over how the device behaves, including the ability to define and manipulate your own GATT Services and Characteristics, or change the way that the device advertises itself for other Bluetooth Low Energy devices to see. You can also use the AT commands  to query the die temperature, check the battery voltage, and more, check the connection RSSI or MAC address, and tons more. Really, way too long to list here!

          Use the Bluefruit App to get your project started

          Using our Bluefruit iOS App or Android App, you can quickly get your project prototyped by using your iOS or Android phone/tablet as a controller. We have a color pickerquaternion/accelerometer/gyro/magnetometer or location (GPS), and an 8-button control game pad. This data can be read over BLE and piped into the ATmega32u4 chip for processing & control

          You can do a lot more too!

          Comes fully assembled and tested, with a USB bootloader that lets you quickly use it with the Arduino IDE. We also toss in some header so you can solder it in and plug into a solderless breadboard. Lipoly battery and MicroUSB cable not included (but we do have lots of options in the shop if you'd like!)

          Check out our tutorial for all sorts of details, including schematics, files, IDE instructions, and more!

          Technical Details



          관련상품

          1. 주문하신 물품의 총 결제금액이 15만원 이상 (환율의 변동에 따라 다를 수 있음) 이면 과부가세가 발생합니다. 관부가세는 고객님께서 부담하시는 금액으로 문자를 통해 입금내역이 발송되며 해당 관세사로 입금하시면 통관처리됩니다.

          2. 해외구매 특성상 주문에서 배송까지는 평균 10~15일이 소요됩니다. 간혹 현지 제품 수급에 따라 부득이하게 시일이 더 소요 될 수 있으니 구매시 좀 더 여유있게 주문하시길 권합니다.

          3. 해외 내수품인 관계로 A/S에 대해서는 별도의 책임을 지지 않습니다.

          4. 해외배송 특성상 주문접수후 배송상태가 배송준비중으로 넘어간 경우 해외에서 국내로의 배송이 이루어지고 있다는 뜻입니다. 따라서 배송준비중으로 배송상태가 넘어간 경우 취소및 반품이 불가하므로 이점 양해 부탁드립니다.

          5. 타 해외구매대행 사이트에서 주문하신 물건과 주문날짜가 겹치지않도록 주의해 주십시오. 통관날짜가 같을 경우 합산관세가 부가되게 됩니다.
          faq
          회사명 : 원테크 | 사업자등록번호 : 671-34-00660 [사업자정보확인] | 주소 : 서울특별시 구로구 경인로53길 15 (중앙유통단지) 다동 3123호
          통신판매업 신고 : 제 2019-서울구로-1690호 | 연락처 : 02-6679-8533 | FAX : 02-6679-8532 | 개인정보보호 책임자 : 한혜정 | 대표자 : 한혜정
          contact : kkseo2@naver.com for more information
          회원님의 소중한 개인정보 보호를 위해 비밀번호를 주기적으로 변경하시는 것이 좋습니다.
          현재 비밀번호
          신규 비밀번호
          신규 비밀번호 확인
          6~20자, 영문 대소문자 또는 숫자 특수문자 중 2가지 이상 조합