마이크로파이썬 pyboard lite -가속도계 지원

(MicroPython pyboard lite v1.0 with accelerometer)

개요

  • pyboard는 컴팩트하고 강력한 보드로 MicroPython 프로그래밍 언어를 실행할 수 있는 제품입니다.
  • USB를 통해 PC와 연결하면 PC에는 USB 플래쉬 저장공간이 생기고, 이 USB 드라이브에 파이썬 스크립트를 저장할 수 있고 또 REPL 시리얼 파이썬 프롬프트를 이용하여 인터액티브하게 프로그래밍을 할 수 있습니다.
  • MicroPython은 마이크로컨트롤러에서 동작이 가능하게 만들어 놓은 버전의 프로그래밍 언어입니다.
  • 보드위에서 Python 운영체제처럼 동작을 하며 UART, I2C, SPI, ADC, DAC를 제어하는 함수와 클래스를 제공합니다.

특징

  • STM32F411RE microcontroller
  • 96 MHz Cortex M4 CPU with hardware floating point
  • 512KiB flash ROM and 128KiB RAM
  • Micro USB connector for power and serial communication
  • Micro SD card slot, supporting standard and high capacity SD cards
  • 24 GPIO on left and right edges and 5 GPIO on bottom row, plus LED and switch GPIO available on bottom row
  • 1x 12-bit analog to digital converter, available on 16 pins, 4 with analog ground shielding
  • 4 LEDs (red, green, yellow and blue)
  • 1 reset and 1 user switch
  • oOn-board 3.3V LDO voltage regulator, capable of supplying up to 250mA, input voltage range 3.6V to 16V
  • DFU bootloader in ROM for easy upgrading of firmware
  • he two mounting tabs on the pyboard have perforations so that you can snap them off cleanly if needed

문서

  • Click here for references, schematics, and more documentation on the MicroPython.

연관제품