差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
developmentboard:4_4矩阵键盘模块 [2024/11/13 14:11] admindevelopmentboard:4_4矩阵键盘模块 [2024/11/13 14:14] (当前版本) – 移除 admin
行 1: 行 1:
-====== 4*4 matrix keyboard module ====== 
- 
-===== Tags ===== 
- 
-* [[tag:configuration|]]\\ 
-* [[tag:tutorial|]]\\ 
-* [[tag:setup|]]\\ 
-===== Overview ===== 
- 
-4*4 capacitive matrix keyboard, reading analog quantities and interpreting corresponding key values。 
- 
-===== Products real shot ===== 
- 
-{{https://www.nologo.tech/assets/img/sensor/MatrixbitKeyBoard/MatrixbitkeyBoard2.png?nolink&300x300}} 
- 
-===== Product parameters ===== 
- 
-Working voltage: 3.3V~5V 
- 
-analog sensor 
- 
-Use PH-2.03P socket 
- 
-The sensor matches Arduino, Micropython, etc. 
- 
-===== pin description ===== 
- 
-^serial number^name^Function description| 
-|1|VCC|3V3~5V power supply positive pole| 
-|2|GND|Negative pole of power supply| 
-|3|S|Analog signal output| 
- 
-===== Product Size ===== 
- 
-{{https://www.nologo.tech/assets/img/sensor/MatrixbitKeyBoard/MatrixbitkeyBoard1.png?nolink&300x300}} 
- 
-===== Tutorial ===== 
- 
-==== Arduino ==== 
- 
-[[https://pan.baidu.com/s/11TJBFAjDK3896D6DzCofUA?pwd=qzh9|Arduino library file downloadopen in new window]] 
- 
-When using the sample code, the library files need to be placed in the same folder. (As shown below) 
- 
-{{https://www.nologo.tech/assets/img/sensor/MatrixbitKeyBoard/MatrixbitkeyBoard3.png?nolink&}} 
- 
-=== sample code === 
-<code> 
- 
-''/*! 
- * WMNologo 
- * 矩阵键盘 
- * 
- */ 
-#include "Matrix_buttons.h" 
-// 创建对象 
-Matrix_buttons Matrix_buttons1; 
- 
-// 主程序开始 
-void setup() { 
-  Serial.begin(9600); 
-} 
-void loop() { 
-//S信号线接入A0 
-  Serial.println(Matrix_buttons1.get_follow_sensor(A0)); 
-} 
-'' 
- 
-</code> 
- 
-=== result === 
- 
-The serial port prints the value corresponding to the matrix keyboard 
- 
-==== Mind+ ==== 
- 
-[[https://pan.baidu.com/s/1gDfaXAlbDKFH_xoH1FlJUQ?pwd=k31x|Mind+ expansion library download open in new window (please download the Mind+Uno expansion library when downloading. Currently it only supports Uno motherboards. If you need expansion, you can contact the group leader in the QQ group for development)]] 
- 
-==== https://www.nologo.tech/assets/img/sensor/MatrixbitKeyBoard/MatrixbitkeyBoard4.png?nolink& Mixly ==== 
- 
-If you need to expand, you can contact the group owner in the QQ group for development 
- 
  
  • developmentboard/4_4矩阵键盘模块.1731507104.txt.gz
  • 最后更改: 2024/11/13 14:11
  • admin