Files

130 lines
4.3 KiB
Markdown
Raw Permalink Normal View History

2020-03-19 21:06:45 +08:00
# NEOFLASH
2019-01-09 19:32:04 +08:00
<el-tag effect="plain">SKU:A042</el-tag>
2020-03-19 14:40:22 +08:00
2020-10-28 19:06:02 +08:00
<div class="product_pic"><img src="assets/img/product_pics/unit/neoflash/unit_neoflash_01.webp"><img src="assets/img/product_pics/unit/unit_neoflash_02.webp"></div>
2019-01-09 19:32:04 +08:00
## Description
2020-12-14 11:44:36 +08:00
**NEOFLASH** is a RGB LED panel with 192 integrated LEDs and (WS2812C) RGB LED IC.
When you program this Unit, please pay attention to the sequence of the RGB LEDs. From top left (Where PIR placed) to right, and top to bottom.
2019-05-05 11:28:54 +08:00
Connect this unit with M5Core via GROVE PORTB Single-Bus.
2020-12-14 11:44:36 +08:00
We've added a magnet on the backside of the panel which means you can attach this to any metal surface.
2019-05-05 11:28:54 +08:00
When you plug the GROVE PORTA into M5core, you have convert it into 3 extended GROVE A laid on the side.
2019-01-09 19:32:04 +08:00
2020-04-08 14:09:44 +08:00
<img src="assets/img/product_pics/unit/unit_neoflash_03.webp">
2019-01-09 19:32:04 +08:00
2019-05-05 11:28:54 +08:00
## Product Features
2019-01-09 19:32:04 +08:00
- Total RGB leds quantity: 192
2019-05-05 11:28:54 +08:00
- PIR
- PORTA extension(up to 3)
2020-12-14 11:44:36 +08:00
- Software Development Platform: Arduino, UIFlow (Blockly, Python)
2019-05-05 11:28:54 +08:00
- Two Lego-compatible holes
2019-01-09 19:32:04 +08:00
2019-04-17 20:04:52 +08:00
## Include
- 1x NeoFlash Unit
- 1x Grove Cable
2020-05-29 16:36:24 +08:00
## Specification
<table>
<tr style="font-weight:bold">
<td>Resources</td>
<td>Parameter</td>
</tr>
<tr>
<td>RGB LED</td>
<td>x 192</td>
</tr>
<tr>
<td>PORTA Interface</td>
<td>x 3</td>
</tr>
<tr>
<td>Number of holes</td>
<td>40</td>
</tr>
<tr>
2020-11-18 19:00:45 +08:00
<td>Net weight</td>
2020-05-29 16:36:24 +08:00
<td>119g</td>
</tr>
<tr>
<td>Gross weight</td>
<td>131g</td>
</tr>
<tr>
<td>Product Size</td>
<td>220*53*10mm</td>
</tr>
<tr>
<td>Package Size</td>
<td>220*59*10mm</td>
</tr>
</table>
2019-01-09 19:32:04 +08:00
## Related Link
- **[FastLED Library](https://github.com/FastLED/FastLED/wiki/Overview)**
- **[FastLED Reference(Chinese version)](http://www.taichi-maker.com/homepage/reference-index/arduino-library-index/fastled-library/)**
2019-06-11 19:20:48 +08:00
## EasyLoader
2020-04-08 14:09:44 +08:00
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.webp" width="100px" style="margin-top:20px">
2019-06-13 18:06:23 +08:00
2020-08-25 11:49:40 +08:00
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_NEOFLASH.exe"><el-button type="primary">download EasyLoader</el-button></a>
2019-06-13 18:06:23 +08:00
2019-07-30 11:52:28 +08:00
>1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed. .
2019-06-11 19:20:48 +08:00
2019-07-30 11:52:28 +08:00
>2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to start burning. (**For M5StickC burning, please Set the baud rate to 750000 or 115200**)
2019-06-11 19:20:48 +08:00
2020-12-14 11:44:36 +08:00
>3. Currently EasyLoader is only suitable for Windows operating system, compatible with M5 system adopts ESP32 as the control core host. Before installing for M5Core, you need to install CP210X driver (you do not need to install with M5StickC as controller)[Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver)
2019-06-11 19:20:48 +08:00
2019-01-09 19:32:04 +08:00
## Example
2021-02-05 16:54:45 +08:00
### 1. Arduino
2019-01-09 19:32:04 +08:00
2020-12-14 11:44:36 +08:00
This is an example that takes the time from online network server and displays it on NEOFLASH, show real time when someone is moving (some object detected) in front of the NEOFLASH, otherwise the time "disappears".
2019-01-09 19:32:04 +08:00
2021-02-05 16:54:45 +08:00
- [Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/NEOFLASH_SK6812_PIR)
2019-01-09 19:32:04 +08:00
2020-04-08 14:09:44 +08:00
<img src="assets/img/product_pics/unit/unit_example/NEOFLASH/example_unit_neoflash_01.webp">
2019-01-09 19:32:04 +08:00
2021-02-19 19:34:06 +08:00
### 2. UIFlow
2020-01-03 20:24:37 +08:00
2020-12-14 11:44:36 +08:00
Open http://flow.m5stack.com click Demo load uiflow
2020-01-03 20:24:37 +08:00
2020-04-08 14:09:44 +08:00
<img src="assets/img/product_pics/unit/neoflash.webp">
2020-01-03 20:24:37 +08:00
2019-01-09 19:32:04 +08:00
### PinMap
<table>
<tr><td>M5Core(GROVE B)</td><td>GPIO36</td><td>GPIO26</td><td>5V</td><td>GND</td></tr>
<tr><td>NEOFLASH Unit</td><td>PIR Pin</td><td>RGB Pin</td><td>5V</td><td>GND</td></tr>
2019-01-26 18:10:47 +08:00
</table>
2020-02-11 18:00:45 +08:00
## Video
2019-01-26 18:10:47 +08:00
2019-06-14 16:12:44 +08:00
**Neoflash Video Tutorial on UIFlow**
2019-01-26 18:10:47 +08:00
2019-10-12 15:04:01 +08:00
<video class="video_size" controls>
2019-03-20 16:32:45 +08:00
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/%E6%95%99%E7%A8%8B/NeoFlash/E1%20-%20Neoflash%20%E4%BE%8B%E7%A8%8B%EF%BC%88UIFlow%20Tutorials%202%EF%BC%89.mp4" type="video/mp4">
</video>
2019-02-22 15:38:20 +08:00
2020-12-14 11:44:36 +08:00
<el-divider content-position="right">Last updated: 2020-12-14</el-divider>
2020-02-11 18:00:45 +08:00
<script>
var purchase_link = 'https://m5stack.com/collections/m5-unit/products/neoflash-acrylic-light-board';
anchor_search(purchase_link);
scrollFunc();
2020-12-14 11:44:36 +08:00
</script>