Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@ When you are moving, you can find that the level of Led Bar will change.
<div align="center"><img width={1000} src="https://files.seeedstudio.com/wiki/Grove-EMG_Detector/img/Grove_emg_demo_2.gif" /></div>


<!--
# Grove-EMG Sensor v1.1

<div className="altium-ecad-viewer" data-project-src="https://files.seeedstudio.com/wiki/Grove-EMG_Detector/res/202000023+PCBA-Grove+EMG+Detector+v1.1.zip" style={{borderRadius: '0px 0px 4px 4px', height: 500, borderStyle: 'solid', borderWidth: 1, borderColor: 'rgb(241, 241, 241)', overflow: 'hidden', maxWidth: 1280, maxHeight: 700, boxSizing: 'border-box'}}>
</div>
</div> -->

Resources
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ Make sure that the L76K GNSS Module is placed outdoor where good GNSS signals ca

This code uses the TinyGPSPlus library to read data from the L76K GNSS module via a serial connection and displays valid location information and date/time on the serial monitor.

<!-- PCN(May 25, 2025): Considering the scenario of power saving, we removed the fix status indicator. Therefore, hide the following LED demo.

## Configuration

### Example 1: Change the behaviour of LED
Expand Down Expand Up @@ -351,7 +353,7 @@ struct CASIC_Messages {
} L76KStruct;
```

:::
::: -->

## Resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@ Cuando te estés moviendo, puedes encontrar que el nivel de la Barra LED cambiar
<div align="center"><img width={1000} src="https://files.seeedstudio.com/wiki/Grove-EMG_Detector/img/Grove_emg_demo_2.gif" /></div>


<!--
# Grove-EMG Sensor v1.1

<div className="altium-ecad-viewer" data-project-src="https://files.seeedstudio.com/wiki/Grove-EMG_Detector/res/202000023+PCBA-Grove+EMG+Detector+v1.1.zip" style={{borderRadius: '0px 0px 4px 4px', height: 500, borderStyle: 'solid', borderWidth: 1, borderColor: 'rgb(241, 241, 241)', overflow: 'hidden', maxWidth: 1280, maxHeight: 700, boxSizing: 'border-box'}}>
</div>
</div> -->

Recursos
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ Asegúrate de que el Módulo GNSS L76K esté colocado en el exterior donde se pu

Este código utiliza la biblioteca TinyGPSPlus para leer datos del módulo GNSS L76K a través de una conexión serie y muestra información de ubicación válida y fecha/hora en el monitor serie.

<!-- PCN(May 25, 2025): Considering the scenario of power saving, we removed the fix status indicator. Therefore, hide the following LED demo.

## Configuración

### Ejemplo 1: Cambiar el comportamiento del LED
Expand Down Expand Up @@ -351,7 +353,7 @@ struct CASIC_Messages {
} L76KStruct;
```

:::
:::-->

## Recursos

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,11 @@ Grove - Base ShieldをSeeduinoに接続し、Grove - LED BarをD8に、Grove - E
<div align="center"><img width={1000} src="https://files.seeedstudio.com/wiki/Grove-EMG_Detector/img/Grove_emg_demo_2.gif" /></div>


<!--
# Grove-EMGセンサー v1.1

<div className="altium-ecad-viewer" data-project-src="https://files.seeedstudio.com/wiki/Grove-EMG_Detector/res/202000023+PCBA-Grove+EMG+Detector+v1.1.zip" style={{borderRadius: '0px 0px 4px 4px', height: 500, borderStyle: 'solid', borderWidth: 1, borderColor: 'rgb(241, 241, 241)', overflow: 'hidden', maxWidth: 1280, maxHeight: 700, boxSizing: 'border-box'}}>
</div>
</div> -->

リソース
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ L76K GNSSモジュールが良好なGNSS信号を受信できる屋外に設置

このコードはTinyGPSPlusライブラリを使用して、シリアル接続を介してL76K GNSSモジュールからデータを読み取り、有効な位置情報と日付/時刻をシリアルモニターに表示します。

<!-- PCN(May 25, 2025): Considering the scenario of power saving, we removed the fix status indicator. Therefore, hide the following LED demo.

## 設定

### 例1:LEDの動作を変更する
Expand Down Expand Up @@ -351,7 +353,7 @@ struct CASIC_Messages {
} L76KStruct;
```

:::
:::-->

## リソース

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ EMG 检测器是连接人体和电子设备的桥梁,传感器收集微小的
<div align="center"><img width={1000} src="https://files.seeedstudio.com/wiki/Grove-EMG_Detector/img/Grove_emg_demo_2.gif" /></div>


# Grove-EMG 传感器 v1.1
<!-- # Grove-EMG 传感器 v1.1

<div className="altium-ecad-viewer" data-project-src="https://files.seeedstudio.com/wiki/Grove-EMG_Detector/res/202000023+PCBA-Grove+EMG+Detector+v1.1.zip" style={{borderRadius: '0px 0px 4px 4px', height: 500, borderStyle: 'solid', borderWidth: 1, borderColor: 'rgb(241, 241, 241)', overflow: 'hidden', maxWidth: 1280, maxHeight: 700, boxSizing: 'border-box'}}>
</div>
</div> -->

资源
--------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ void displayInfo() {

此代码使用 TinyGPSPlus 库通过串行连接从 L76K GNSS 模块读取数据,并在串口监视器上显示有效的位置信息和日期/时间。

<!-- PCN(2025年5月25日):基于节能考量,我们移除了固定状态指示灯。因此,隐藏以下LED演示。

## 配置

### 示例 1:改变 LED 的行为
Expand Down Expand Up @@ -351,7 +353,7 @@ struct CASIC_Messages {
} L76KStruct;
```

:::
::: -->

## 资源

Expand Down
Loading