diff --git a/_board/m5stack_core_basic.md b/_board/m5stack_core_basic.md new file mode 100644 index 00000000..eb3191d6 --- /dev/null +++ b/_board/m5stack_core_basic.md @@ -0,0 +1,44 @@ +--- +layout: download +board_id: "m5stack_core_basic" +title: "M5Stack Basic Core IoT Download" +name: "M5Stack Basic Core IoT" +manufacturer: "M5Stack" +board_url: "https://docs.m5stack.com/en/core/basic_v2.6" +board_image: "m5stack_core_basic.jpg" +date_added: 2022-10-30 +family: esp32 +features: + - Speaker + - Battery Charging + - Display + - Wi-Fi + - Bluetooth/BTLE + - USB-C +--- + +Get yourself a kit that can do it all! The M5Stack Basic Development Kit is a ESP32-based WiFi microcontroller that's compatible with MicroPython and Arduino. It comes jam-packed with Wi-Fi / Bluetooth capability, running at 240 MHz with the dual-core processor and 16MB of SPI Flash. + +Perfect for people who want to make advanced ESP32 projects with a display, user interface, speaker, and a couple buttons. It's super easy to snap in other M5 blocks to add sensors, interfaces or cameras, no soldering required. Upload your code with the built in USB C port, there's example code available on the M5Stack website. + +## Technical details + +* ESP32 module, with WiFi / Bluetooth capability +* 6MB of FLASH +* Micro-SD Card slot +* USB to Serial converter built in +* 320x240 2.0" TFT display +* 3 User Buttons + 1 Reset Button +* Small 1W speaker +* 110mAh LiPo battery +* Grove/I2C connector +* M5 stacking GPIO connector + +## Documentation + +* [Basic Core IoT](https://docs.m5stack.com/en/core/basic_v2.6) + +## Purchase + +* [Adafruit](https://www.adafruit.com/product/4178) +* [M5Stack](https://shop.m5stack.com/collections/m5-controllers/products/esp32-basic-core-iot-development-kit-v2-6) \ No newline at end of file diff --git a/assets/images/boards/large/m5stack_core_basic.jpg b/assets/images/boards/large/m5stack_core_basic.jpg new file mode 100644 index 00000000..9e927af4 Binary files /dev/null and b/assets/images/boards/large/m5stack_core_basic.jpg differ diff --git a/assets/images/boards/original/m5stack_core_basic.jpg b/assets/images/boards/original/m5stack_core_basic.jpg new file mode 100644 index 00000000..8c6c7539 Binary files /dev/null and b/assets/images/boards/original/m5stack_core_basic.jpg differ diff --git a/assets/images/boards/small/m5stack_core_basic.jpg b/assets/images/boards/small/m5stack_core_basic.jpg new file mode 100644 index 00000000..579ae0e6 Binary files /dev/null and b/assets/images/boards/small/m5stack_core_basic.jpg differ